.om-oss-main-container {
  width: 70%;
  min-height: 60vh;
  margin: 5rem auto;
}

@media screen and (max-width: 768px) { 
  .om-oss-main-container {
    width: 90%;
    min-height: 60vh;
    margin: 2rem auto;
  }
}

.om-oss-heading {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: white;
}

.om-oss-p {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 3rem;
  color: white;
}