/* Flex Column styles */
/* Flex Row styles */
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .site_footer {
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .site-nav .container-fluid {
    height: 70px;
  }
  .site-nav .main_logo {
    width: 280px;
    height: 95px;
  }
  .offer-popup {
    height: 100px;
    margin-top: 75px;
  }
  .offer-popup .offer-info {
    width: 85%;
  }
  .offer-popup .offer-text {
    width: 60%;
  }
  .page_title {
    padding-bottom: 15%;
  }
  .site_footer .social_logos_2 {
    min-width: 20%;
  }
  .social_logos {
    right: -16%;
  }
  .menu_modal .modal-header {
    padding-top: 5%;
    padding-bottom: 5%;
    padding-right: 5%;
  }
  .first_main_section .first_main_section_sub_container .first_sent {
    left: 10%;
  }
  .first_main_section .first_main_section_sub_container .second_sent {
    right: 10%;
  }
  .fourth_main_section .pro_logo__2_big {
    width: 80%;
  }
  .fourth_main_section .last_section_sub_view {
    left: 30%;
  }
  .about_page .our_phil_sec .big_text {
    top: -80px;
  }
  .about_page .our_phil_sec .normal_text {
    width: 70%;
    margin-left: 5%;
  }
  .about_page .mini_logo .pro_logo__2 {
    bottom: 30px;
  }
  .careers_page .our_phil_sec .normal_text {
    margin-left: 5%;
  }
  .careers_page .mini_link {
    left: 40%;
  }
  .contact_page .send_message {
    bottom: -20%;
  }
  /* Blog pages */
  .blog_page .blog-card {
    min-width: 400px;
  }
  .blog_article_page {
    padding-left: 15%;
    padding-right: 15%;
  }
  .blog_article_page .socials {
    min-width: 40%;
  }
  /* --------------------------- */
}
