.head-centered-content>h1{
    font-weight: 900;
    padding-bottom: 15px;
    font-size: 41px;
    line-height: 1.1;
}
.head-centered-content>p {
    padding-bottom: 15px;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .head-centered-content>p{
        margin: 1rem 6rem;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  
}
@media screen and (min-width: 992px) and (max-width: 1200px){

}