.rwdtxt {
    text-align: center;
    color: #6c757d;
    font-size: 50px;
    margin-top: -35px;
}

.rwdtxt-content {
    color: #6c757d;
    font-size: 22px;
    text-align: justify;
}

@media (max-width: 600px) {
    .rwdtxt {
        text-align: center;
        color: #6c757d;
        font-size: 35px;
        margin-top: -35px;
    }

    .rwdtxt-content {
        color: #6c757d;
        font-size: 17px;
    }
}
