@media (max-width: 575.98px) {

    .header, .header__owl-carousel, .hoc__image {
        height: 400px;
        max-width: 100%;
    }
    
    .blog__heading-3 {
        margin-top: 10px;
    }

}

@media (min-width: 576px) and (max-width: 767.98px) {

    .header, .header__owl-carousel, .hoc__image {
        height: 400px;
        max-width: 100%;
    }
    
    .blog__heading-3 {
        margin-top: 10px;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    
    .header, .header__owl-carousel, .hoc__image {
        height: 400px;
        max-width: 100%;
    }

}

@media (min-width: 992px) and (max-width: 1199.98px) {

    .header, .header__owl-carousel, .hoc__image {
        height: 400px;
        max-width: 100%;
    }
    
}

@media (min-width: 1200px) {
    
    .header, .header__owl-carousel, .hoc__image {
        height: 400px;
        max-width: 100%;
    }

}

.header {
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}

.header__inner {
    margin-top: 30px;
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
}

.header__heading-1 {
    font-size: 3.6rem;
}

.content {
    background-color: #000000;
}

.content--padding {
    padding: 70px 0;
}

.content h2 {
    margin-bottom: 30px;
    padding-bottom: 25px;
    color: #ffffff;
    position: relative;
}

.content h2:after {
    background-color: #f63b3b;
    height: 5px;
    width: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
}

.content p {
    font-size: 1.6rem;
    color: #ebebeb;
}

.content h3 {
    font-size: 2.6rem;
    color: #ffffff;
}