.section-partners__date h2 {
  font-size: 68px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (max-width: 1199px) {
  .section-partners__date h2 {
    font-size: 48px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .section-partners__date h2 {
    margin-bottom: 0;
    font-size: 26px;
  }
}
@media only screen and (max-width: 475px) {
  .section-partners__date h2 {
    font-size: 20px;
  }
}

.section-partners__venue {
  display: table;
  width: 100%;
  margin-bottom: 120px;
}

.section-partners__venue h3 {
  color: var(--black);
  font-size: 38px;
}
@media only screen and (max-width: 1199px) {
  .section-partners__venue h3 {
    font-size: 34px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section-partners__venue {
    margin-bottom: 80px;
  }

  .section-partners__venue h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 475px) {
  .section-partners__venue h3 {
    font-size: 14px;
    max-width: 250px;
    margin: auto;
  }
}

.section-partners__supported {
  display: table;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 40px;
  position: relative;
  padding-top: 40px;
}
    
  @media only screen and (max-width: 575px) {
    .section-partners__supported {
      padding-top: 0px;
    }
  }

  .section-partners__supported::before {
    content: "";
    background: url(/images/partners/supported_by.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: -40px;
    width: 100%;
    max-width: 600px;
    height: 80px;
    margin: 0px auto;
    right: 0px;
    left: 0px;
  }

  .section-partners__supported .section-partners__row {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .section-partners__supported .section-partners__row > .section-partners__col--1 {
    order: 2;
  }

  .section-partners__supported .section-partners__row > .section-partners__col--2 {
    order: 1;
  }

  .section-partners__supported .section-partners__row > .section-partners__col--3 {
    order: 3;
  }
    
    @media only screen and (max-width: 575px) {

      .section-partners__supported::before {
        width: 80%;
      }

      .section-partners__supported .section-partners__row {
        display: table;
        width: 100%;
      }

      .section-partners__supported .section-partners__row > .section-partners__col--1 {
        margin-bottom: 0px;
      }
    }

.section-partners__partnership {
  display: table;
  width: 100%;
  text-align: center;
  margin: 0px auto 20px;
  padding-bottom: 180px;
  padding-top: 80px;
  position: relative;
}
  @media only screen and (max-width: 575px) {
    .section-partners__partnership {
      padding-bottom: 80px;
      padding-top: 0px;
    }
  }

  .section-partners__partnership::before {
    content: "";
    background: url(/images/partners/partnership-with.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: -40px;
    width: 100%;
    max-width: 600px;
    height: 80px;
    margin: 0px auto;
    right: 0px;
    left: 0px;
  }

  @media only screen and (max-width: 575px) {
    .section-partners__partnership::before {
      width: 80%;
    }
  }

  .section-partners__row {
    display: table;
    width: 100%;
    text-align: center;
    margin: 0px auto 0px;
  }

    @media only screen and (max-width: 1399px) {
      .section-partners__row {
        max-width: 1000px;
      }
    }

    @media only screen and (max-width: 1199px) {
      .section-partners__row {
        max-width: 750px;
      }

      .section-partners__partnership--1st.section-partners__row {
        max-width: 650px;
      }

      .section-partners__partnership--2nd.section-partners__row {
        max-width: 650px;
      }
    }

    @media only screen and (max-width: 991px) {
      .section-partners__row {
        max-width: 650px;
      }
    }

    @media only screen and (max-width: 767px) {
      .section-partners__row {
        max-width: 100%;
      }
    }

    .section-partners__row > label {
      display: table;
      width: 100%;
      text-align: center;
      margin-bottom: 40px;
    }

  .section-partners__col {
    display: inline-block;
    width: auto;
    text-align: center;
    margin-bottom: 80px;
    padding: 0px 40px;
    box-sizing: content-box;
    vertical-align: middle;
  }
    .section-partners__col img {
      width: 100%;
      max-width: 130px;
      height: 80px;
      object-fit: scale-down;
    }

    .section-partners__supported .section-partners__col img {
      max-width: 200px;
      height: 100px;
    }

      .section-partners__supported .section-partners__col img.large {
        max-width: 220px;
        height: 200px;
      }

    @media only screen and (max-width: 767px) {
      .section-partners__col {
        margin-bottom: 40px;
        padding: 0px 20px;
        min-width: 130px;
      }
        .section-partners__col img {
          width: 100%;
          max-width: 120px;
        }
    }

    @media only screen and (max-width: 1199px) {
      .section-partners__col--full-when-lg {
          width: calc(100% - 80px);
      }
      .section-partners__col--half-when-lg {
          width: calc(50% - 80px);
      }
    }

    @media only screen and (max-width: 575px) {
      .section-partners__col--full-when-lg {
          width: calc(100% - 80px);
      }
      .section-partners__col--half-when-lg {
          width: calc(100% - 80px);
          max-width: 200px;
      }
    }

    .section-partners__col label {
      display: table;
      width: 100%;
      text-align: center;
      margin-bottom: 10px;
    }

.section-partners__col img.icon__partnership--mtcp {

}

.section-partners__col img.icon__partnership--sarawaktourism {

}

.section-partners__col img.icon__partnership--statos {

}

.section-partners__col img.icon__partnership--malaysiaairlines {
  margin-right: 80px;
  max-width: 150px;
}

  @media only screen and (max-width: 767px) {
    .section-partners__col img.icon__partnership--malaysiaairlines {
      margin-right: 20px;
      max-width: 150px;
    }
  }

  @media only screen and (max-width: 480px) {
    .section-partners__col img.icon__partnership--malaysiaairlines {
      margin: 0px 10px;
      max-width: 100px;
    }
  }

  @media only screen and (max-width: 350px) {
    .section-partners__col img.icon__partnership--malaysiaairlines {
      margin-right: 0px;
      max-width: 170px;
    }
  }

.section-partners__col img.icon__partnership--firefly {
  max-width: 130px;
}

  @media only screen and (max-width: 767px) {
    .section-partners__col img.icon__partnership--firefly {
      margin-left: 20px;
      max-width: 120px;
    }
  }

  @media only screen and (max-width: 480px) {
    .section-partners__col img.icon__partnership--firefly {
      margin: 0px 10px;
      max-width: 100px;
    }
  }

  @media only screen and (max-width: 350px) {
    .section-partners__col img.icon__partnership--firefly {
      margin-left: 0px;
      max-width: 150px;
    }
  }

.section-partners__col img.icon__partnership--lalamove {
  max-width: 170px;
}

.section-partners__col img.icon__partnership--mae {
  max-width: 110px;
}

.section-partners__col img.icon__partnership--oppo {

}

.section-partners__col img.icon__partnership--pepsi {

}

.section-partners__col img.icon__partnership--skechers {
  max-width: 230px;
}

.section-partners__col img.icon__partnership--smiling-fish {
  max-width: 220px;
}

.section-partners__col img.icon__partnership--tunetalk {

}