@charset "UTF-8";

/* CSS Document */

@media screen and (min-width:992px) {
  .custom-image-left h3 {
    margin: 40px auto 20px;
  }
  .media-box.pull-left {
    margin-right: 60px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .custom-image-left h3 {
    margin: 20px auto 20px;
  }
  .custom-image-left .media-box.pull-left {
    margin-right: 40px;
  }
  .custom-image-left .media-box img {
    max-width: 350px;
  }
}

@media screen and (max-width: 480px) {
  .custom-image-left h3 {
    margin: 0 auto 10px;
  }
}