*{
    color: #606060;
  }
      
  h1, h2, h3, h4, h5, h6{
    font-weight: normal;
  }
          .primary{
            color: #606060;
        
      
          }
          .secondary{
            color: #0086bf;
          }
          .red{
            color: #dd0303;
          }
          .green{
            color: #479543;
          }

          .title{
            display: flex;
            gap: 10px;
          }
          
          .au2logo1{
            width: 138px;;
          }
          .aboutUsContainer{
            width: 100%;
            min-height: calc(100vh - 100px);
            display: flex;
            justify-content: center;
            align-items: center;
          }
          .aboutUs1{
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 10px;
            max-width: 1200px;
            margin: 30px;
            border-radius: 8px;
            /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */

          }
          .aboutUs {
      
              display: flex;
              flex-direction: column;
              align-items: center;
              padding: 10px;
              max-width: 1200px;
              margin: 30px;
              border-radius: 8px;
              /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
          }
          .imgContainer {
              width: 100%;
              overflow: hidden;
              border-radius: 8px;
              margin-bottom: 20px; 
          }
          .imgContainer img {
              width: 100%;
              height: auto;
              display: block;
              object-fit: cover;
              border-radius: 8px;
          }
          .content {
              /* text-align: center; */
              /* padding: 20px; */
          }
          .main-text-con {
              margin: 20px 0;
              padding: 0 10px;
          }
          .main-deadtext {
              font-size: 2.5rem;
              margin-bottom: 10px;
              color: #333;
          }
          .main-deadtext .span1 {
              color: #007BFF;
          }
          .main-infotext {
              color: #666;
              line-height: 1.6;
              margin: 10px 0;
          }
          .main-subtext {
              font-size: 1.5rem;
              font-weight: bold;
              margin: 20px 0 10px;
              color: #333;
          }
          ul {
              list-style-type: disc;
              margin: 10px 0;
              /* padding: 0 20px; */
              text-align: left;
              color: #666;
          }
          li {
            
          }
          .content a {
              display: inline-block;
              margin-top: 20px;
              text-decoration: none;
              color: #0086bf;
              /* font-weight: bold; */
              cursor: pointer;
          }
          .content a:hover {
              text-decoration: underline;
          }
          .extra-info {
              display: none;
          }
          @media (max-width: 767px) {
            .aboutUs1 {
                flex-direction: column-reverse;
          
            }

          }
            
          
          @media (min-width: 768px) {
              .aboutUs {
                  flex-direction: row;
                  margin-top: 50px;
                  /* align-items: flex-start; */
              }
              .aboutUs1 {
                  flex-direction: row;
                  margin-top: 50px;
                  /* align-items: flex-start; */
              }
              .imgContainer, .content {
                  width: 50%;
                  padding: 20px;
              }
              .content {
                  text-align: left;
              }
              .imgContainer {
                  margin-bottom: 0;
              }
          }