.Best_Seller {
    padding: 50px 0;
    background: #06432e1a;
    overflow: hidden;
}
.Best_Seller .content-box {
  max-width: 560px;
}

.Best_Seller .subtitle {
  display: inline-block;
  font-size: 22px;
  color: #0c7c6c;
  font-weight: 500;
  margin-bottom: 18px;
}

.Best_Seller .content-box h2 {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.1;
    color: #1d1d1d;
    margin-bottom: 28px;
}
.Best_Seller .content-box h2 span {
  color: #1d1d1d;
}

.Best_Seller .content-box .descn {
    font-size: 17px;
    line-height: 1.3;
    color: #000;
    margin-bottom: 18px;
}
.Best_Seller .discover_btn {
    display: inline-block;
    margin-top: 10px;
    background: #756d16;
    color: #fff;
    padding: 10px 16px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
}


.Best_Seller .img_holder {
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.Best_Seller .img_holder .right_img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media (max-width: 991px) {
  .content-box {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .content-box h2,
  .tagline {
    font-size: 36px;
  }

  .moment-list p {
    font-size: 20px;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .Best_Seller .subtitle {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .Best_Seller .img_holder {
    width: 100%;
    height: auto;
  
}
.Best_Seller {
    margin: 0;
}

.Best_Seller .discover_btn {
    font-size: 13px;
    padding: 7px 12px;
}
  .Best_Seller .moment-list {
    margin: 20px 0;
  }

  .Best_Seller .tagline {
    font-size: 31px;
  }

  .Best_Seller .content-box .descn {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .Best_Seller .moment-list .inner_text {
    font-size: 15px;
  }

.Best_Seller .content-box h2 {
    font-size: 20px;
    margin-bottom: 18px;
}

.Best_Seller .content-box {
    text-align: center;
    margin: 15px auto;
}
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .Best_Seller .subtitle {
    font-size: 17px;
  }
    .Best_Seller .img_holder {
    width: 100%;
    height: auto;
  
}
  .Best_Seller .moment-list {
    margin: 30px 0;
  }

  .Best_Seller .tagline {
    font-size: 37px;
  }

  .Best_Seller .content-box .descn {
    font-size: 15px;
  }

  .Best_Seller .moment-list .inner_text {
    font-size: 16px;
  }

  .Best_Seller .content-box h2 {
    font-size: 30px;
  }

.Best_Seller .content-box {
    text-align: center;
    margin: 20px auto;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.Best_Seller .content-box {
    text-align: center;
    margin: 20px auto;
}
.Best_Seller .img_holder{
  height: 500px;
}
}

@media (min-width: 768px) and (max-width: 1199px) {
  .Best_Seller .subtitle {
    font-size: 15px;
  }

  .Best_Seller .moment-list {
    margin: 30px 0;
  }

  .Best_Seller .tagline {
    font-size: 40px;
  }

  .Best_Seller .content-box .descn {
    font-size: 15px;
  }

  .Best_Seller .moment-list .inner_text {
    font-size: 17px;
  }

  .Best_Seller .content-box h2 {
    font-size: 32px;
  }
  .Best_Seller .img_holder {
    width: 100%;
    height: 420px;
   
}
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .Best_Seller .subtitle {
    font-size: 17px;
  }

  .Best_Seller .moment-list {
    margin: 30px 0;
  }

  .Best_Seller .tagline {
    font-size: 43px;
  }

  .Best_Seller .content-box .descn {
    font-size: 15px;
  }

  .Best_Seller .moment-list .inner_text {
    font-size: 19px;
  }

  .Best_Seller .content-box h2 {
    font-size: 36px;
  }
    .Best_Seller .img_holder {
    width: 100%;
    height: 450px;
   
}
}
