.about-us-page section {
    padding: 96px 0
}

@media (max-width:767px) {
    .about-us-page section {
        padding: 64px 0
    }
}

.about-us-page section h2 {
    color: #141414;
    font-size: 40px;
    font-weight: 600;
    line-height: 44px
}

@media (max-width:767px) {
    .about-us-page section h2 {
        font-size: 32px;
        line-height: 38px
    }
}

.about-us-page section h2 b,
.about-us-page section h2 strong {
    color: #83be45;
    font-weight: 600
}

.about-us-page section h2~.description {
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px
}

@media (max-width:767px) {
    .about-us-page section h2~.description {
        font-size: 16px;
        line-height: 24px;
        margin-top: 16px
    }
}

.about-us-page section h2~.description a {
    color: #83be45;
    text-decoration: underline
}

.about-us-page section .cta {
    background-color: #75a83e;
    border-radius: 8px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin: auto;
    padding: 10px 16px;
    text-align: center;
    width: -moz-max-content;
    width: max-content
}

@media (max-width:767px) {
    .about-us-page section .cta {
        font-size: 16px;
        line-height: 24px;
        width: 100%
    }
}

.about-us-page .cta-box {
    align-items: center;
    background-color: #3f5823;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    padding: 64px 48px
}

@media (max-width:767px) {
    .about-us-page .cta-box {
        align-items: flex-start;
        flex-direction: column;
        gap: 32px;
        padding: 24px
    }
}

.about-us-page .cta-box .title {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 44px
}

@media (max-width:767px) {
    .about-us-page .cta-box .title {
        font-size: 32px;
        line-height: 38px
    }
}

.about-us-page .banner-section {
    align-items: center;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    min-height: 400px;
    padding-bottom: 120px;
    padding-top: 192px;
    position: relative
}

@media (min-width:768px) {
    .about-us-page .banner-section {
        padding-bottom: 108px;
        padding-top: 188px
    }
}

.about-us-page .banner-section:before {
    background-image: url(../images/bg-overlay.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.about-us-page .banner-section h1.banner-title {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    margin-top: 24px
}

@media (max-width:767px) {
    .about-us-page .banner-section h1.banner-title {
        font-size: 40px;
        line-height: 44px;
        margin-top: 32px
    }
}

.about-us-page .banner-section h1.banner-title b,
.about-us-page .banner-section h1.banner-title strong {
    color: #83be45;
    font-weight: 600
}

.about-us-page .banner-section ul.breadcrumb li:nth-child(2) a {
    color: #85888e
}

.about-us-page .overview-section .overview-content {
    align-items: center;
    display: flex;
    gap: 80px
}

@media (max-width:991px) {
    .about-us-page .overview-section .overview-content {
        flex-direction: column;
        gap: 40px
    }
}

@media (min-width:992px) {
    .about-us-page .overview-section .overview-content .overview-image {
        min-width: 412px
    }
}

.about-us-page .overview-section .overview-content .overview-image img {
    height: auto;
    max-width: 100%
}

.about-us-page .our-journey-section .list-development-process .process {
    align-items: flex-start;
    background-color: #f7f7f7;
    border-radius: 12px;
    display: flex;
    gap: 32px;
    margin-bottom: 24px;
    padding: 48px
}

@media (max-width:767px) {
    .about-us-page .our-journey-section .list-development-process .process {
        flex-direction: column;
        padding: 24px
    }
}

.about-us-page .our-journey-section .list-development-process .process .years {
    align-items: center;
    color: #83be45;
    display: flex;
    font-size: 32px;
    font-weight: 600;
    gap: 24px;
    line-height: 38px;
    min-width: 320px
}

@media (max-width:767px) {
    .about-us-page .our-journey-section .list-development-process .process .years {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px
    }
}

.about-us-page .our-journey-section .list-development-process .process .description-process {
    color: #525252;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px
}

@media (max-width:767px) {
    .about-us-page .our-journey-section .list-development-process .process .description-process {
        font-size: 16px;
        line-height: 24px
    }
}

.about-us-page .features-1-section .feature-item {
    margin: auto;
    max-width: 768px;
    text-align: center
}

.about-us-page .features-1-section .feature-item:not(:last-child) {
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 48px;
    padding-bottom: 48px
}

@media (max-width:767px) {
    .about-us-page .features-1-section .feature-item:not(:last-child) {
        margin-bottom: 40px;
        padding-bottom: 40px
    }
}

.about-us-page .features-1-section .feature-item .description {
    color: #525252;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 32px
}

@media (max-width:767px) {
    .about-us-page .features-1-section .feature-item .description {
        font-size: 16px;
        line-height: 24px
    }
}

.about-us-page .features-1-section .feature-item .description a {
    color: #83be45;
    text-decoration: underline
}

.about-us-page .features-1-section .feature-item .box {
    align-items: center;
    background-color: #fff;
    border-radius: 12px;
    display: flex;
    gap: 8px;
    justify-content: space-between;
    padding: 24px 48px
}

@media (max-width:767px) {
    .about-us-page .features-1-section .feature-item .box {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        padding: 24px
    }
}

.about-us-page .features-1-section .feature-item .box .cta {
    background-color: transparent;
    color: #75a83e;
    padding: 8px 0
}

.about-us-page .features-1-section .feature-item .box .cta img {
    margin-left: 6px
}

.about-us-page .features-1-section .feature-item .box .title {
    color: #141414;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-align: left
}

@media (max-width:767px) {
    .about-us-page .features-1-section .feature-item .box .title {
        font-size: 20px;
        line-height: 30px
    }
}

.about-us-page .features-2-section .content ul {
    list-style: none;
    margin: 0
}

.about-us-page .features-2-section .content ul li {
    color: #141414;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding-left: 40px;
    position: relative
}

@media (max-width:767px) {
    .about-us-page .features-2-section .content ul li {
        font-size: 16px;
        line-height: 24px
    }
}

.about-us-page .features-2-section .content ul li:not(:last-child) {
    margin-bottom: 24px
}

@media (max-width:767px) {
    .about-us-page .features-2-section .content ul li:not(:last-child) {
        margin-bottom: 40px
    }
}

.about-us-page .features-2-section .content ul li:before {
    background-image: url(../images/check-circle.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 24px
}

.about-us-page .features-2-section .content ul li a {
    color: #83be45;
    text-decoration: underline
}

.about-us-page .features-2-section .cta {
    margin: 48px 0 0;
    width: -moz-fit-content;
    width: fit-content
}

.about-us-page .features-2-section img {
    height: auto;
    max-width: 100%
}

.about-us-page .services-section .list-services {
    align-items: center;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    margin-bottom: 112px;
    padding: 64px
}

@media (max-width:767px) {
    .about-us-page .services-section .list-services {
        gap: 12px;
        margin-bottom: 40px;
        padding: 32px 7px
    }
}

.about-us-page .services-section .list-services .service-item {
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    display: flex;
    gap: 16px;
    padding: 8px 16px
}

.about-us-page .services-section .list-services .service-item:hover .title {
    color: #83be45
}

.about-us-page .services-section .list-services .service-item .title {
    color: #141414;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

@media (max-width:767px) {
    .about-us-page .services-section .list-services .service-item .title {
        font-size: 16px;
        line-height: 24px
    }
}

.about-us-page .core-value-section .core-value {
    border-bottom: 1.5px solid #d6d6d6;
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    padding-bottom: 24px
}

.about-us-page .core-value-section .core-value .title {
    color: #141414;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 8px
}

.about-us-page .core-value-section .core-value .description {
    color: #141414
}

.about-us-page .core-value-section .box-core-values {
    margin: 40px auto 0;
    max-width: 253px;
    position: relative
}

.about-us-page .core-value-section .box-core-values .text-core-values {
    display: inline-block;
    font-size: 33px;
    font-weight: 700;
    line-height: 38px;
    text-transform: uppercase;
    width: 100%
}

.about-us-page .core-value-section .box-core-values .text-core-values span {
    color: #83be45
}

.about-us-page .core-value-section .box-core-values .text-core-values.commitment {
    padding-left: 62px
}

.about-us-page .core-value-section .box-core-values .text-core-values.transparency {
    padding-left: 43px
}

.about-us-page .core-value-section .box-core-values .text-core-values.integrity {
    padding-left: 12px
}

.about-us-page .core-value-section .box-core-values .text-core-values.individual {
    padding-left: 53px
}

.about-us-page .core-value-section .box-core-values .text-core-values.passion {
    padding-left: 94px
}

.about-us-page .core-value-section .box-core-values .text-core-values.agility {
    padding-left: 65px
}

.about-us-page .core-value-section .box-core-values .text-core-values.customer {
    padding-left: 93px
}

.about-us-page .core-value-section .box-core-values .text-core-values.orientation {
    padding-left: 65px
}

.about-us-page .core-value-section .box-core-values .text-core-values.honestly {
    padding-left: 32px
}

@media (min-width:768px) {
    .about-us-page .core-value-section .box-core-values {
        margin: 0 auto;
        max-width: 406px
    }
    .about-us-page .core-value-section .box-core-values .text-core-values {
        font-size: 48px;
        line-height: 1.05
    }
    .about-us-page .core-value-section .box-core-values .text-core-values.commitment {
        padding-left: 89px
    }
    .about-us-page .core-value-section .box-core-values .text-core-values.transparency {
        padding-left: 62px
    }
    .about-us-page .core-value-section .box-core-values .text-core-values.integrity {
        padding-left: 19px
    }
    .about-us-page .core-value-section .box-core-values .text-core-values.individual {
        padding-left: 89px
    }
    .about-us-page .core-value-section .box-core-values .text-core-values.passion {
        padding-left: 145px
    }
    .about-us-page .core-value-section .box-core-values .text-core-values.agility {
        padding-left: 103px
    }
    .about-us-page .core-value-section .box-core-values .text-core-values.customer {
        padding-left: 144px
    }
    .about-us-page .core-value-section .box-core-values .text-core-values.orientation {
        padding-left: 103px
    }
    .about-us-page .core-value-section .box-core-values .text-core-values.honestly {
        padding-left: 57px
    }
}

/*# sourceMappingURL=about-us.css.map*/