section.text_with_content {
    padding: 60px 0px;
}


.text_with_content h2 {
    margin-bottom: 10px;
    text-align: center;
    font-family: 'Oswald';
    line-height: 45px;
    color: #000;
    font-size: 25px;
    font-weight: 700;
}
.text_with_content h2 span {
      color: #d70404;
}

.text_with_content p {
   font-size: 1rem;
    font-family: Lora,serif;
    font-weight: 400;
    opacity: .7;
    font-style: italic;
    line-height: 30px;
}

@media (max-width: 992px){
.text_with_content h2 {
    line-height: 50px !important;
    font-size: 35px !important;
}
.text_with_content {
    padding: 40px 0px !important;
}
}



@media only screen and (max-width: 576px){
.text_with_content h2 {
    line-height: 35px !important;
    font-size: 25px !important;
    margin-bottom: 5px;
}
.text_with_content h2 .br{
    display:none ;
}

.text_with_content {
    padding-top: 20px !important;
}

.text_with_content p {
    margin-bottom: 0px;
}

}