.page-container {
  overflow-x: hidden;
  background-color: #fdfdfd;
}

.upsell2-section {
  position: relative;
  width: 100%;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 94px;
  padding-inline: 20px;

  background-image: url("../../../assets/main/img/backgrounds/true-fem-header-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .upsell2-section {
    padding-top: 54px;
  }
}

@media (max-width: 1280px) {
  .upsell2-section {
    background-position: center;
  }
}

.upsell2-header {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 24px;
}

.upsell2-header h2 {
  font-weight: bold;
  font-size: 2rem;
  color: white;
  text-align: center;
  padding-bottom: 5px;
}

@media (min-width: 768px) {
  .upsell2-header h2 {
    font-size: 42px;
    padding-bottom: 30px;
  }
}

.upsell2-products {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  padding-top: 150px;
  padding-right: 5px;
  padding-bottom: 100px;
  padding-left: 5px;
  z-index: 10;
}
