.monthly-section {
  text-transform: uppercase;
  position: relative;
}

.monthly-section .montly-promo-headline {
  position: absolute;
  top: 20px;
  right: 00px;
  width: 70%;
  color: white;
  text-align: center;
}

.monthly-section .montly-promo-headline h2 {
  font-size: 26px;
  text-align: center;
  text-shadow: 3px 0px 2px #00000073;
}

.monthly-section .montly-promo-headline h2 span {
  font-weight: 100;
  font-size: 16px;
  font-style: italic;
  display: block;
}

.monthly-section .monthly-promo-cta {
  background-color: #369aee;
  color: white;
  font-size: 18px;
  padding: 5px 12px;
  margin: 10px 0 0;
  display: inline-block;
}

.monthly-promo-bottom-part {
  background-color: #e36300;
  padding: 10px;
  text-align: center;
  color: white;
  margin-top: -5px;
  position: relative;
  /* position: absolute;
  left: 0;
  right: 0;
  bottom: 20px; */
}

.monthly-promo-bottom-part img {
  width: 80px;
  position: absolute;
  left: 20px;
  top: -35px;
}
.monthly-promo-bottom-part span {
  font-size: 18px;
  font-weight: 400;
}
.monthly-promo-bottom-part span b {
  display: block;
  font-size: 20px;
}

.monthly-promo-bottom-part p {
  border: 1px solid white;
  padding: 4px;
  color: white;
  font-weight: 400;
  display: inline-block;
  margin-top: 5px;
  font-size: 14px;
}

.on-desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .monthly-section .montly-promo-headline h2 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .on-mobile {
    display: none;
  }
  .on-desktop {
    display: block;
  }
  .monthly-section .montly-promo-headline {
    width: 70%;
  }

  .monthly-section .montly-promo-headline h2 {
    font-size: 28px;
  }

  .monthly-promo-bottom-part span b {
    font-size: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .monthly-section .montly-promo-headline h2 {
    font-size: 35px;
  }
}
