@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .overlay {
    font-size: 0.9rem;
  }
}

@media (max-width: 1024px) {

  .content-image img {
    width: 55px !important;
  }

}

@media only screen and (min-width: 992px) {}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 1199px) {
  #headerLogo {
    display: none !important;
  }

  .header {
    background: #00a6e0;
    box-shadow: 0px 2px 20px rgb(1 41 112 / 10%);
  }

  .header .logo img {
    max-height: 55px;
    margin-right: 6px;
  }

  .section-img {
    padding: 20px 0px;
  }

  .section-img-graphics {
    display: none !important;
  }
}

@media screen and (min-width: 1440px) {
  section {
    padding: 60px 0;
    overflow: hidden;
  }

  .section-header {
    text-align: center;
    padding-bottom: 30px;
  }
}