.widget-hero-section.hero-section {
    width: 100%;
    min-height: 550px;
    align-items: end;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
    padding-bottom: 85px
}

.widget-hero-section .hero-background {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0
}

.highlight {
    color: var(--Colors-main,#005ca3)
}

.widget-hero-section .hero-content {
    width: 100%;
    flex-direction: column;
    margin: 0 auto;
    box-sizing: border-box
}

.widget-hero-section .hero-text-and-button {
    position: relative
}

.widget-hero-section .hero-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 19px;
    position: relative
}

@media (max-width: 640px) {
    .hero-section .banner-button {
        max-width: none;
    }

    .hero-content .button-text {
        font-size: 18px;
    }
}

.widget-hero-section .hero-title {
    color: #005ca3;
    font-feature-settings: "liga" off , "clig" off;
    text-transform: uppercase;
    position: relative;
    font: 800 56px "NAMU",-apple-system,Roboto,Helvetica,sans-serif
}

@media (max-width: 991px) {
    .widget-hero-section .hero-title {
        font-size:42px
    }
}

@media (max-width: 640px) {
    .widget-hero-section .hero-text {
        gap: 15px;
    }

    .widget-hero-section .hero-title {
        font-size: 28px;
        line-height: 1.2
    }

    .widget-hero-section.hero-section {
        min-height: 420px;
        align-items: end;
        padding-bottom: 26px;
    }
}

.widget-hero-section .title-modern {
    color: #303030;
    margin: 0;
    font-family: NAMU;
    font-size: 56px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase
}

@media (max-width: 991px) {
    .widget-hero-section .title-modern {
        font-size:42px
    }
}

@media (max-width: 640px) {
    .widget-hero-section .title-modern {
        font-size: 25px;
        line-height: 1.2;
    }

    .widget-hero-section .title-modern br {
        display: none;
    }
}

.widget-hero-section .title-doors {
    color: #005ca3;
    font: 400 56px "Inter",-apple-system,Roboto,Helvetica,sans-serif;
    margin: 0
}

@media (max-width: 991px) {
    .widget-hero-section .title-doors {
        font-size:42px
    }
}

@media (max-width: 640px) {
    .widget-hero-section .title-doors {
        font-size:28px
    }
}

.widget-hero-section .title-price {
    color: #303030;
    margin: 0
}

@media (max-width: 991px) {
    .widget-hero-section .title-price {
        font-size:42px
    }
}

@media (max-width: 640px) {
    .widget-hero-section .title-price {
        font-size:28px
    }
}

.widget-hero-section .hero-description {
    align-self: stretch;
    color: #303030;
    position: relative;
    font: 400 18px "Lato",-apple-system,Roboto,Helvetica,sans-serif;
    padding-bottom: 30px
}

@media (max-width: 991px) {
    .widget-hero-section .hero-description {
        font-size:16px
    }
}

@media (max-width: 640px) {
    .widget-hero-section .hero-description {
        font-size:14px;
        line-height: 1.4;
        padding-bottom: 22px;
    }
}

.widget-hero-section .description-text {
    color: #303030;
    font: 400 18px "Lato",-apple-system,Roboto,Helvetica,sans-serif;
    margin: 0;
    max-width: 1160px
}

@media (max-width: 640px) {
    .widget-hero-section .description-text {
        font-size: 16px;
    }
}
