@media (max-width: 767px) {

  .style-second-content.style-inner-content h3 {
    font-size: 18px;
    line-height: 1.3;
    width: 96%;
  }
  .style-inner-content h2 {
    font-size: 2em;
    margin: 10px 0 0;
    text-transform: uppercase;
  }
  .welcome-full {
    min-height: 550px !important;
  }
  .mg-logo img {
    width: 150px;
  }
  .welcome-style-section {
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
  }

}