.about-us .title {
  padding-top: 100px;
  background-color: #000000 !important;
  background-size: cover;
  background-position: top;
}
.about-us .title .line {
  display: block;
}
.about-us .title p, .about-us .title .words {
  padding: 64px 24px 42px;
  margin: 0;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 36px;
  line-height: 56px;
  color: #ffffff;
  letter-spacing: 5px;
  text-align: center;
  text-transform: uppercase;
  display: block;
}
.about-us .banner {
  width: 100%;
}
.about-us .banner img {
  width: 100%;
}
.about-us .main-content {
  padding: 100px 12vw 50px;
}
.about-us .main-content h3 {
  font-family: "Montserrat";
  text-align: center;
  font-size: 40px;
  line-height: 56px;
  color: #000000;
  margin-bottom: 40px;
}
.about-us .main-content .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.about-us .main-content .content .download-button {
  background: #e4c09f;
  border-radius: 0px 24px;
  border: 0 none;
  padding: 12px 21px;
  font-family: "Montserrat";
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  white-space: nowrap;
  margin-right: 135px;
  cursor: pointer;
  transition: all 0.3s;
}
.about-us .main-content .content .download-button:hover {
  color: #ffffff !important;
}
.about-us .main-content .content .description {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 2em;
  padding-left: 1%;
}
.about-us .main-content .content .description p {
  font-family: "Montserrat";
  text-align: justify;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 2em;
}
.about-us .slide-wrapper {
  position: relative;
}
.about-us .slide-wrapper .slide-prev,
.about-us .slide-wrapper .slide-next {
  position: absolute;
  top: 50%;
  background: #ffffff;
  padding: 8px 13px;
  cursor: pointer;
  transform: translate(0, -50%);
}
.about-us .slide-wrapper .slide-prev {
  left: 24px;
}
.about-us .slide-wrapper .slide-next {
  right: 24px;
}
.about-us .slide-wrapper .slide .slide-content {
  width: 100vw;
  height: 740px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 60px 18%;
}
.about-us .slide-wrapper .slide .slide-content h3 {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  color: #ffffff;
  margin-bottom: 40px;
}
.about-us .slide-wrapper .slide .slide-content > div {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.about-us .slide-wrapper .slide .slide-content > div .ship-info {
  width: 32%;
}
.about-us .slide-wrapper .slide .slide-content > div .ship-info p {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
.about-us .slide-wrapper .slide .slide-content > div .ship-description {
  width: 68%;
  padding-left: 50px;
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
}
.about-us .content-member {
  font-family: "Montserrat";
  font-weight: 500;
  line-height: 28px;
  color: #000000;
  font-size: 20px;
  text-align: center;
  padding: 0 50px 50px 50px;
}
.about-us .members-wrap {
  flex-wrap: wrap;
  padding-bottom: 50px;
  justify-content: center;
}
.about-us .members-item {
  flex: 1 0 21%;
  text-align: center;
  padding: 0 30px 50px 30px;
}
@media screen and (max-width: 992px) {
.about-us-slide-control {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}
.about-us .title {
    padding-top: 64px;
}
.about-us .title .line {
    display: block;
}
.about-us .title p, .about-us .title .words {
    padding: 30px 2vw;
    font-size: 24px;
    line-height: 32px;
}
.about-us .banner {
    width: 100%;
}
.about-us .banner img {
    width: 100%;
}
.about-us .main-content {
    padding: 40px 4vw;
}
.about-us .main-content h3 {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 30px;
}
.about-us .main-content .content {
    flex-direction: column;
    align-items: center;
}
.about-us .main-content .content .download-button {
    margin: auto;
}
.about-us .main-content .content .description {
    padding-left: 0%;
}
.about-us .main-content .content .description p {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin-top: 30px;
}
.about-us .slide-wrapper {
    position: relative;
}
.about-us .slide-wrapper .slide-prev,
.about-us .slide-wrapper .slide-next {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #ffffff;
    padding: 14px 18px;
    cursor: pointer;
}
.about-us .slide-wrapper .slide-prev img,
.about-us .slide-wrapper .slide-next img {
    width: 14px;
}
.about-us .slide-wrapper .slide-prev {
    left: unset;
    margin-right: 20px;
}
.about-us .slide-wrapper .slide-next {
    right: unset;
}
.about-us .slide-wrapper .slide .slide-content {
    width: 100vw;
    height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 2vw;
}
.about-us .slide-wrapper .slide .slide-content h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px;
}
.about-us .slide-wrapper .slide .slide-content > div {
    flex-direction: column;
}
.about-us .slide-wrapper .slide .slide-content > div .ship-info {
    width: 100%;
}
.about-us .slide-wrapper .slide .slide-content > div .ship-info p {
    font-size: 14px;
    line-height: 20px;
}
.about-us .slide-wrapper .slide .slide-content > div .ship-description {
    width: 100%;
    padding-left: 0;
    font-size: 14px;
    line-height: 20px;
}
.about-us .content-member {
    padding: 0 10px 50px 10px !important;
}
}
