/* Flex Column styles */
/* Flex Row styles */
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .site_footer .social_logos_2 {
    min-width: 30%;
  }
  .site-nav .container-fluid {
    height: 62px;
  }
  .site-nav .main_logo {
    width: 260px;
    height: 85px;
  }
  .offer-popup {
    margin-top: 68px;
  }
  .first_main_section .first_main_section_sub_container .first_sent {
    left: 45%;
  }
  .first_main_section .first_main_section_sub_container .second_sent {
    right: 50%;
  }
  .about_page .team_member {
    margin-right: 10px;
  }
  /* Blog pages */
  .blog_article_page {
    padding-left: 12%;
    padding-right: 12%;
  }
  /* --------------------------- */
}
