 .about-us-container {
     background: var(--background-color);
 }
 
 .about-us-wrapper {
     margin: auto;
     width: 80%;
 }
 
 .about-us-wrapper .img-main {
     padding-left: 20px;
 }
 
 .about-us-wrapper .img-main img {
     width: 100%;
 }
 
 .radius_shadow1 {
     border-bottom: 1px solid var(--border-2-blind-theme-color);
     color: var(--text-color-1);
 }
 
 .sub-heading-about-us {
     font-weight: 500;
     text-align: center;
     color: var(--text-color-light-black);
 }
 
 .sub-sub-heading-about-us {
     font-weight: bold;
     text-align: center;
     color: var(--text-color-light-black);
 }
 
 .centres-link {
     display: block;
     margin: 20px;
     text-decoration: underline;
     color: var(--text-color-light-black);
 }
 
 @media(max-width:800px) {
     .vg-heading {
         font-size: 1rem;
     }
 }
 
 @media(max-width:600px) {
     .about-us-wrapper {
         width: 95%;
     }
 }