.about-us {
  padding-top: 19.7vh;
  background-color: #f5f5f5;
  width: 100%;
  height: 100%;
}
.about-us-inner {
  padding: 4vh 6vw 4vh 6vw;
  height: 100%;
  display: flex;
  column-gap: 3vw;
}
.about-video-container {
  padding: 2vh 6vw 2vh 6vw;
}
.about-us-row1 {
  width: 50%;
  display: flex;
  column-gap: 0.6vw;
}
.about-us-row1 img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}
.about-us-row1 > div {
  background-color: #ede0da;
}
.about-row1-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* .about-us-row1 > div:nth-child(1) {
  width: 8%;
} */
.about-us-row1 > div:nth-child(2) {
  height: 80%;
  width: 15%;
  justify-content: flex-start;
  padding-top: 12vh;
  align-self: end;
}
.about-us-row1 > div:nth-child(3) {
  height: 90%;
  width: 13%;
  align-self: end;
  justify-content: space-between;
  padding: 1vh 1vw;
}
.about-us-row1 > div:nth-child(4) {
  height: 85%;
  width: 5%;
  align-self: end;
  justify-content: space-between;
  padding: 1vh 1vw;
  position: relative;
}
.about-us-row1 > div:nth-child(5) {
  height: 87%;
  width: 10%;
  align-self: end;
  justify-content: flex-start;
  padding: 1vh 1vw;
  position: relative;
}
.about-us-row1 > div:nth-child(6) {
  height: 93%;
  width: 23%;
  align-self: end;
  justify-content: flex-start;
  padding: 1vh 1vw;
  position: relative;
}
.about-us-row1 > div:nth-child(7) {
  height: 88%;
  width: 6%;
  align-self: center;
  justify-content: center;
  padding: 1vh 1vw;
  position: relative;
  transform: rotate(-3deg);
  margin-left: 1vw;
  bottom: -4.5vh;
}
.about-us-row1 > div:nth-child(6) h3 {
  border: solid 1px #282828;
  padding: 1vw;
  position: relative;
  top: 10vh;
  font-size: 1.3vw;
  line-height: 4vh;
  font-weight: normal;
}
.about-us-row1 > div:nth-child(2) h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 3vw;
  font-weight: normal;
}
.about-us-row1 > div:nth-child(3) h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1vw;
  font-weight: normal;
}
.about-us-row1 > div:nth-child(1) h3,
.about-us-row1 > div:nth-child(5) h3,
.about-us-row1 > div:nth-child(7) h3 {
  transform: rotate(90deg);
  width: 37vw;
  text-align: center;
  font-size: 1.2vw;
  font-weight: normal;
}

.about-us-row1 > div:nth-child(7) h3 {
  width: 31vw;
}

.about-us-row1 > div:nth-child(5) h3 {
  width: 14vw;
  top: 20vh;
  position: relative;
  font-size: 1.3vw;
  font-weight: normal;
}
.about-us-row1 > div:nth-child(3) div:nth-child(1) {
  transform: rotate(90deg);
  width: 18vw;
  position: relative;
  top: 19vh;
}
.about-us-row1 > div:nth-child(3) h3,
.about-us-row1 > div:nth-child(3) h4 {
  font-size: 0.9vw;
  text-align: center;
  font-weight: normal;
}
.about-us-row1 > div:nth-child(4) h3 {
  font-size: 1vw;
  transform: rotate(90deg);
  position: relative;
  top: 4vh;
  font-weight: normal;
}
.about-us-row1 > div:nth-child(4) h4 {
  font-size: 1vw;
  transform: rotate(90deg);
  position: absolute;
  width: 12vw;
  bottom: 12vh;
  font-weight: normal;
}
.about-us-row2 {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.about-us-row2 h3 {
  margin-bottom: 2vh;
  font-size: 2vw;
  font-weight: normal;
}
.about-us-row2 p {
  font-size: 1vw;
  font-weight: 400;
  line-height: 3.8vh;
  text-align: justify;
}
.mobile-section {
  display: none;
}
@media only screen and (max-width: 1100px) {
  #about-desktop {
    display: none;
  }
  .mobile-section {
    display: block !important;
  }
  .mobile-section .landing {
    height: auto !important;
  }
  .about-us-inner {
    flex-direction: column !important;
  }
  .about-foot {
    margin-top: 20px;
  }
  .about-us {
    padding-top: 0 !important;
  }
  .about-us-row2 p {
    font-size: 12px !important;
    font-weight: 400;
    line-height: normal !important;
  }
  .about-us-row1 {
    margin-bottom: 30px;
    width: 100% !important;
    height: 100% !important;
  }
  .about-us-row1 > div:nth-child(3) div:nth-child(1) {
    width: 50vw !important;
  }
  .about-us-row1 > div:nth-child(3) h3,
  .about-us-row1 > div:nth-child(3) h4,
  .about-us-row1 > div:nth-child(4) h4 {
    font-size: 8px !important;
  }
  .about-us-row2 {
    width: 100% !important;
    height: 100% !important;
  }
  .about-us-inner h3 {
    font-size: 11px !important;
  }
  .about-us-row2 h3 {
    font-size: 25px !important;
  }
}
