    .title-image-container {
        text-align: center;
        background: #414141;
        color: var(--white);
        background-size: cover;
        background-position: center top;
        position: relative;
    }

    .title-image-container:before {
        content: " ";
        display: block;
        position: absolute;
        background: rgb(24 24 24 / 70%);
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    .innerpage-title {
        width: 100%;
        margin: 0 auto;
        margin-top: 50px;
        margin-bottom: 20px;
        max-width: 600px;
    }

    span.page-subtitle {
        font-weight: 500;
        line-height: 40px;
        text-transform: uppercase;
        font-size: 1.25rem;
    }

    h1.page-main-title {
        font-weight: 700;
        margin-bottom: 10px;
        color: var(--white);
        font-size: 2rem;
    }

    .innerpage-title .page-text {
        color: var(--white);
        font-size: 16px;
        font-weight: 400;
        margin: 0;
        line-height: 24px;
    }

    .page-breadcrumbs {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        margin-bottom: 50px;
    }

    .page-breadcrumbs ul.bread-list {
        list-style: none;
        display: flex;
        justify-content: center;
        column-gap: 10px;
        color: var(--white);
    }

    .page-breadcrumbs ul.bread-list li {
        font-size: 14px;
        font-weight: 400;
    }

    .page-breadcrumbs ul.bread-list li a {
        color: var(--white);
    }

    .page-breadcrumbs ul.bread-list li a:hover {
        color: var(--primary);
    }

    .whatwedo-cover {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .about_what-we-do {
        max-width: 75%;
    }

    .about_what-we-do span {
        font-size: 18px;
        color: #191919;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .about_what-we-do h2 {
        font-weight: 400;
        margin: 10px 0;
        font-size: 28px;
        line-height: 36px;
    }

    .about_what-we-do p {
        font-weight: 400;
        line-height: 24px;
        display: block;
        margin-top: 10px;
        color: #6e6e6e;
    }

    .vision-mission-box {
        background-color: #fff;
        padding: 40px;
        box-shadow: 0px 0px 15px #0000001a;
    }

    .vision-mission-box h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .vision-mission-box p {
        font-weight: 400;
        line-height: 24px;
        display: block;
        margin-top: 10px;
        color: #6e6e6e;
        font-size: 14px;
    }

    .about-intro-image img {
        max-width: 100%;
    }

    .about-intro .sub-title {
        font-size: 18px;
        line-height: 24px;
        color: #191919;
        margin-top: 20px;
        display: inline-block;
    }

    .about-intro h2 {
        color: #191919;
        font-size: 36px;
        font-weight: 700;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .about-intro p {
        font-weight: 400;
        line-height: 26px;
        display: block;
        margin-top: 10px;
        color: #191919;
        font-size: 16px;
    }

    .about-intro a {
        color: var(--primary);
        font-weight: 600;
        font-size: 16px;
        line-height: 26px;
        position: relative;
        margin-top: 20px;
        display: inline-block;
    }

    .about-intro a:hover {
        color: var(--secondary);
    }

    .about-intro a:before {
        content: " ";
        display: block;
        position: absolute;
        top: 8px;
        right: -20px;
        width: 0px;
        height: 0px;
        background: transparent;
        border-left: 3px solid #f8ac1e;
        border-top: 3px solid #f8ac1e;
        border-right: 6px solid transparent;
        border-bottom: 6px solid transparent;
        transform: rotate(135deg);
    }

    .about-intro a:hover:before {
        border-left-color: var(--secondary);
        border-top-color: var(--secondary);
    }

    .about_testimonial {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .testimoni-cover {
        width: 100%;
    }

    .testimoni-content {
        padding: 30px;
        background-color: #f7f7f7;
        position: relative;
    }

    .testimoni-content p {
        font-weight: 400;
        line-height: 24px;
        display: block;
        color: #6e6e6e;
        font-size: 14px;
    }

    .testimoni-footer {
        width: 100%;
        margin-top: 20px;
    }

    .testimoni-avatar {
        width: 70px;
        float: left;
    }

    .testi-img {
        max-width: 60px;
        height: 60px;
        border-radius: 50%;
        overflow: hidden;
    }

    .testi-img img {
        width: 100%;
    }

    .testimoni-badge {
        width: 100%;
        max-width: calc(100% - 80px);
        padding-left: 10px;
        float: left;
        margin-top: 10px;
    }

    .testimoni-badge h5 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 0;
        line-height: 28px;
    }

    .testimoni-badge span {
        font-size: 14px;
        color: #a6a6a6;
    }

    .testimoni-content:after {
        content: " ";
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        background: #f7f7f7;
        transform: rotate(45deg);
        left: 20px;
        bottom: -10px;
    }

    .about_testimonial .owl-dots {
        display: none;
    }

    .about_testimonial .owl-carousel .owl-nav button.owl-next,
    .about_testimonial .owl-carousel .owl-nav button.owl-prev,
    .about_testimonial .owl-carousel button.owl-dot {
        font-size: 16px;
        background: var(--primary);
        width: 24px;
        color: #fff;
    }

    @media screen and (max-width: 1024px) {
        .about_what-we-do {
            max-width: 70%;
            margin-bottom: 25px;
        }
    }

    @media screen and (max-width: 769px) {
        .vision-mission-box {
            margin-bottom: 30px;
        }

        .about_what-we-do {
            max-width: 100%;
        }
    }
