/** Shopify CDN: Minification failed

Line 36:0 Unexpected "}"

**/

#footer_top {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

#footer_top .section-content {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}



/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  
  span.mr__10.ml__10,h1.training-features__title{
    font-size: 40px !important;
    font-weight: 700;
}
h3.dib.tc.section-title.fs__24 
    font-size: 29px !important;
    font-weight: 600;
}
.section-title {
  font-size: 40px !important;
  font-weight: 700 !important;
}


}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  



}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  
}