@media only screen and (min-width:1400px) {}


@media only screen and (max-width:1200px) {}

@media only screen and (max-width:992px) {
.vs_intro_img_circle {
    width: 300px;
    height: 300px;
  }



  .vs_counter_band .vs_counter_item {
    border-right: none !important;
  }
    .vs_about_img {
    height: 350px;
  }

  .vs_about_card {
    position: static;
    transform: none;
    margin-top: 15px;
    justify-content: center;
  }
    .vs_gallery_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width:767px) {
 .vs_service_card {
    padding: 24px 15px;
  }

  .vs_service_icon {
    font-size: 1.6rem;
  }
   .vs_testi_card {
    padding: 30px 20px;
  }
    .vs_cta_card {
    padding: 30px 20px;
  }
}

@media only screen and (max-width:576px) {

  a,
  p {
    font-size: 13px;
  }
  
  .vs_ctm_btn, .vs_ctm_btn_outline {
        padding: 5px 8px;
        font-size: 10px;
    }
    .vs_gallery_grid {
    grid-template-columns: 1fr;
  }

  .vs_gallery_item.large,
  .vs_gallery_item.tall {
    grid-row: span 1;
  }

}


@media (max-width: 480px) {

}

@media (max-width: 352px) {}

@media (max-width: 300px) {}