.aboutUs {
  width: 100%;
  padding-top: 68px;
}
.aboutUs .swiper-section {
  width: 100%;
}
.aboutUs .swiper-section .swiper-container {
  width: 100%;
  position: relative;
}
.aboutUs .swiper-section .swiper-container .swiper-wrapper {
  width: 100%;
}
.aboutUs .swiper-section .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  position: relative;
}
.aboutUs .swiper-section .swiper-container .swiper-wrapper .swiper-slide .swiper-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  object-fit: contain;
}
.aboutUs .swiper-section .swiper-container .swiper-wrapper .swiper-slide::after {
  content: "";
  display: block;
  padding-top: 52.7083333333%;
}
.aboutUs .swiper-section .swiper-container .swiper-wrapper .swiper-slide .textBox {
  position: absolute;
  left: 10%;
  bottom: 10%;
  transform-origin: left bottom;
  font-size: 16px;
}
.aboutUs .swiper-section .swiper-container .swiper-wrapper .swiper-slide .textBox h2 {
  font-weight: 400;
  font-size: 3em;
  color: #ffffff;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.aboutUs .swiper-section .swiper-container .swiper-wrapper .swiper-slide .textBox p {
  font-weight: 400;
  font-size: 0.875em;
  color: #ffffff;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.aboutUs .swiper-section .swiper-container .swiper-wrapper .swiper-slide .textBox .button {
  width: 12.25em;
  height: 4em;
  background: #ffffff;
  font-weight: 400;
  font-size: 1.125em;
  color: #333333;
  text-align: center;
  line-height: 2em;
  font-style: normal;
  text-transform: none;
  border: none;
}
@media (max-width: 1440px) {
  .aboutUs .swiper-section .swiper-container .swiper-wrapper .swiper-slide .textBox {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .aboutUs .swiper-section .swiper-container .swiper-wrapper .swiper-slide .textBox {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .aboutUs .swiper-section .swiper-container .swiper-wrapper .swiper-slide .textBox {
    font-size: 8px;
  }
}
@media (max-width: 320px) {
  .aboutUs .swiper-section .swiper-container .swiper-wrapper .swiper-slide .textBox {
    font-size: 6px;
  }
}
.aboutUs .swiper-section .swiper-container .swiper-pagination {
  width: 100%;
}
.aboutUs .swiper-section .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 8%;
  height: 6px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 0px 0px 0px 0px;
}
.aboutUs .swiper-section .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
}
.aboutUs .swiper-section .swiper-container .swiper-btn {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  object-fit: contain;
}
@media (max-width: 575px) {
  .aboutUs .swiper-section .swiper-container .swiper-btn {
    display: none;
  }
}
.aboutUs .swiper-section .swiper-container .leftIcon {
  left: 5%;
}
.aboutUs .swiper-section .swiper-container .rightIcon {
  right: 5%;
}
@media (max-width: 1440px) {
  .aboutUs .swiper-section .swiper-container .swiper-btn {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 1024px) {
  .aboutUs .swiper-section .swiper-container .swiper-btn {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 768px) {
  .aboutUs .swiper-section .swiper-container .swiper-btn {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 425px) {
  .aboutUs .swiper-section .swiper-container .swiper-btn {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 320px) {
  .aboutUs .swiper-section .swiper-container .swiper-btn {
    width: 30px;
    height: 30px;
  }
}
.aboutUs .content-section {
  width: 100%;
}
.aboutUs .content-section .container {
  padding: 0;
}
.aboutUs .content-section .container .row {
  width: 100%;
}
.aboutUs .content-section .container:first-of-type {
  margin-top: 60px;
}
.aboutUs .content-section .container:first-of-type img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain;
}
.aboutUs .content-section .container:first-of-type p {
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .aboutUs .content-section .container:first-of-type {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .aboutUs .content-section .container:first-of-type {
    margin-top: 0px;
    padding: 0;
  }
}
.aboutUs .content-section .container:last-of-type .title {
  font-weight: bold;
  font-size: 17.5px;
  color: #232323;
  line-height: 26.25px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.aboutUs .content-section .container:last-of-type p {
  font-weight: 400;
  font-size: 17.5px;
  color: #232323;
  line-height: 25.2px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}/*# sourceMappingURL=aboutUs.css.map */