.about-us.hero-section.hero--image {
    background-image: url('../img/about-main.jpg');
}

.about-us .hero-title span {
    font-style: italic;
    color: #4CAF8F;
}

.about-us .hero-content p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.8;
    max-width: 600px;
}

.about-us_info {
    padding-top: 64px;
    padding-bottom: 64px;
}

.about-us_info__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.about-us_info__img-container {
    height: 380px;
    border-radius: 20px;
}

.about-us_title {
    line-height: 1.2;
    letter-spacing: -0.3px;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 300;
    color: #1c2b3a;
}

.small-title {
    font-size: 11px;
    letter-spacing: 3px;
    color: #3daa72;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 14px;
}

.about-us_info__text p {
    font-size: 15px;
    color: #6e7f8d;
    line-height: 1.85;
    margin-bottom: 12px;
}

.core-elements {
    background-color: #f5f0e8;
    padding-top: 64px;
    padding-bottom: 64px;
}

.core-elements__content .about-us_title {
    max-width: 600px;
    margin-bottom: 44px;
}

.core-elements__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.element-card__image-container {
    height: 360px;
}

.core-elements__card {
    border-radius: 20px;
    background-color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
}

.element-card__image {
    transition: all 0.2s;
}

.core-elements__card:hover .element-card__image {
    transform: scale(1.05);
    transition: all 0.2s;

}

.element-cart__title {
    font-size: 22px;
    font-weight: 300;
    color: #1c2b3a;
    margin-bottom: 12px;
    letter-spacing: -0.1px;
    line-height: 1.25;
}

.element-card__text {
    padding: 25px;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.element-card__text p {
    font-size: 14px;
    color: #6e7f8d;
    line-height: 1.8;
    margin-bottom: 14px;
}

.element-card__text ul {
    padding-left: 16px;
    margin-bottom: 16px;
}

.element-card__text ul li {
    font-size: 13px;
    color: #6e7f8d;
    line-height: 1.72;
    margin-bottom: 3px;
}

.element-card__link {
    font-size: 13px;
    color: #1c2b3a;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid rgba(28, 43, 58, 0.2);
    padding: 9px 20px;
    border-radius: 100px;
    cursor: pointer;
    background: none;
    font-family: 'DM Sans', sans-serif;
    transition: all .2s;
    text-decoration: none;
    margin-top: auto;
    margin-bottom: 20px;
    margin-left: 20px;
}

.element-card__link::after {
    content: '→';
}

.element-card__link:hover {
    border-color: #1c2b3a;
    transition: all 0.2s;
}

.more-info {

}

.more-info__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.more-info.w40 .more-info__image-container {
    width: 60%;
    min-height: 100%;
}

.more-info.w40 .more-info__text-wrapper {
    width: 40%;
    padding: 55px;
}

.more-info.w40.row-reverse .more-info__wrapper {
    flex-direction: row-reverse;
}

.more-info__text p {
    font-size: 15px;
    color: #6e7f8d;
    line-height: 1.85;
    margin-bottom: 14px;
}

.more-info__link {
    font-size: 14px;
    color: #1c2b3a;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(28, 43, 58, 0.22);
    padding: 11px 24px;
    border-radius: 100px;
    cursor: pointer;
    background: none;
    font-family: 'DM Sans', sans-serif;
    margin-top: 6px;
    transition: all .2s;
    width: fit-content;
    text-decoration: none;
}

.more-info__link::after {
    content: '→';
}

.more-info__link:hover {
    border-color: #1c2b3a;
    transition: all 0.2s;
}

.row-reverse.w40.more-info {
    background-color: #ede8df;
}

.alignment-section {
}

.alignment-section__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.alignment-light, .alignment-dark {
    padding: 54px 52px;
}

.alignment-light h2, .alignment-dark h2 {
    font-size: 32px;
}

.alignment-dark h2 {
    color: #fff;
}

.alignment-light .alignment-section__text p {
    font-size: 14px;
    color: #6e7f8d;
    line-height: 1.85;
}

.alignment-dark {
    background-color: #1c2b3a;
    color: #fff;
}

.alignment-section__text ul li {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.75;
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.alignment-section__text ul li::before {
    content: '';
    display: flex;
    margin-right: 10px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #3daa72;
    flex-shrink: 0;
}

.connected-approach {
    padding-top: 64px;
    padding-bottom: 64px;
    background-color: #ede8df;
}

.connected-approach_title {
    font-size: 38px;
    max-width: 560px;
    margin-bottom: 50px;
}

.connected-approach__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
}

.connected-approach__card {
    padding: 36px 32px;
    background-color: #fff;
}

.connected-approach_card_title {
    font-size: 19px;
    font-weight: 300;
    color: #1c2b3a;
    margin-bottom: 10px;
    letter-spacing: -0.1px;
    line-height: 1.3;
}

.connected-approach_card_text {
    font-size: 13px;
    color: #6e7f8d;
    line-height: 1.75;
}

.more-info.w60 {
    padding-top: 64px;
    padding-bottom: 64px;
}

.more-info.w60 .more-info__wrapper .more-info__text_wrapper {
    width: 60%;
    padding: 40px;
}

.more-info.w60 .more-info__wrapper .more-info__image-container {
    width: 40%;
    border-radius: 20px;
    overflow: hidden;
}

.ecosystem-list {
    margin-top: 25px;
}

.ecosystem__item {
    padding: 18px 0;
    display: flex;
}

.ecosystem__item span.number {
    margin-right: 18px;
    font-size: 13px;
    color: #3daa72;
    font-style: italic;
    flex-shrink: 0;
}

.more-info__wrapper .ecosystem__item p:last-of-type {
    margin-bottom: 0;
}

.ecosystem__item:not(:last-child) {
    border-bottom: 0.5px solid rgb(28 43 58 / 9%);
}

.more-info__wrapper .ecosystem__item-title {
    font-size: 14px;
    font-weight: 500;
    color: #1c2b3a;
    margin-bottom: 3px;
}

.more-info__wrapper .ecosystem__desc {
    font-size: 13px;
    color: #6e7f8d;
    line-height: 1.7;
}

.about-cta {
    background-image: url('../img/about-cta.jpeg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 64px;
    padding-bottom: 64px;
    position: relative;
}

.about-cta__wrapper {
    color: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px
}

.about-cta__wrapper h2 {
    font-size: 50px;
    font-weight: 300;
    line-height: 1.1;
}
.about-cta__wrapper h2 span {
    color: #4CAF8F;
    font-style: italic;

}

.about-cta .buttons {
    display: flex;
    gap: 20px;
    align-items: center;
}

.about-cta .cta_button {
    background: #fff;
    color: #1c2b3a;
    font-size: 14px;
    font-weight: 500;
    padding: 13px 28px;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all .2s;
    text-decoration: none;
}
.about-cta .cta_button::after {
    content: '→';
}
.about-cta .cta_link {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    padding-bottom: 1px;
    text-decoration: none;
}
@media (max-width: 1200px) {
    .core-elements__cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .about-us_title {
        font-size: 24px;
    }
    .about-cta__wrapper h2 {
        font-size: 33px;
    }
    .about-cta__wrapper h2 br {
        display: none;
    }
    .about-us_info__content {
        grid-template-columns: none;
        gap: 20px;

    }
    .about-cta__wrapper {
        grid-template-columns: none;
        gap: 20px;
    }

    .about-us_info__img-container {
        height: 200px;
    }

    .more-info.w40 .more-info__text-wrapper {
        width: 60%;
    }

    .more-info.w40 .more-info__image-container {
        width: 40%;
    }
}

@media (max-width: 768px) {
    .core-elements__cards {
        grid-template-columns: none;
    }

    .element-card__image-container {
        height: auto;
    }

    .more-info.w40 .more-info__text-wrapper, .more-info.w40 .more-info__image-container {
        width: 100%;
    }

    .more-info.w40 .more-info__text-wrapper {
        padding: 20px;
    }

    .more-info__wrapper {
        flex-wrap: wrap;
    }

    .alignment-section__wrapper {
        grid-template-columns: none;
    }

    .alignment-light, .alignment-dark {
        padding: 30px;
    }

    .connected-approach__cards {
        grid-template-columns: repeat(2, 1fr);
    }
    .more-info.w60 .more-info__wrapper .more-info__image-container,
    .more-info.w60 .more-info__wrapper .more-info__text_wrapper{
        width: 100%;
    }
}

@media (max-width: 576px) {
    .connected-approach__cards {
        grid-template-columns: repeat(1, 1fr);
    }
    .more-info.w60 .more-info__wrapper .more-info__text_wrapper {
        padding: 20px;
    }
}