div#banner-component {
    padding-inline: 0;
}

div#banner-component img {
    width: 100%;
    height: auto;
}

div#banner-component .promo-text.position-absolute {
    position: absolute;
    bottom: 40px;
    max-width: 670px;
    margin-inline: auto;
    left: 0;
    right: 0;
}

div#banner-component h1.banner-heading {
    font-family: Outfit;
    font-size: 38px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    max-width: 670px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

div#banner-component .banner-border-layer p {
    margin-bottom: 0;
font-family: Outfit;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}


div#banner-component .banner-border-layer {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 15px 24px 20px;
    border: solid 1px #fff;
    border-radius: 0 24px 24px;
    margin-bottom: 10px;
}

div#banner-component p.prescribed-banner {
    font-family: Outfit;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    font-weight: 300;
    margin-bottom: 0;
}


@media (max-width: 991px) {
body:not(#homePage) .field-promoicon {
    display: none;
}

}

@media (min-width: 991px) {
.field-promoicon2 {
    display: none;
}
}

.field-promoicon img, .field-promoicon2 img{
    width: 100%;
    height: auto;
}

