.shop-the-science{
  padding: 60px 0;
  font-family: 'Larsseit';
  font-style: normal;
  color: var(--primary);
}
.shop-the-science-row{
  display: flex;
}
.shop-the-science-col{
  flex: 0 0 auto;
  width: 50%;
}

.shop-the-science-col:last-child{
  padding: 80px 40px 20px 40px;
}

.shop-the-science-img{
  position: relative;
  padding-bottom: 30px;
  margin: 0 140px 0px 00px;
}
.shop-the-science-img:before{
  content: "";
  position: absolute;
  right: calc(430px - 45%);
  bottom: 0;
  width: 361px;
  height: 315px;
  background: url(../../images/img-dna.png) no-repeat;
  background-size: cover;
  z-index: -1;
}
.shop-the-science-img div {
  width: 100%;
  height: 100%;
  max-width: 430px;
  max-height: 430px;
  margin-left: auto;
  background: url(../../images/slide-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 15px;
}
.shop-the-science-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.shop-the-science-button{
  text-align: center;

}
.shop-the-science-col h2{
  margin-bottom: 32px;
}
.shop-the-science-button a{
  display: inline-block;
  margin-top: 40px;
  color: white;
  background: var(--primary);
  border-radius: 24px;
  padding: 16px 32px;
  font-family: 'Larsseit';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
  transition: all .3s ease-in-out;
}
.shop-the-science-button a:hover{
  background: var(--primary-text-hover);
}

.shop-science-icon,
.shop-science-icons-item{
  display: flex;
  align-items: center;

}
.shop-science-icon{
  padding: 24px 0;
  gap:24px;
  flex-wrap: wrap;
  border-top: 1px solid #E6E5EA;
  border-bottom: 1px solid #E6E5EA;
  margin-bottom: 32px;

}
.shop-science-icons-item{
  flex: 0 0 auto;
  padding: 8px 16px;
  column-gap: 8px;
}
.shop-science-icons-item p{
  margin-bottom: 0;
}
.shop-science-content p{
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}
.shop-science-content ul,
.shop-science-content ol{
  padding-left: 15px;
  font-size: 18px;
  line-height: 30px;
}
.shop-science-content h3,
.shop-science-detail h3{
  margin-top: 40px;
  margin-bottom: 24px;
}
.shop-science-detail-item{
  display: flex;
  column-gap: 40px;
  padding: 21px 0;
  border-top: 1px solid #E6E5EA;
  border-bottom: 1px solid #E6E5EA;
}
.shop-science-detail-item--label{
  width: 10%;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}
.shop-science-detail-item--content{
  width: calc(90% - 20px);
  font-size: 18px;
  line-height: 30px;
}
.shop-science-detail-item--icon{
  display: flex;
  column-gap: 8px;
  align-items: center;
}
.shop-science-detail-item--icon p{
  margin-bottom: 0;
}
@media(max-width: 1599px){
  .shop-the-science-img {
    margin: 0 80px 0px 0px;
  }
}

@media(max-width: 1279px){
  .shop-the-science-img {
    margin: 0 80px 0px 0px;
  }
  .shop-the-science-img div{
    max-width: 380px;
    max-height: 380px;
  }
  .shop-the-science-img:before{
    right: calc(380px - 45%);
  }
}
@media(max-width: 1024px){
  .shop-the-science-col:last-child{
    padding: 80px 24px 20px 24px;
  }
  .shop-the-science-img{
    padding-bottom: 15px;
  }
  .shop-the-science-img div{
    max-width: 302px;
    max-height: 302px;
    padding: 12px;
  }

  .shop-the-science-img:before{
    width: 253px;
    height: 221px;
    right: calc(302px - 45%);
  }
  .shop-science-content p,
  .shop-science-content ul, 
  .shop-science-content ol,
  .shop-science-detail-item--content{
    font-size: 16px;
    line-height: 26px;
  }
  .shop-the-science-button a{
    font-size: 14px;
    line-height: 16px;
  }
}
@media(max-width: 840px){
  .shop-the-science-img {
    margin: 0 30px 0px 0px;
  }
}

@media(max-width: 767px){
  .shop-the-science-row{
    flex-wrap: wrap;
  }
  .shop-the-science-col{
    width: 100%;
  }
  .shop-the-science-img:before{
    width: 198px;
    height: 173px;
    right: calc(236px - 40%);
  }
  .shop-the-science-img div{
    max-width: 236px;
    max-height: 236px;
  }
  .shop-the-science-img{
    margin: 0 20% 0px 0px;
  }
}
