

section .rel-wrapper .brand-banner-img.desktop {
     display: none;
}
section .rel-wrapper .brand-banner-img.mobile {
    display: block;
    width: 100%;
    height: 163px
} 

section .rel-wrapper .calendar-text-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    padding: 0 15px 0 15px;
}

section .rel-wrapper .calendar-text-wrapper .banner-outter img {
    float: left;
    position: relative;
    display: flex;
    height: 18px;
}

section .rel-wrapper .calendar-text-wrapper .banner-outter img.alt-img {
     height: 10px;
}

section .rel-wrapper .calendar-text-wrapper .banner-outter h2.brand-banner {
    font-size: 22px;
    font-weight: 450;
    line-height: 21px;
    padding-top: 30px;
    text-align: start;
}

section .rel-wrapper .calendar-text-wrapper .banner-outter h2.brand-banner.white-txt, section .rel-wrapper .calendar-text-wrapper .banner-outter p.banner-wrapper.white-txt {
   color: #FFF;
}

section .rel-wrapper .calendar-text-wrapper .banner-outter h2.brand-banner.purple-txt, section .rel-wrapper .calendar-text-wrapper .banner-outter p.banner-wrapper.purple-txt {
   color: #7855FA;
}


section .rel-wrapper .calendar-text-wrapper .banner-outter h2.brand-banner.yellow-txt, section .rel-wrapper .calendar-text-wrapper .banner-outter p.banner-wrapper.yellow-txt {
   color: #C9FF27;
}

section .rel-wrapper .calendar-text-wrapper .banner-outter h2.brand-banner.green-txt, section .rel-wrapper .calendar-text-wrapper .banner-outter p.banner-wrapper.green-txt {
   color: #00AF9A;
}

section .rel-wrapper .calendar-text-wrapper .banner-outter h2.brand-banner.red-txt, section .rel-wrapper .calendar-text-wrapper .banner-outter p.banner-wrapper.red-txt {
  color: #D7291C;

} 
section .rel-wrapper .calendar-text-wrapper .banner-outter h2.brand-banner.black-txt, section .rel-wrapper .calendar-text-wrapper .banner-outter p.banner-wrapper.black-txt {
  color: #000000;
}
section .rel-wrapper .calendar-text-wrapper .banner-outter h2.brand-banner.gray-txt, section .rel-wrapper .calendar-text-wrapper .banner-outter p.banner-wrapper.gray-tx{
   color: #545454;
}

section .rel-wrapper .calendar-text-wrapper .banner-outter p.banner-wrapper {
    font-size: 10px;
    font-weight: 325;
    line-height: 10px;
    padding-bottom: 20px;
    text-align: start;
    width: 80%;
}

section .rel-wrapper .calendar-text-wrapper .banner-outter .banner-button-section img {
   display: none;
}

section .rel-wrapper .calendar-text-wrapper .banner-outter .banner-button-section .gold-button {
  background: #FF9900;
  color: var(--white);

}
section .rel-wrapper .calendar-text-wrapper .banner-outter .banner-button-section .green-button {
  background: #00AF9A;
  color: var(--white);
}
section .rel-wrapper .calendar-text-wrapper .banner-outter .banner-button-section .red-button {
  background: #D7291C;
  color: var(--white);
}
section .rel-wrapper .calendar-text-wrapper .banner-outter .banner-button-section .white-button {
  background: #FFFFFF;
  color: #0ACF5F;
}
section .rel-wrapper .calendar-text-wrapper .banner-outter .banner-button-section .blue-button {
 background: #005C8A;
 color: var(--white);
}
section .rel-wrapper .calendar-text-wrapper .banner-outter .banner-button-section .blue-button2 {
 color: #005C8A;
 background: var(--white);
}
section .rel-wrapper .calendar-text-wrapper .banner-outter .banner-button-section .purple-button {
  background: #7855FA;
  color: var(--white);
}
section .rel-wrapper .calendar-text-wrapper .banner-outter .banner-button-section .light-purple-button {
  background: #D00AFF;
  color: var(--white);
}
section .rel-wrapper .calendar-text-wrapper .banner-outter .banner-button-section .dark-red-button {
  background: #B1181E;
  color: var(--white);
}

section .rel-wrapper .calendar-text-wrapper .banner-outter .banner-button-section .generic-btn {
    width: 123px;
    height: 27px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media only screen and (min-width: 768px) {
 section .rel-wrapper .calendar-text-wrapper .banner-outter h2.brand-banner {
    padding-top: 90px;
    text-align: start;
    font-size: 55px;
    font-weight: 450;
    line-height: 60px;
    width: 80%;
 }

 section .rel-wrapper .brand-banner-img.mobile {
   height: 460px;
 }

 section .rel-wrapper .calendar-text-wrapper .banner-outter img {
      height: 50px;
 }
 section .rel-wrapper .calendar-text-wrapper .banner-outter img.alt-img {
      height: 31px;
 }
 section .rel-wrapper .calendar-text-wrapper .banner-outter p.banner-wrapper {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
 }
 section .rel-wrapper .calendar-text-wrapper .banner-outter .banner-button-section .generic-btn {
    width: 234px;
    height: 52px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
 }
 section .rel-wrapper .calendar-text-wrapper {
    padding: 0 0 0 30px;
 }
}

@media only screen and (min-width: 992px) {
 section .rel-wrapper .brand-banner-img.desktop {
    width: 100%;
    height: unset;
    display: block;
 }

 section .rel-wrapper .brand-banner-img.mobile {
    display: none;
 }

 section .rel-wrapper .calendar-text-wrapper {
    padding-left: 50px;
 }
 section .rel-wrapper .calendar-text-wrapper .banner-outter .banner-button-section img {
    display:block;
    height: 89px;
 }
 section .rel-wrapper .calendar-text-wrapper .banner-outter img.alt-img {
    height: 25px;
 }
 section .rel-wrapper .calendar-text-wrapper .banner-outter .banner-button-section {
    display: flex;
    gap: 0 50px;
    align-items: flex-end;
 }
 section .rel-wrapper .calendar-text-wrapper .banner-outter p.banner-wrapper, section .rel-wrapper .calendar-text-wrapper .banner-outter h2.brand-banner {
   width: 60%;
 }
}

@media only screen and (min-width: 1200px) {
 section .rel-wrapper .calendar-text-wrapper .banner-outter h2.brand-banner {
        padding-top: 120px;
        width: 40%;
  }
}