header{
    width: 100%;
    background: linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.8)),url(../img/bg.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    margin-bottom: 6rem;
}
.aboutus{
    width: 100%;
    min-height: 400px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.aboutus h4{
    color: #fff!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    font-size: 3.5rem;
    font-family: Oswald,sans-serif;
    line-height: 1.2;
    margin-bottom: 1rem!important;
}

.inline-texts{
display: flex;
}

.inline-texts p{
    color: #fff!important;
}

.inline-texts p:nth-child(2){
    padding: 0 0.5rem!important;
}

.container--7{
    margin-bottom: 6rem!important;
}

.bodymuscle {
    max-width: 1440px;
    max-width: 85%;
    margin: 0 auto;
    transform: translateY(0)!important;
    margin-bottom: 3rem;
}

@media only screen and (min-width: 992px){
.aboutus h4 {
    margin-top: 3rem!important;
}
}