.section-hero {
    padding: 0;
}

.hero-inner {
    border-radius: 20px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 106px;
    /*align-items: center;*/
    padding: 120px 60px 60px;
    box-sizing: content-box;
}

.hero-subtitle {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color:  #3A5E5D;
    letter-spacing: 0.1em;
    margin-bottom: 32px;
}

.hero-heading {
    line-height: 1.1;
    color: black;
    margin-bottom: 24px;
    font-size: 46px;
}

.hero-heading__line1 {
    display: block;
    font-size: 62px;
    font-weight: 600;
}

.hero-heading__line2 {
    display: block;
    font-size: 52px;
    font-weight: 400;
}

.hero-description {
    font-size: 18px;
    line-height: 1.6;
    color: var(--color-black);
    opacity: 0.9;
    margin-bottom: 40px;
    max-width: 611px;
}

.hero-description p {
    margin: 0;
}

.hero-cta {
    display: flex;
    align-items: center;
    gap: 16px;
    svg{
        path{
            fill: #153A39;
        }
    }
}

.hero-cta-note {
    font-size: 18px;
    color: var(--color-black);
    opacity: 0.8;
}

.hero-illustration {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.hero-illustration img {
    max-height: 550px;
    width: auto;
    object-fit: contain;
}
