.section-icardy-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #1F8467;
    position: relative;
    overflow: hidden;
    background: linear-gradient(90.41deg, #1F8467 0.33%, #E4EDEB 99.65%) !important;
}

.icardy-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
}

.icardy-content {
    max-width: 570px;
    width: 100%;
    padding: 85px 0;
    color: #fff;
    position: relative;
    z-index: 7;
}

.icardy-title {
    margin-bottom: 25px;
    text-transform: uppercase;
}

.icardy-description {
    width: 100%;
    margin-bottom: 65px;
}

.icardy-description p {
    /*letter-spacing: 0.05em;*/
}

.icardy-description p:first-child {
    margin-bottom: 27px;
}

.icardy-image {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    max-width: 1057px;
    width: 100%;
    height: 100%;
    top: 0;
    left: auto;
    right: 0;
    z-index: 0;
}

.icardy-image-mobile {
    display: none;
}

.icardy-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.icardy-section .icardy-button-white {
    color: #15324D;
}

.section-icardy-section-secondary h1 {
    font-size: 34px;
    font-weight: 700;
    line-height: 153%;
}

@media (max-width: 1024px) {
    .icardy-image img {
        max-width: 100%;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 768px) {
    .icardy-section {
        flex-direction: column;
        gap: 0;
        padding: 0;
        text-align: center;
    }

    .section-icardy-section {
        min-height: 600px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom;
        background: linear-gradient(#1F8467, #E4EDEB) !important;
    }

    .icardy-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 100%;
        margin-bottom: 5px;
        padding: 20px 0;
    }

    .icardy-image {
        display: none;
        max-width: 100%;
        margin-bottom: 0;
        max-height: 300px;
        top: auto;
        bottom: 0;
    }

    .icardy-image-mobile {
        display: flex;
    }

    .icardy-title {
        margin-bottom: 15px;
        font-size: 24px;
    }

    .section-icardy-section-secondary h1 {
        margin: 0;
        padding: 0;
        font-size: 24px;
        font-weight: 700;
        line-height: 153%;
    }

    .icardy-description {
        margin-bottom: 42px;
    }

    .icardy-description p:first-child {
        margin-bottom: 22px;
    }
}