

.products__all__2024_feature_subscription_5dolars .content-part--wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}

.products__all__2024_feature_subscription_5dolars {
  font-family: var(--font-open-sans);
  background-image: url('/public/img/banners/banner_products__all__2024_feature_subscription_5dolars.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.products__all__2024_feature_subscription_5dolars h5{
  margin: 0;
  margin-top: 0px;
  margin-top: 17px;
  line-height: 20px;
}

.products__all__2024_feature_subscription_5dolars .content-part--wrapper>div {
  position: relative;
  z-index: 5;
}

.products__all__2024_feature_subscription_5dolars .top-wrapper {
  max-width: 650px;
  margin-right: 30px;
  margin-bottom: 0;
}

.products__all__2024_feature_subscription_5dolars .top-wrapper p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 26px;
}

.products__all__2024_feature_subscription_5dolars .top-wrapper p strong {
  font-size: 25px;
  line-height: 26px;
}

.products__all__2024_feature_subscription_5dolars .go-to-offer-wrapper {
  display: flex;
  flex-direction: column;
}

.products__all__2024_feature_subscription_5dolars .go-to-offer-wrapper a.button-primary {
  background: #7c72a9;
  border: 1px solid #7c72a9;
}

.products__all__2024_feature_subscription_5dolars .go-to-offer-wrapper span {
  font-size: 14px;
  color: #000;
  text-align: center;
}


.products__all__2024_feature_subscription_5dolars ul {
  list-style-type: none;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}

.products__all__2024_feature_subscription_5dolars li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  font-size: 14px;
}

.products__all__2024_feature_subscription_5dolars li::before {
  content: "✔";
  color: green;
  font-weight: bold;
  position: absolute;
  left: 0;
}

@media screen and (max-width: 800px) {

  /* MOBILE */
  .products__all__2024_feature_subscription_5dolars {
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    z-index: 5;
    background-color: #887fc0;
  }
  
  .products__all__2024_feature_subscription_5dolars h5{
    font-size: 16px;
    max-width: 100px;
    margin-left: 15px;
  }

  .products__all__2024_feature_subscription_5dolars .content-part--wrapper ul {
    display: none;
  }

  .products__all__2024_feature_subscription_5dolars .content-part--wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .products__all__2024_feature_subscription_5dolars .go-to-offer-wrapper a.button-primary {
    font-size: 18px;
    height: 35px;
    min-height: 35px;
    line-height: 30px;
    margin-bottom: 0;
  }
  .products__all__2024_feature_subscription_5dolars .content-part--wrapper>div{
    display: flex;
    width: calc(100% - 100px);
    justify-content: center;
  }
  .products__all__2024_feature_subscription_5dolars .content-part--wrapper>div.top-wrapper{
    width: calc(100% - 100px);
    justify-content: center;
  }
  .products__all__2024_feature_subscription_5dolars .top-wrapper{
    margin-right: 0;
  }
  .products__all__2024_feature_subscription_5dolars .top-wrapper p{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 26px;
    text-align: center;
    padding-left: 8px;
    padding-right: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
    max-width: 280px;
  }
  .products__all__2024_feature_subscription_5dolars .top-wrapper p strong{
    font-size: 20px;
    line-height: 26px;
  }
  .products__all__2024_feature_subscription_5dolars .go-to-offer-wrapper {
    margin-bottom: 10px;
  }
  .products__all__2024_feature_subscription_5dolars .go-to-offer-wrapper span{
    display: none;
  }
}

@media screen and (min-width: 800px) {

  /* DESKTOP */
  .products__all__2024_feature_subscription_5dolars {
    position: absolute;
    top: 54px;
    left: 0;
    width: 100%;
    z-index: 5;
    background-color: #887fc0;
  }

  .products__all__2024_feature_subscription_5dolars .content-part--wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url('/public/img/banners/banner_feature_subscription_5dolars_images.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: 310px auto;
    background-position: 70% 50%;
    overflow: visible;
    z-index: 1;
  }
}