.sec-one-aboutus {
  background-image: url("../assets/bg_aboutus.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 100vh;
  /* background-position: center 100px; */
  justify-content: center;
  justify-items: center;
  align-content: center;
  /* padding: 0 600px; */
}

.sec-two-aboutus {
  padding: 34px 190px;
  background-color: #fffbf8;
}

.title-aboutus {
  font-size: 32px;
  font-weight: bold;
  color: #670a0a;
}

.body-two-sec-two-aboutus {
  margin-top: 35px;
  display: flex;
  gap: 52px;
}

.img-two-aboutus {
  height: 358px;
}

.title-two-aboutus {
  font-size: 24px;
  font-weight: bold;
  color: #670a0a;
}

@media (min-width: 992px) {
  .sec-one-aboutus {
    padding: 0 0px;
  }
}

@media (max-width: 991px) {
  .sec-one-aboutus {
    padding: 0 26px;
    background-size: cover;
    background-position: center;
  }
  .sec-two-aboutus {
    padding: 36px 26px;
  }
  .body-two-sec-two-aboutus {
    display: block;
  }
  .img-two-aboutus {
    margin-bottom: 20px;
  }
}
