.aq-white {
         color: #000 !important;
         background: #fff !important;
      }

      .about-img2 {
         position: relative;
         padding: 40px 43px 50px 0;
         z-index: 1;
      }

      .about-img2 .text-box {
         position: absolute;
         bottom: 0;
         left: auto;
         right: 1.5%;
      }

      .text-box {
         background-color: #fff;
         display: flex;
         align-items: center;
         gap: 20px;
         padding: 20px 40px;
         max-width: 360px;
         box-shadow: 0px 4px 25px rgba(0, 70, 226, 0.07);
         min-height: 150px;
      }

      .text-box__number {
         font-size: 50px;
         color: #000;
         font-weight: 700;
      }

      .online-menu-list {
         list-style: none;
         padding-left: 0;
      }

      .online-menu-list li {
         position: relative;
         padding-left: 34px;
         margin-bottom: 8px;
         font-size: 17px;
         letter-spacing: 0.8px;
         font-family: var(--aq-ff-satoshi-regular);
      }

      .online-menu-list li::before {
         content: "🦋";
         position: absolute;
         left: 0;
         top: 0;
         font-size: 18px;
      }

      @media (max-width: 768px) {
  .aqf-banner-2-thumb img {
    object-position: right center;
  }
}