@media (max-width: 1400px) {
  .main-nav ul li a {
    margin: 0 10px;
  }
  .f-links li a {
    font-size: 13px;
  }
  .f-address h3 {
    font-size: 20px;
  }
  .f-address address {
    font-size: 13px;
  }
  .about-para {
    line-height: 1.6;
  }
  .about-para p {
    padding-right: 0;
    letter-spacing: 0.3px;
  }
}
@media (max-width: 1300px) {
  .testimonial-content-box::after {
    content: "";
    border-top: 134px solid #fff;
    border-right: 134px solid transparent;
    border-bottom: 134px solid transparent;
    border-left: 134px solid transparent;
  }

  .honor-img-section .honor-name {
    bottom: 10%;
  }
  .honor-content-section h2 {
    font-size: 27px;
  }
  .honor-img-section {
    position: relative;
    width: 30%;
    margin-right: 40px;
  }
}
@media (max-width: 768px) {
  .honor-section-wrapper {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
    align-content: center;
    height: 100%;
  }
  .honor-content-section {
    width: 100%;
  }
  .honor-content-section h2 {
    font-size: 20px;
  }
  .honor-img-section {
    position: relative;
    width: 100%;
    margin-right: 40px;
    margin-bottom: 20px;
}
  .testimonial-content-box::after {
    content: "";
    border-top: 168px solid #fff;
    border-right: 168px solid transparent;
    border-bottom: 168px solid transparent;
    border-left: 168px solid transparent;
  }
  .container-box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    min-height: auto;
    place-content: center;
    margin-bottom: 50px;
  }
  .main-nav {
    display: none;
  }
  .wrapper {
    width: 100%;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .clock.ui-large {
    width: 300px;
    height: 300px;
    font-size: 40px;
  }
  .wrapper h4 {
    display: none;
  }
  .last-link {
    display: block;
  }
  .link-container .links-box li a {
    font-size: 15px;
  }
  .header-container .logo-box .logo {
    max-width: 110px;
  }
  .header-container {
    width: 100%;
    padding: 10px;
  }
  .link-container {
    margin-left: 0;
  }
  .link-container .links-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 15px;
  }
  .contact-box .contact-info .contact-title p,
  .contact-box .contact-info .contact-title p a {
    font-size: 15px;
  }
  .contact-box .contact-info .contact-details p a {
    font-size: 16px;
  }
  .contact-box,
  .contact-box a {
    margin-bottom: 10px;
  }
  .contact-box .contact-info .contact-details p.address {
    margin-bottom: 30px;
  }
  .contact-box .contact-info .contact-details p.address {
    font-size: 14px;
  }
  .m-link {
    padding-left: 0 !important;
    column-gap: 54px !important;
    margin-bottom: 0;
  }

  .m-link.m-link2 {
    column-gap: 50px !important;
  }

  .f-bottom-links {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  .f-bottom-links ul {
    padding-left: 0;
  }

  .f-bottom-links ul li a {
    font-size: 12px;
  }

  .f-bottom p {
    text-align: center;
  }

  .my-float {
    margin-top: 0;
  }

  .float {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 85px;
    right: 5px;
    font-size: 20px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: grid;
    place-content: center;
  }
  .float svg {
    width: 25px;
    height: 25px;
  }
  .feature-img img {
    width: 80%;
  }

  .feature-section {
    padding: 30px 0;
  }

  .link-container {
    display: grid;
    justify-content: flex-start;
    padding-left: 30px;
  }

  .event-container {
    margin-top: 0px;
  }

  .event-link {
    padding: 5px 10px;
    font-size: 13px;
  }

  .video-title h2 {
    font-size: 14px;
  }

  /* Singapore Conference page */

  .singapore {
    width: 100%;
    padding: 0 20px;
  }

  .singapore-points {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 30px;
  }

  .singapore-point {
    padding: 20px;
    margin-bottom: 20px;
  }

  .topics {
    margin-bottom: 30px;
  }

  .cards {
    width: 100%;
    padding: 0 20px;
  }

  .singapore__heading--big {
    text-decoration: none;
  }

  .banner__img {
    margin-bottom: 30px;
  }

  .gallery {
    width: 100%;
  }

  .gallery__image {
    width: 100%;
    padding: 0 20px;
  }
}
