/** Custom Styles **/

.vc-intro-sec .vc-hero-badge img {
  max-width: 200px;
  height: auto;
}

@media (max-width: 767px) {
    .vc-hero-section .vc-hero-badge img {
        max-width: 175px; 
        margin-bottom: 15px; 
    }
}