.best-sellers-hero-section {
  background: #F9F7F3;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
  min-height: 495px;
}
.best-sellers-hero-section .best-sellers-hero-content .title-container {
  display: flex;
  flex-direction: column;
}
.best-sellers-hero-section .best-sellers-hero-content .best-sellers-title {
  margin-bottom: 40px ;
}
.best-sellers-hero-section .best-sellers-hero-content .best-sellers-title svg {
  max-width: 100%;
  height: auto;
}
.best-sellers-hero-section .best-sellers-hero-content .best-sellers-description {
  margin-bottom: 30px;
  color: var(--dec-grey);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 334px;
}
.best-sellers-hero-section .best-sellers-hero-images {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}
.best-sellers-hero-section .best-sellers-hero-images .repeating-collage-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}
.best-sellers-hero-section .best-sellers-hero-images .repeating-collage-image img {
  object-fit: contain !important;
  object-position: left center;
  width: auto !important;
  height: 100%;
}
@media (max-width: 991px) {
  .best-sellers-hero-section .best-sellers-hero-content {
    display: flex;
    justify-content: center;
  }
  .best-sellers-hero-section .best-sellers-hero-content .title-container {
    width: 380px;
  }
  .best-sellers-hero-section .best-sellers-hero-content .title-container h1 {
    margin-bottom: 30px;
  }
  .best-sellers-hero-section .button-container {
    display: flex;
    justify-content: center;
  }
  .best-sellers-hero-section .best-sellers-hero-images-container {
    display: flex;
    justify-content: center;
  }
  .best-sellers-hero-section .best-sellers-hero-images-container .best-sellers-hero-images {
    position: relative;
    width: 380px;
  }
  .best-sellers-hero-section .best-sellers-content-mobile .button-container {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .best-sellers-hero-section .best-sellers-content-mobile .best-sellers-description-container {
    display: flex;
    justify-content: center;
  }
  .best-sellers-hero-section .best-sellers-content-mobile .best-sellers-description-container .best-sellers-description {
    color: var(--dec-grey);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 334px;
  }
}
