.hero-main {
    padding-left: 0;
  text-align: center;
}
.hero-sec {
 background-image: none; 
}
.nutri-box{
    justify-content: center;
}
.nutri-item-new img {
    width: 220px;
}
.nutri-item.nut-margin {
    position: relative;
    top: 100px;
}
.nutri-text br.br-hide {
    display: block;
}
.nutri-item {
    align-items: center;
}
.gmo-item img {
    max-width: 70px;
  filter: brightness(0) invert(1);
}
.gmo-item {
    width: 30.33%;
    justify-content: center;
}
.review-item img:nth-child(1) {
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 100%;
}
.test-item-new-001 {
    border-radius: 15px;
}
img.new-test-img.mb-10 {
    border-radius: 15px 15px 0 0;
}
.ps-sec {
    background-color: #eeeeee;
    padding: 30px 10px;
}
.ps-sec p.text-c {
    font-size: 18px;
}
@keyframes pulse {
  0% {
    transform: scale(1); /* Initial size */
    opacity: 1;
  }
  50% {
    transform: scale(1.1); /* Slightly larger */
    opacity: 0.7;
  }
  100% {
    transform: scale(1); /* Back to initial size */
    opacity: 1;
  }
}
.pulse-001 {
  animation: pulse 2s infinite; /* Apply 'pulse' animation, 2s duration, repeat infinitely */
}
.new-timer {
    background-color: #BCCBF6;
    padding: 15px 10px;
}
section.timernew {
    text-align: center;
    padding:0;
}
p#countdown2 {
    font-size:18px;
    line-height: 1.2;
    letter-spacing: 0;
  font-weight: 700;
  color: #3F3A74;
  padding: 0 !important;
}
.hero-sec {
    padding: 40px 10px;
}
.rave-main .review-item.lp-bg.mb-20 {
    height: auto !important;
}
.references-main h2.mb-20.fs-2530.text-c img {
    position: relative;
    right: -20px;
}
.hero-sec img {
    max-width: 700px;
}
.review-item {
  box-shadow: 0px 10px 20px #2B23481A;
}

@media (max-width: 1439px) and (min-width: 768px){
.nutri-item-new img {
    width: 15.28vw;
}
.nutri-item.nut-margin {
    top: 6.94vw;
}
  
.gmo-item img {
    max-width: 4.86vw;
}
.test-item-new-001 {
    border-radius: 1.04vw;
}
img.new-test-img.mb-10 {
    border-radius: 1.04vw 1.04vw 0 0;
}
.ps-sec {
    padding: 2.08vw 0.69vw;
}
  .ps-sec p.text-c {
    font-size: 1.25vw;
}
  .new-timer {
    padding: 1.04vw 0.69vw;
}
p#countdown2 {
    font-size: 1.25vw;
}
.hero-sec {
    padding: 2.78vw 0.69vw;
}
.review-item img:nth-child(1) {
    width: 10.42vw;
    height: 10.42vw;
}
  .references-main h2.mb-20.fs-2530.text-c img {
    right: -1.39vw;
}
  .hero-sec img {
    max-width: 48.61vw;
}
}

@media (max-width: 767px){
.review-item.hide-mob {
 display: none;
}
.ps-sec {
  padding: 20px 10px;
}
.hero-main h2 {
   margin-bottom: 0px;
}
.hero-main img {
   margin: 0 auto;
}
}

@media (max-width: 709px){
 .nutri-item.nut-margin {
    top: 0;
} 
  .nutri-item-new{
   display: none; 
  }
  .nutri-item .fs-2530 {
    font-size: 20px;
}
}

@media (max-width: 600px){
 .gmo-item {
    width: 100%;
    justify-content: start;
} 
.new-timer {
    background-color: #BCCBF6;
    padding: 10px;
}
.gmo-box {
    gap: 10px;
    max-width: 250px;
    margin: 0 auto;
}
.nutri-item {
    flex-direction: row;
}
    .nutri-item {
        width: 100%;
    }
.nutri-box {
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
}
    .nutri-item img {
       margin: 0px;
    }
.nutri-text br.br-hide {
    display: none;
}
.nutri-item .fs-2530 {
        text-align: left;
    }
    .nutri-item img {
        width: 100px;
        height: 100px;
    }
.faq-sec h3.text-c.purple-text.fs-2530.mb-30 {
    font-size: 20px;
    line-height: 1.2;
}
    .faq-main h2 {
        font-size: 25px;
        line-height: 29px;
    }
}

@media (max-width: 560px){
.gmo-item img {
  width: 50px;
}
.gmo-item p {
 font-size: 14px;
}
  .hero-sec {
    padding: 20px 10px;
}
}