/*
 Theme Name:     MTS
 Template:       Divi
*/
/*tablet portrait*/
@media (min-width: 768px) and (max-width: 979px) {	  
.et_pb_section_2_tb_header.et_pb_section {
  padding-top: 14px !important; 
}
.et_pb_row.et_pb_row_0 {
  padding-left: 0 !important;
  margin-top: -6rem;
}
.et_pb_row.et_pb_row_0_tb_footer {
  display: flex;
}
footer .et_pb_column.et_pb_column_1_2 {
  width: 50%;
}
.et_pb_row.et_pb_row_2.heading-text ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
.et_pb_section_1.et_pb_section {
  padding-top: 50px !important;
  padding-bottom: 40px !important;
}
.sp-nav-control {
  right: 26px !important;
}
}
/*tablet landscape*/
@media (min-width: 980px) and (max-width: 1199px) { 
[class*="et_pb_social_media"] {
  display: inline-flex !important;
}
.et_pb_social_media_follow_network_name {
  display: none !important;
}
.et_pb_column.et_pb_column_1_5.et_pb_column_1_tb_header.et_pb_css_mix_blend_mode_passthrough {
  position: relative;
  left: -4rem;
}
.et_pb_section_1.et_pb_section {
  padding-top: 50px !important;
  padding-bottom: 40px !important;
}
}
/*laptop2 */
@media (min-width: 1200px) and (max-width: 1600px) {
.et_pb_column.et_pb_column_1_5.et_pb_column_1_tb_header.et_pb_css_mix_blend_mode_passthrough {
  position: relative;
  left: -4rem;
}
} 
 
