.aboutus-careers-block
{
  position: relative;
  padding: 120px 0 42px 0;
}
.aboutus-careers-block .common_h2 h2 {
  margin-bottom: 14px;
}

.aboutus-careers-block .common_h3 h3 {
  margin-bottom: 0;
}

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

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

.join-us-button .cta-button img {
    width: 10px;
    height: 10px; 

}
.join-us-button .cta-button:hover img{
    transform: scale(1.2);
}
/* Breakpoints */
@media (max-width: 1199.98px) {
  .aboutus-careers-block
  {
     padding: 80px 0 40px 0;
  }
}
 @media (max-width: 767.98px) { 
  .aboutus-careers-block
  {
     padding: 60px 0 42px 0;
  }

 }
