.hero-section {
    width: 100%;
}
.hero-section .inner {
    padding-top: 90px;
    padding-bottom: 180px;
}
.hero-section .inner.no-padding {
    padding-top: 0;
    padding-bottom: 0;
}
.hero-section .container {
    display: block;
}
.hero-section .description {
    font-size: var(--txt-regular);
    line-height: 36px;
    color: #427b8f;
    text-align: center;
    margin-bottom: 40px;
}
.hero-section .description br {
    content: "";
    height: 20px;
    display: block;
}
.hero-section .jdd-heading {
    line-height: 1;
    margin-bottom: 50px;
}
.hero-section .button-area {
    margin-top: 25px;
    text-align: center;
}
.hero-section .inner-bg-section {
    min-height: 80px;
    width: 100%;
}
.hero-section .hero-section-banner {
    width: 100%;
    position: absolute;
    /*bottom: 0;*/
    left: 50%;
}
.hero-section .hero-section-image {
    min-height: 200px;
    width: 100%;
    background-position: top center;
}
@media screen and (max-width: 991px) {
    .hero-section .inner {
        padding-top: 40px;
        padding-bottom: 80px;
    }
    .hero-section .image-inner-wrap {
        padding-top: 55px;
        padding-bottom: 55px;
    }
    .hero-section .jdd-heading {
        line-height: 1;
        margin-bottom: 20px;
    }
    .hero-section .button-area {
        margin-top: 16px;
    }
}
@media(max-width: 767px){
    .hero-section .hero-section-image, .hero-section .inner-bg-section {
        min-height: 100px;
    }
    .hero-section .description{
        font-size: var(--txt-mobile-regular);
        line-height: var(--txt-line-height);
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .hero-section .description {
        font-size: var(--txt-tablet-regular);
        line-height: var(--txt-line-height);
    }
    .hero-section .hero-section-image, .hero-section .inner-bg-section {
        min-height: 150px;
    }
}
