.centered-text-content>h2{
    font-weight: 400;
    padding-bottom: 15px;
    font-size: 26px;
}
.centered-text-content>p {
    padding-bottom: 15px;
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .centered-text-content>p{
        margin: 1rem 6rem;
    }
}