.media-section-2 {
  /* margin: -120px 0 100px; */
  margin: 100px 0 0;
}

.test-class {
  margin: auto;
}

.media-section-2 .section-big-heading {
  max-width: 600px;
  line-height: 180px;
  position: absolute;
  margin-left: -10px;
  font-size: 200px;
  font-weight: 200;
  top: 0;
}

.media-section-2 h3 {
  margin: 110px 0 0;
}

.line-anim {
  margin-top: 20px;
  margin-left: 45px;
  height: 106px;
}

.media-section-2 .sub-content {
  font-family: "IBMPlexSans-ExtraLight";
  font-size: 22px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
  margin: 28px 0 0;
  word-break: break-word;
}

.media-press-release .section-big-heading {
  position: relative;
}

@media (min-width: 991px) {
  .press-release-card .article-cont {
    min-height: 355px;
  }
}

@media (min-width: 992px) and (max-width: 1366px) {
  .media-section-2 h3 {
    margin: 105px 0 0;
    max-width: 700px;
  }
}

@media (min-width: 992px) and (max-width: 1280px) {
  .media-section-2 {
    margin: 100px 0 60px;
  }
}

@media (max-width: 991px) {
  .media-press-release .sub-content {
    margin: 0;
  }

  .media-section-3 a.section-url {
    width: 100%;
  }

  .media-section-2 {
    margin: 80px 0 0;
  }

  .media-section-2 .section-big-heading {
    font-size: 93px;
    top: -30px;
  }

  .media-section-2 h3 {
    margin: 42px 0 30px !important;
  }

  .media-section-2 .sub-content {
    font-size: 19px;
    line-height: 26px;
  }

  .press-release-section-1 .line-anim {
    /* margin-top: 0px !important;
    margin-left: 25px !important;
    margin-bottom: 10px;
    height: 50px !important; */
    display: none;
  }
}

#presspageblob_container .press-release-section-1 .press-release-blob1 {
  top: -60px;
  right: -430px !important;
}

/* hero stylesheet */

.press-release-section-1 {
  position: relative;
  margin: 90px 0 0 0;
}

.press-release-section-1 .press-release-blob1 {
  min-height: 625px;
  max-height: 625px;
  height: 100%;
  /* width: 100%; */
}

.press-release-section-1 .press-release-blob1 {
  top: -60px;
  right: -445px;
}

.press-release-section-1 .press-release-blob1 canvas {
  opacity: 0;
  transform: scale(0.9);
  transform-origin: center;
  transition: ease opacity 4s, ease transform 5s;
}

.show-blob .press-release-blob1 canvas {
  transform: scale(1);
  opacity: 0.7;
  transition: ease opacity 4s, ease transform 5s;
}

.press-release-section-1 h1 {
  position: relative;
  margin: 60px 0 10px;
}

.press-release-section-1 .line-anim {
  margin-left: 45px;
  height: 106px;
  margin-top: 28px;
}

.press-release-section-1 p {
  max-width: 500px;
  margin-top: 14px;
}

.press-release-section-1 .section-links a {
  margin-right: 30px;
}

.press-release-section-1 .section-links a:last-child {
  margin-right: 0;
}

@media (min-width: 992px) and (max-width: 1366px) {
  .press-release-section-1 h2 {
    max-width: 480px;
  }

  .press-release-section-1 .line-anim {
    height: 106px;
  }

  .press-release-section-1 .show-blob .inner-blob {
    opacity: 0.6 !important;
  }

  .press-release-section-1 .section-links a {
    margin-bottom: 28px;
    display: block;
  }
}

/* for mobile only */
@media (max-width: 991px) {
  .press-release-section-1 {
    margin: 110px 0 0;
    min-height: auto;
  }

  /* .press-release-section-1 .line-anim {
    height: 106px;
  } */

  .press-release-section-1 .press-release-blob1 {
    top: -220px;
    right: -370px;
    transform: scale(0.65);
    min-width: 700px;
  }

  .hero-section-content p {
    margin-top: 12px;
  }

  .press-release-section-1 .inner-blob {
    animation: none;
    transform: translate(0%, -50%) scale(0.1) rotate(110deg);
  }

  .press-release-section-1 .show-blob .inner-blob {
    opacity: 0.85;
    /* transform: translate(0%, -50%) scale(1) rotate(110deg);
        transition: transform 5s ease; */
  }

  .press-release-section-1 .section-links a {
    margin-bottom: 28px;
    display: block;
  }

  .section-big-heading {
    margin-left: 0;
  }

  .media-section-2 .section-big-heading {
    line-height: 100px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .press-release-section-1 .press-release-blob1 {
    top: -140px;
    transform: scale(0.7);
  }
}
