#adverse-event #maincontent {
  -webkit-box-shadow: 0 7px 9px -7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 7px 9px -7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 7px 9px -7px rgba(0, 0, 0, 0.4);
  background: #fff;
  z-index: 0;
  width: 100%;
}

#adverse-event #maincontent #content-txt {
  padding: 0px;
}

#adverse-event #maincontent .banner.content-banner {
  margin: 0;
}

#adverse-event #maincontent .banner {
  padding-left: 0;
}

#adverse-event #maincontent .banner {
  background: url('/content/dam/intelligentcontent/unbranded/prodisi/rs/sr/images/copd-banner-bgs.png');
  background-position: center;
  background-size: cover;
  box-shadow: none;
  position: relative;
  overflow: hidden;
}

#adverse-event #maincontent .content-banner h1 {
  margin: auto;
  padding: 20px 12vw 15px;
  position: relative;
  text-align: right;
  background: none;
  color: #666;
  font-weight: var(--fw-bold);
  font-size: 70px;
  line-height: 77px;
  font-family: var(--ff-amatic-bold);
  -webkit-text-stroke: 0 !important;
}

#adverse-event #maincontent .inner-content {
  margin-left: 5vw !important;
  margin-right: 5vw !important;
  max-width: 90vw !important;
  word-break: break-word;
  padding: 0 15px;
}

#adverse-event #maincontent .inner-content h2 {
  font-family: var(--ff-proxima-light);
  font-weight: var(--fw-light);
  text-align: left;
  margin: 1em 0 0.5em;
  color: #666;
  font-size: 30px;
  line-height: 28.5px;
  -webkit-text-stroke: 0 !important;
}

#adverse-event #maincontent .inner-content p {
  margin: 0 0 10px;
  -webkit-text-stroke: 0.25px;
  font-size: 14px;
  line-height: 25.2px;
  font-weight: 400;
  font-family: Verdana, Geneva;
  color: #666;
}

#adverse-event #maincontent .inner-content p a {
  font-weight: 700;
  color: #666;
}

#adverse-event #maincontent .inner-content p a:hover {
  text-decoration: underline;
}

#adverse-event #maincontent .inner-content a {
  font-weight: 700;
  color: #666;
}

a,
a:focus,
a:active,
a:hover,
object,
embed {
  cursor: pointer;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

/*============Responsive design============*/

@media only screen and (min-width:993px) and (max-width:1199px) {
  #adverse-event #maincontent .inner-content p {
    font-size: 13px;
    line-height: 20.8px;
  }

  #adverse-event #maincontent .content-banner h1 {
    font-size: 65px;
    line-height: 71.5px;
  }
}

@media only screen and (min-width:768px) and (max-width:992px) {
  #adverse-event #maincontent .content-banner h1 {
    font-size: 65px;
    line-height: 71.5px;
  }

  #adverse-event #maincontent .inner-content p {
    font-size: 13px;
    line-height: 20.8px;
  }
}

@media (min-width: 768px) {

  #adverse-event #maincontent {
    padding: 0 0 40px 0;
    margin: 0;
    height: auto;
    position: relative;
  }

  #adverse-event #maincontent .inner-content {
    margin: 0px 0px 0px 0px;
    width: 100%;
    float: none;
  }
}

@media (min-width: 1801px) {
  #adverse-event #maincontent .inner-content {
    margin-left: 10% !important;
    margin-right: 10% !important;
    max-width: 80% !important;
    word-break: break-word;
  }
}

@media (max-width: 767px) {

  #adverse-event #maincontent {
    padding: 0 0 40px 0;
  }

  #adverse-event #maincontent .content-banner h1 {
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    text-align: center;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    /* font-family: 'Amatic-Bold'; */
      font-family: var(--ff-amatic-bold);
    -webkit-text-stroke: 0 !important;
    font-size: 30px;
    line-height: 39px;
  }

  #adverse-event #maincontent .inner-content p {
    font-size: 13px;
    line-height: 18.2px;
  }

  .exit-ramp-title {
    font-size: 32.5px;
    line-height: 32.5px;
  }
}