@media (max-width: 991.98px) {
    
    .header {
        margin-top: 49px;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    .header__inner {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .header__heading-1:after {
        left: 50%;
        transform: translateX(-50%);
    }
    
}

@media (min-width: 992px) {
    
    .navbar--shrink:before {
        display: none;
    }
    
    .header {
        height: 743px;
        position: relative;
    }
    
    .header__inner {
        width: 100%;
        position: absolute;
        top: 40%;
        left: 0;
        z-index: 2;
        transform: translateY(-40%);
    }
    
    .header__heading-1:after {
        left: 0;
    }

}

@media (min-width: 992px) and (max-width: 1199.98px) {
    
    .header {
        margin-top: 49px;
    }
    
    .text-lg-justify {
        text-align: justify;
    }

}

@media (min-width: 1200px) {
    
    .header {
        margin-top: 100px;
    }
    
}

.header {
    background-color: #ffffff;
    max-width: 100%;
}

.header .container {
    position: relative;
    z-index: 5;
}

.header__heading-1 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    position: relative;
}

.header__heading-1:after {
    background-color: #ffffff;
    height: 5px;
    width: 40px;
    position: absolute;
    bottom: -4px;
    content: '';
}

.header p {
    font-size: 1.6rem;
    color: #ffffff;
}

.offer {
    background: #f8f8f8 url(../images/offer.png) no-repeat center bottom;
}

.offer--padding, .about--padding, .why--padding {
    padding: 70px 0;
}

.offer__heading-2 {
    margin-bottom: 20px;
    color: #3c6192;
}

.offer p {
    font-size: 1.6rem;
    color: #2a2425;
}

.offer__image {
    height: 80px;
    width: auto;
}

.offer ol, .offer ul {
    margin: 16px 0;
    padding: 0;
}

.offer ol li {
    margin: 0 0 6px 17px;
    padding: 0 0 0 4px;
    color: #2a2425;
    text-align: left !important;
    position: relative;
}

.offer ul li {
    margin: 0 0 6px 12px;
    padding: 0 0 0 8px;
    color: #2a2425;
    text-align: left !important;
    list-style-type: none;
    position: relative;
}

.offer 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;
}

.offer ul a, .offer ul a:focus {
    color: inherit;
    text-decoration: none;
}

.why__heading-2 {
    margin-bottom: 30px;
    color: #3c6192;
}

.why p {
    font-size: 1.6rem;
    color: #2a2425;
}

.why__image {
    height: auto;
    max-width: 100%;
}