
h2 {
color: #9d0a0e;
font-size: 40px;
}

.content_right p {
    color: #9d0a0e;
    font-weight: 600;
    border: 1px solid #9d0a0e;
    padding: 20px;
}

@media only screen and (max-width: 767px) {

    h2 {
        font-size: 26px;
        padding-top: 10px;
        line-height: 30px;
    }

}