@media screen and (max-width: 576px) {
  .section_spacing {
    margin-top: 100px;
  }

  .hero_heading {
    font-family: "Archivo Black", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 59px;
  }

  .hero_text {
    width: 100%;
  }

  .hero_card {
    width: 30%;
  }

  .video_title {
    font-size: 62px;
  }

  .video_banner {
    height: 100%;
  }

  .service_title {
    font-size: 24px;
  }

  .about_headings {
    font-size: 50px !important;
  }

  .about_header_icon {
    font-size: 30px;
  }

  /* Service Page Media  */
  .service_header_title {
    font-size: 45px;
  }

  .service_header_title {
    font-size: 35px;
  }

  /* about page Media  */
  .about_page_header {
    background-color: #0b212a !important;
    border-bottom-left-radius: 100px !important;
    border-bottom-right-radius: 100px !important;
    padding-top: 150px;
    padding-bottom: 50px;
  }
  .about_header_title {
    font-size: 45px;
  }

  .about_header_image {
    height: 200px;
    width: 200px;
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .more_title {
    font-size: 40px;
  }
}
