#aboutCompany h4,
#aboutRPA h4 {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 56px;
}

#aboutCompany p {
    font-size: 24px;
}



@media (max-width: 400px) {

  #aboutCompany h4,
  #aboutRPA h4 {
    font-size: 24.5px;
    margin-bottom: 56px;
  }

  #aboutCompany p {
      font-size: 18px;
    }
}