/* For screens smaller than 768 pixels (typical mobile devices) */
@media (max-width: 768px) {
  /* Replace "vc_single_image-img attachment-medium" with the actual class or ID of your graphics */
  .your-graphic-class {
    width: 48%; /* Adjust the width as needed */
    margin-right: 2%; /* Add some space between graphics */
    float: left; /* Float the graphics to stay beside each other */
  }
  
  /* Clear the float to prevent layout issues */
  .clearfix {
    clear: both;
  }
}




/* Mobile Menu */

.sticky-mobile-logo-second-switch > img {
    max-height: 50px !important;
    width: auto !important;
}