@media screen and (max-width: 1024px) {
  .hero-section {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .hero-section .content h1 {
    font-size: 32px;
  }
  .hero-section .content h3 {
    font-size: 20px;
  }
  .hero-section .content {
    width: 70%;
    text-align: center;
  }
  .hero_img {
    width: 130px;
    height: 130px;
  }
  .header_top_links > a {
    font-size: 10px;
  }
  .fs_md_10 {
    font-size: 10px;
  }
}

@media screen and (max-width: 576px) {
  .hero-section .content h1 {
    font-size: 28px;
  }
  .hero-section .content p {
    font-size: 12px;
  }
  .hero-section .content {
    width: 70%;
  }
  .hero_img {
    width: 100px;
    height: 100px;
  }
  .main_img_box {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .hero-section .content {
    width: 100%;
  }
  .hero-section {
    background-position: left;
  }
}
