.aboutUsImg {
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.aboutUsImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aboutUsBody {
  padding: 40px 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 95%;
  margin: 0px auto;
}
.aboutUsBody h1 {
  margin: 0px auto;
  color: #8a39a5;
}
.aboutUsBody a {
  text-decoration: none;
  color: #8a39a5;
  font-weight: 600;
  font-size: 18px;
  margin-top: 30px;
  transition: color 0.3s ease;
  text-align: center;
}
.aboutUsBody a:hover {
  color: #ec6608;
}