.about-banner-wrapper {
  height: calc(100vh - 210px);
  margin-top: 90px;
}
.about-banner-img img {
  width: 100%;
  height: 100%;
}
.about-story-wrapper {
  padding: 60px 147px;
}
.about-story-heading .common-heading {
  margin: 0px 0px;
}
.about-story-heading .common-heading h1 {
  color: #000000;
}
.about-story-text p {
  color: #5a5a5a;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 30px;
}
.about-manufacturing-wrapper {
  padding: 50px 30px;
}
.about-manufacturing-text {
  background-color: #fcd44c;
  padding: 80px 100px;
  height: 750px;
  overflow: hidden;
}
.about-manufacturing-text h4 {
  color: #000;
  font-size: 21px;
  line-height: 48px;
  margin-bottom: 25px;
  font-weight: 500;
}
.about-manufacturing-text p {
  color: #000;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
  font-weight: 400;
  width: 430px;
}
.about-manufacturing-img {
  width: 100%;
  height: 750px;
  overflow: hidden;
}
.about-manufacturing-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.parent-company-wrapper-logo {
  text-align: center;
}
.parent-company-wrapper-logo-mobile {
  display: none;
}
.parent-company-wrapper-logo img {
  width: 230px;
}
.about-other-link-wrapper {
  padding: 70px 30px;
  padding-bottom: 40px;
}
.about-other-link {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}
.about-other-link:first-child {
  border-bottom: none;
}
.about-other-link a {
  display: block;
  padding: 26px 0px;
}
.about-other-link a img {
  display: inline-block;
}
.about-other-link a h5 {
  display: inline-block;
  color: #109d2a;
  font-size: 21px;
  line-height: 28px;
  padding-left: 15px;
  vertical-align: middle;
}
.about-other-link.get-in-touch a h5 {
  color: #10519d;
}
.about-other-link a label {
  display: none;
  float: right;
  cursor: pointer;
  padding: 25px 0px;
}
.about-other-link:hover label {
  display: block;
}
.about-other-link a label img {
}

/* Read More */
.read-more {
  display: none;
}
#expend {
  display: none;
}

/* Responsive */
@media only screen and (max-width: 1300px) {
  .about-manufacturing-text {
    padding: 80px 75px;
  }
}
@media only screen and (max-width: 1200px) {
  .about-manufacturing-text {
    padding: 32px 23px;
  }
}
@media only screen and (max-width: 1055px) {
  .about-story-wrapper {
    padding: 60px;
  }
  /* Read More */
  .read-more {
    display: none;
  }
  .read-more label {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #5a5a5a;
    cursor: pointer;
    border-bottom: 1px solid #5a5a5a;
    margin-right: 8px;
  }

  /* #expend + .smalldesc {
    max-height: 180px;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  #expend:checked + .smalldesc {
    max-height: 762px;
  } */
}

/* Landscape & Portrait Ipad Responsive */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .about-banner-wrapper {
    height: calc(100vh - 400px);
  }
  .about-manufacturing-text {
    height: 676px;
  }
  .about-manufacturing-img img {
    height: 90%;
  }
}

@media only screen and (max-width: 991px) {
  .about-banner-wrapper {
    height: 100%;
    margin-top: 100px;
  }
  .about-story-wrapper {
    padding: 48px 3px 0px;
  }
  .about-story-heading {
    margin-bottom: 26px;
  }
  .about-story-heading .common-heading h1 {
    font-size: 18px;
    line-height: 26px;
    color: #000000;
  }
  .about-story-text p {
    font-size: 16px;
    line-height: 24px;
  }
  .about-manufacturing-wrapper {
    padding: 30px 18px 12px;
  }
  .about-manufacturing-text {
    height: 100%;
  }
  .about-manufacturing-text h4 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 24px;
  }
  .about-manufacturing-text p {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
  }
  .about-other-link-wrapper {
    padding: 70px 20px;
  }
  .about-other-link a {
    padding: 13px 0px 16px;
  }
  .about-other-link a img {
    width: 42px;
    height: 42px;
  }
  .about-other-link a h5 {
    font-size: 16px;
    line-height: 24px;
    padding-left: 11px;
  }
  .about-other-link a label {
    display: block;
    padding: 13px 0px;
  }
  .about-other-link a label img {
    width: 5px;
    height: 9px;
  }
  .parent-company-wrapper-logo {
    display: none;
  }
  .parent-company-wrapper-logo-mobile {
    display: block;
    margin-bottom: 35px;
    margin-left: 14px;
    width: 214px;
    height: 47px;
  }
  .parent-company-wrapper-logo-mobile img {
    width: 90%;
    height: 100%;
  }
}

/* Landscape & Portrait Ipad Responsive */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .about-story-wrapper {
    padding: 48px 18px 0px;
  }
  .about-other-link-wrapper {
    padding: 40px 32px 70px;
  }
  .about-manufacturing-img {
    height: 100%;
  }
  .about-manufacturing-img img {
    height: 80%;
  }
  .about-manufacturing-wrapper {
    padding: 30px 32px 12px;
  }
}
@media only screen and (max-width: 767px) {
  .about-manufacturing-img {
    height: 388px;
  }
  .about-banner-img {
    height: 153px;
  }
}
