.hero-banner-derm {
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  min-width: 414px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .hero-banner-derm {
    display: block;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
  }
}

.hero-banner-derm img {
  height: auto;
  width: 100%;
}

.hero-banner-derm__tag {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-family: 'FuturaPTBold', Futura, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 700;
  left: 0;
  padding: 12px 0 12px 23px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  width: 60%;
  z-index: 2;
}

@media (min-width: 768px) {
  .hero-banner-derm__tag {
    width: 466px;
  }
}

.hero-banner-derm__tag--psoriatic-arthritis {
  background: linear-gradient(90deg, rgba(242, 139, 0, 0.17) 0%, rgba(250, 208, 154, 0.00) 103.54%);
  color: #F28B00;
}

.hero-banner-derm__tag--plaque-psoriasis {
  background: linear-gradient(90deg, #E2F2F2 0%, rgba(226, 242, 242, 0.00) 103.54%);
  color: #00945F;
}


.hero-banner-derm__reference {
  align-items: center;
  bottom: 10px;
  color: #FFFFFF;
  display: flex;
  flex-direction: row;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
  line-height: 16px;
  right: 9px;
  position: absolute;
  width: max-content;
  z-index: 2;
}
