.banner-section h1.banner-title { margin-bottom: 8px; font-size: 19px; font-size: 20px; line-height: 1.4; font-weight: 500; font-family: "Mona Sans", serif !important; text-transform:unset !important; }

.mt-20 { margin-top: 20px;}

.banner-section .h1 { font-size: 84px; color: var(--white); }

.banner-section h1, .banner-section .h4 {    color: var(--white); }

.show-inline { display: inline; }

@media (min-width: 1200px) and (max-width: 1399px)
{
    .banner-section h1.banner-title {font-size: 19px;}
}

@media (min-width: 992px) and (max-width: 1199px) {
    .banner-section h1.banner-title {
        margin-bottom: 8px;
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .banner-section h1.banner-title {
        margin-bottom: 8px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .banner-section h1.banner-title {
        font-size: 15px
    }
}