.sustainability-bg {
  position: fixed;
  top: 0px;
  height: 96%;
  overflow: hidden;
  padding: 0px 30px;
  width: 100%;
}
.sustainability-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sustainability-card {
  background-color: #fff;
  padding: 50px;
  width: 760px;
  position: absolute;
  top: 65%;
  right: 9%;
}
.align-items-data .footer {
  position: relative;
  top: 110vh;
}
.sustainability-card.common-heading h1 {
  padding-bottom: 20px;
}
.sustainability-card p {
  font-size: 18px;
  color: #5a5a5a;
  line-height: 28px;
  padding-bottom: 20px;
}
.sustainability-card p:nth-child(2) {
  padding-bottom: 0px;
}
.sustainablity-card-section {
  margin-bottom: 700px;
}
.sustainability-card .card-icon {
  position: absolute;
  top: -25px;
  right: -30px;
}

@media only screen and (max-width: 991px) {
  .align-items-data .premier-main-wrapper {
    margin: 40px 19px 0px 19px;
  }
  .sustainability-card {
    margin-top: 40px;
    padding: 0px;
    width: 95%;
    position: relative;
    top: initial;
    right: initial;
  }
  .sustainability-card.common-heading h1 {
    font-size: 18px;
    color: #000000;
  }
  .sustainability-bg {
    height: 300px;
    background-attachment: unset;
    position: initial;
    overflow: hidden;
    padding: 0px 19px;
    margin-top: 70px;
  }
  .sustainablity-card-section {
    margin-bottom: 120px;
  }
  .sustainability-card .card-icon {
    top: -75px;
    right: -27px;
  }
  .sustainability-card .card-icon img {
    width: 60px;
  }
  .align-items-data .footer {
    position: initial;
  }
}
/* Landscape & Portrait Ipad Responsive */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .sustainability-card {
    top: 50%;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .sustainability-bg {
    height: 100%;
  }
}
