.home-centered-content>h2{
    font-weight: 400;
    padding-bottom: 15px;
    font-size: 36px;
    line-height: 1.1;
}
.home-centered-content>p {
    padding-bottom: 15px;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .home-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){

}