.centered-content>h2{
    font-weight: 900;
    padding-bottom: 10px;
    font-size: 24px;
}
.centered-content>p {
    color: #3155a4;
    font-weight: 600;
    font-size: 18px;

}

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