@media (min-width: 1251px) {
  .header-02-h1 {
    font-size: 56px;
    
  }
  
  .hero-banner-04_custom-margin {
    margin-top: -50px!important;
  }
}

@media (min-width: 768px) and (max-width: 1250px) {
  .hero-banner-04_custom-margin {
    margin-top: -50px!important;
  }
}


@media (min-width: 992px) {
  .hero-banner-03 {
    min-height: 680px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-banner-03-shape svg {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .hero-banner-03-logo img {
    width: 135px;
  }
  .hero-banner-03-shape svg {
    width: 100%;
    height: 100%;
    opacity: .9;
  }
}

@media (max-width: 421px) {
  .hero-banner-03-logo img {
    width: 110px;
  }
  
  .header-02-h1 {
    font-size: 24px;
  }
}

/* Button */
.hero-banner-04_btn {
  clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%)!important;
  padding: 15px 30px!important;
  font-weight: 400;
  font-size: 18px!important;
}

@media (max-width: 354px) {
  .hero-banner-04_btn {
    font-size: 12px!important;
    padding: 10px 20px!important;
  }
}

@media (max-width: 354px) {
  .header-02-h1 {
    font-size: 18px;!important;
  }
  
  .hero-banner-04_custom-margin {
    margin-top: -15px!important;
  }
}
