@media screen and (max-width: 767px) {
  .hide-on-mobile {
    display: none;
  }
  .footer-companypartner p {
    margin: 0;
  }
  [data-footer*="type-1"] .ct-footer [data-row*="top"] > div {
    padding-bottom: 0;
  }
  .ct-footer [data-column] > [data-id] > p {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 10px;
  }
  #block-11 {
    width: 100%;
  }
  #block-11 p {
    text-align: left;
  }
  [data-footer*="type-1"] .ct-footer [data-column="widget-area-2"] {
    margin-top: -30px;
  }
  .footer-companypartner img {
    display: block;
    margin-left: 0 !important;
  }
  .hero-section[data-type="type-2"] > [class*="ct-container"]{
    padding: 20px !important;
  }
}

@media screen and (min-width: 767px) {
}
