/*==================================
Bootstrap 4.0.0 Breakpoints
==================================*/

/*==================================
Extra Large Devices, Wide Screens
==================================*/
@media only screen and (max-width : 1600px) {
.footer-top-section h2 { font-size: 24px;margin-top: -0.3em;} 
.sidebar-shortcode.iron-custom-sidebar-contactpagereviewsidebar.ContactPageReviewSidebar h2.grw-widget-title.widget-title{ font-size: 24px;margin-top: -0.3em;}
}

/*==================================
Large Devices, Desktops
==================================*/
@media only screen and (max-width : 991px) {
.footer-top-section h2 { font-size: 24px;margin-top: -0.3em;} 
.sidebar-shortcode.iron-custom-sidebar-contactpagereviewsidebar.ContactPageReviewSidebar h2.grw-widget-title.widget-title { font-size: 24px;margin-top: -0.3em;}
/*==================================
Medium Devices, Tablets
==================================*/
@media only screen and (max-width : 767px) {
.footer-top-section h2 { font-size: 24px;margin-top: -0.3em;} 
.sidebar-shortcode.iron-custom-sidebar-contactpagereviewsidebar.ContactPageReviewSidebar h2.grw-widget-title.widget-title { font-size: 24px;margin-top: -0.3em;}
}

/*==================================
Small Devices, Phones
==================================*/
@media only screen and (max-width : 575px) {

}

/*==================================
Extra Small Devices, Phones
==================================*/
@media only screen and (max-width : 320px) {

}