.section_heading_wrapper h2.title {
    margin-bottom: 15px;
}

.section_heading_wrapper .content {
    margin-bottom: 20px;
}


@media(max-width:991px) {

/*     .section_heading_wrapper.text-left,
    .section_heading_wrapper.text-right {
        text-align: center !important;
    } */

    .section_heading_wrapper h2.subtitle {
        margin-bottom: 5px;
    }

}

@media(max-width:767px) {
    .section_heading_wrapper h2.title {
        font-size: 28px !important;
    }

}