.aboutus-location{
    margin-top: 120px;
    background: #FAFAFA;
    padding: 60px 0;
    margin-bottom: -110px;
}

.locations-title {
    color: #000;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; 
    margin-bottom: 20px;
}

.map-container {
    margin-bottom: 40px;
}

.head-office-text {
    color: #000;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 17px;
}

.cta-button {
    display: inline-flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 12px;
    background: #242424;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    text-decoration: none;
    margin-top: auto;
    align-self: flex-start;
}

 .cta-button:hover {
      background: linear-gradient(131deg, #544FF8 70.42%, #2EB6AE 102.7%);
   }

   .cta-button:hover img{
      transform:scale(1.3);
   }

@media (max-width: 1199.98px) {
  .aboutus-location{
    margin-top: 80px;
  }
}
 @media (max-width: 767.98px) { 
    .aboutus-location{
        margin-top: 60px;
    }

 }