

    /* .aboutus-container {
      margin: 0 auto;
      width: 95%;
      position: relative;
      top: 140px;
      padding-bottom: 195px;
    } */
    

    .content span{
      font-family: GothamMedium;
    }
    body {
      margin: 0;
      padding: 0;
    }
    .accordion-question p{
      font-family: GothamMedium;
    }
    
    .aboutus-container {
      margin: 0 auto;
      width: 95%;
      position: relative;
      top: 224px;
      padding-bottom: 260px;
      line-height: 150%;
      text-align: justify;
    }
    
    .aboutusVec-mobile {
      display: none;
    }
    
    .accordion p {
      font-weight: 500;
      font-size: 0.9rem;
    }
    
    .aboutus-div {
      position: relative;
      margin-bottom: 20px;
    }
    
    .aboutusVec-screen {
      position: absolute;
      bottom: -42px;
      left: 55%;
      transform: translateX(-50%);
      scale: 1.1;
    }
    
    .aboutusLogo-div img {
      scale: 1.3;
    }
    
    .image-content-section {
      display: flex;
      flex-direction: row;
      align-items: center;
      margin: 0 50px 50px 50px !important; /* Adjust spacing as needed */
    }
    
    .image-content-section.image-at-right {
      gap: -1px;
    }
    .image-content-section img {
      max-width: 80%; /* Make sure images are responsive */
      height: auto; /* Maintain aspect ratio */
    }
    
    .image-content-section .image {
      scale: 1;
      width: 40%;
      height: 100%; /* Adjust this as needed */
    }
    
    .image-content-section .content {
      width: 60%;
      height: 100%;
      font-family: GothamBook;
      line-height: 150%;
      color: #000;
      text-align: justify; /* Adjust this as needed */
    }
    .aboutus-Heading {
      color: #7f56d9;
      font-style: normal;
      font-weight: 600;
      line-height: 0px; /* 68.75% */
      letter-spacing: -1.28px;
      font-size: 45px;
    }
    
    .aboutus-svg-div {
      margin-bottom: 20px;
    }
   .aboutus-container .headings {
      display: flex;
      justify-content: center;
      font-family: GothamBook;
      color: #7f56d9;
      font-style: normal;
      /* line-height: 0px; 68.75% */
      letter-spacing: -1.28px;
    }
    
    .associate-brands-div {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-around;
    }
    
    .item img {
      /* width: 300px !important; */
      height: 164px;
      scale: 0.7;
    }
    
    .aboutus-div img {
      z-index: -100;
    }
    
    .aboutus-SubHeading {
      margin-top: 70px;
      margin-bottom: 39px;
      font-size: 35px;
      font-weight: 900;
    }
    
    .aboutusContent-div p {
      font-size: 20px;
    }
    
    .svgs {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
    #associate-brand-images-div {
      display: none;
    }
    
    .accordion-div {
      display: flex;

      flex-direction: row;
      padding: 0;
      gap: 12px;
      margin: 15px 0;
      text-align: left;
      color: #000;
      transition: background-color 1.25s;
    }
    
    .accordion {
      display: flex;
      flex-direction: column;
    }
    
    .panel {
      max-height: 0px;
      overflow: hidden;
      margin: 5px 0px;
      color: #000;
      font-size: 12px;
      line-height: 135%;
      transition: max-height 0.3s ease-out;
    }
    
    .accordion.active {
      background-color: #ddd;
    }
    
    #mavHeadingID {
      margin-top: 120px;
    }
    
    .aboutus-Subheading-div-hidden {
      display: none;
    }
    
    .faq-vertical-bar-blue,
    .faq-vertical-bar-yellow {
      width: 4px;
      /* height: 20px; */
      background: #1982c4;
      border-radius: 0px 5px 5px 0px;
    
      flex: none;
      order: 0;
      align-self: stretch;
      flex-grow: 0;
    }
    
    .faq-vertical-bar-blue {
      background: #1982c4;
    }
    
    .faq-vertical-bar-yellow {
      background: #ff9b26;
    }
    
    .accordion-question p {
      line-height: 0%;
    }
    
    #image-carousel {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
    }
    
    .owl-item {
      margin: 0 !important;
      padding-top:10px;
    }
    
    @media screen and (max-width: 500px) {
      .associate-brands-div {
        flex-direction: column;
      }
      .owl-carousel {
        display: none; /* Hide the carousel on smaller screens */
      }
    
      .groupVec-mobile {
        display: block;
        position: absolute;
        scale: 1.2;
        top: 10px;
      }
    
      .ellipse-mobile {
        display: block;
        position: absolute;
        right: 0;
      }
    }
    /* Media query for smaller screens */
    @media screen and (max-width: 900px) {
      .image-content-section {
        flex-direction: column; /* Switch to column layout on smaller screens */
        align-items: center;
      }
    
      .image-content-section .image,
      .image-content-section .content {
        width: 90%;
        max-width: none; /* Take full width on smaller screens */
      }
    
      .associate-brands-div {
        flex-direction: column;
        gap: 40px;
        margin-top: 30px;
      }
    
      .image-content-section {
        margin: 0 !important;
        padding: 40px 0; /* Adjust spacing as needed */
      }
    
      .owl-carousel,
      .owl-theme {
        display: none; /* Hide the carousel on smaller screens */
      }
    
      #image-carousel {
        display: none; /* Hide the carousel on smaller screens */
      }
    
      #associate-brand-images-div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        gap: 40px;
      }
    
      #associate-brand-images-div img {
        width: auto;
        height: 70px;
      }
    
      .aboutus-Heading {
        color: #7f56d9; /* 68.75% */
        letter-spacing: -1.28px;
        font-size: 32px;
        order: 1;
      }
    
      .aboutusLogo-div > img {
        order: 2;
      }
    
      .aboutus-SubHeading {
        color: #000;
        font-size: 18px;
        line-height: 135%;
        order: 3;
      }
    
      .aboutus-container {
        margin: 0 auto;
        width: 95%;
        position: relative;
        top: 120px;
        padding-bottom: 260px;
      }
    
      .aboutusLogo-div img {
        scale: 1.1;
        margin-left: 30px;
      }
    
      .aboutus-Subheading-div-hidden {
        display: block;
      }
    
      .aboutus-Subheading-div-visible {
        display: none;
      }
      .image-content-section.image-at-right {
        gap: 50px;
      }
    }
  
    @media screen and (max-width: 628px) {

.accordion-question p {
  line-height: 118%;
}
    }

    @media screen and (min-width: 1600px) {

      .image-content-section .content{
        font-size:22px;
      }
      .aboutusContent-div p {
        font-size: 23px;
    }
    .accordion-question p {

      font-size: 20px;}
          }