/* Flex Column styles */
/* Flex Row styles */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .site_footer {
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .site_footer .social_logos_2 {
    min-width: 25%;
  }
  .menu_modal .modal-header {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .site-nav .container-fluid {
    height: 70px;
  }
  .site-nav .main_logo {
    width: 280px;
    height: 95px;
  }
  .offer-popup {
    margin-top: 76px;
    padding-bottom: 20px;
  }
  .first_main_section .first_main_section_sub_container .first_sent {
    left: 55%;
  }
  .first_main_section .first_main_section_sub_container .second_sent {
    right: 55%;
  }
  .about_page .team_member {
    margin-right: 10px;
  }
  .form-switch {
    width: 25%;
  }
}
