@media (max-width: 767.98px) {
    
    .header__heading-1--bp {
        font-size: 3rem !important;
    }
    
}

@media (min-width: 768px) and (max-width: 991.98px) {
    
    .header__heading-1--bp {
        font-size: 3rem !important;
    }
    
}

@media (max-width: 991.98px) {
    
    .header {
        background-color: #3c6192;
        height: 200px;
        width: 100%;
        position: relative;
    }

}

@media (min-width: 992px) {

    .header {
        background-color: #3c6192;
        height: 260px;
        width: 100%;
        position: relative;
    }
    
}

.header__inner {
    width: 100%;
    position: absolute;
    top: 65%;
    transform: translateY(-35%);
    z-index: 2;
}

.header__heading-1 {
    color: #ffffff;
}

.header__heading-1--bp {
    text-transform: inherit !important;
}

.content {
    background-color: #ffffff;
}

.content--padding {
    padding: 70px 0;
}

.content h2 {
    color: #3c6192;
}

.content__heading-2 {
    padding-bottom: 20px;
    position: relative;
}

.content h3 {
    color: #3c6192;
}

.content p {
    font-size: 1.6rem;
    color: #2a2425;
}

.content p a, .content p a:focus {
    color: inherit;
    text-decoration: none;
}

.content p a:hover {
    color: #3c6192;
}

.content ol, section ul {
    margin: 16px 0;
    padding: 0;
}

.content ol li {
    margin: 0 0 6px 17px;
    padding: 0 0 0 4px;
    color: #2a2425;
    position: relative;
}

.content ul li {
    margin: 0 0 6px 12px;
    padding: 0 0 0 8px;
    color: #2a2425;
    list-style-type: none;
    position: relative;
}

.content ul li:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: 0.7rem;
    font-weight: bold;
    color: #3c6192;
    text-decoration: inherit;
    content: '\f111';
    position: absolute;
    top: 1px;
    left: -12px;
}

.content ul a, .content ul a:focus {
    color: inherit;
    text-decoration: none;
}

.content ul a:hover {
    color: #3c6192;
}

.content__image {
    height: auto;
    max-width: 100%;
}

.why {
    background: #f8f8f8 url(../images/offer.png) no-repeat center bottom;
}

.why--padding {
    padding: 70px 0;
}

.why__heading-2 {
    margin-bottom: 20px;
    color: #3c6192;
}

.why p {
    font-size: 1.6rem;
    color: #2a2425;
}

.why__image {
    height: 80px;
    width: auto;
}


.news__box, .gallery__box {
    position: relative;
}

.news__image, .gallery__image {
    height: auto;
    max-width: 100%;
}

.news__box:after, .gallery__box:after {
    border: 8px solid #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.4;
    content: '';
}

.gallery__heading-3 {
    color: #2a2425;
}