.clsSeedsOfBeautyPDP-main {
  font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, sans-serif;
  background-color: white;
  color: #000;
  width: 100%;
  height: 100%;
  min-width: 320px;
  max-width: 1600px;
  margin: 0 auto;
  font-size: 16px;
  overflow: hidden;
}

.clsSeedsOfBeautyPDP-main div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clsSeedsOfBeautyPDP-main .clsSeedsOfBeautyPDP-banner {
  position: relative;
  width: 100%;
  min-height: 465px;
  background-image: url('../img/cls-SeedsOfBeautyPDP-bg.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 100%;
}

.clsSeedsOfBeautyPDP-main .clsSeedsOfBeautyPDP-banner--content {
  background-color: #ffffff;
  position: absolute;
  right: 13.5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 564px;
  width: 100%;
  padding: 27px 60px 32px 60px;
}

.clsSeedsOfBeautyPDP-main .clsSeedsOfBeautyPDP-banner--content h2 {
  font-size: 35px;
  line-height: 39px;
  color: #52992f;
  margin-bottom: 14px;
}

.clsSeedsOfBeautyPDP-main .clsSeedsOfBeautyPDP-banner--content p {
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  margin-bottom: 26px;
}

.clsSeedsOfBeautyPDP-main .clsSeedsOfBeautyPDP-banner--button {
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  color: #000000;
  text-decoration: none;
  border: 2px solid #d3d3d3;
  border-radius: 10px;
  padding: 11px 24px;
}

@media only screen and (max-width:1023px) {
  .clsSeedsOfBeautyPDP-main .clsSeedsOfBeautyPDP-banner--content {
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
}

@media only screen and (max-width:767px) {
  .clsSeedsOfBeautyPDP-main .clsSeedsOfBeautyPDP-banner--content {
    max-width: 514px;
  }
}

@media only screen and (max-width:567px) {
  .clsSeedsOfBeautyPDP-main .clsSeedsOfBeautyPDP-banner {
    height: auto;
    background-position: center;
    background-size: auto 100%;
    background-image: url('../img/cls-SeedsOfBeautyPDP-bg_m.jpg');
    padding: 0 20px;
    min-height: 640px;
  }

  .clsSeedsOfBeautyPDP-main .clsSeedsOfBeautyPDP-banner--content {
    top: 62%;
    text-align: center;
    padding: 22px 30px 32px 30px;
    max-width: 335px;
    width: 90%;
  }

  .clsSeedsOfBeautyPDP-main .clsSeedsOfBeautyPDP-banner--content h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}