.section-icardy-section-with-image {
    background: #EEF7F5;
}

.icardy-section-with-image {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    padding: 104px 0;
}

.icardy-content-with-image {
    max-width: 570px;
    width: 100%;
    margin-top: 27px;
    color: #000;
}

.icardy-title-with-image {
    margin-bottom: 14px;
    font-size: 34px;
    line-height: 187%;
    text-transform: uppercase;
}

.section-icardy-section-with-image-big .icardy-title-with-image {
    font-size: 44px;
}

.section-icardy-section-with-image-big .icardy-section-with-image {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    padding: 85px 0;
}

.section-icardy-section-with-image-big .icardy-content-with-image {
    margin-top: 0;
}

.section-icardy-section-with-image-big .icardy-title-with-image {
    line-height: 153%;
}

.section-icardy-section-with-image-big .icardy-title-with-image {
    margin-bottom: 25px;
}

.icardy-title-with-image span {
    color: #1F8467;
}

.icardy-description-with-image {
    margin-bottom: 62px;
}

.icardy-image-with-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icardy-image-with-image img {
    max-width: 570px;
    width: 100%;
    height: 465px;
    border-radius: 10px;
    object-fit: contain;
}

@media (max-width: 768px) {
    .icardy-section-with-image {
        flex-direction: column;
        gap: 12px;
        padding: 0;
        text-align: center;
    }

    .section-icardy-section-with-image-big .icardy-section-with-image {
        flex-direction: column;
        gap: 12px;
        padding: 25px 0 0;
        text-align: center;
    }

    .icardy-description-with-image {
        margin-bottom: 42px;
    }

    .section-icardy-section-with-image-big .icardy-description-with-image {
        margin-bottom: 55px;
    }

    .icardy-content-with-image {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
    }

    .icardy-content-with-image,
    .icardy-image-with-image {
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
    }

    .icardy-title-with-image {
        margin-bottom: 19px;
        font-size: 21px;
    }

    .section-icardy-section-with-image-big .icardy-title-with-image {
        font-size: 24px;
    }

    .icardy-image-with-image img {
        max-width: 570px;
        width: 100%;
        height: 266px;
        border-radius: 10px;
        object-fit: cover;
    }
}