/** Shopify CDN: Minification failed

Line 96:0 Expected "}" to go with "{"

**/
.metabolism_text_img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.metabolism_text_img h4 {
    margin: 0;
    font-weight: 600;
}
.section_freshness_block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 30px;
  margin-top: 60px;
}
.freshness_block {
    border-radius: 16px;
    background: #fff;
    padding: 32px 30px 40px 30px;
}
.metabolism_text_img h3 {
    margin: 0;
}
.freshness_block_text p {
    margin: 0;
    color: #000;
    opacity: 60%;
}
.section_freshness_title_text h2 {
    margin: 0;
}
.section_freshness_title_text p {
    margin: 0;
  padding-top: 10px;
}
.section_freshness_title_text {
    max-width: 900px;
    margin: 0 auto;
}
.freshness_icon{
  background:rgb(162 0 0 / 20%);
}

.text-alignment-desktop--center{
    text-align:center;
}
.text-alignment-desktop--left{
    text-align:left;
}
.text-alignment-desktop--right{
    text-align:right;
}
.freshness_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 60px;
    height: 60px;
}

@media screen and (max-width: 850px) {
.section_freshness_block {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  margin-top:50px;
}

@media screen and (max-width: 749px) {
.section_freshness_block {
    grid-template-columns: 1fr;
}
.freshness_block {
    padding: 20px 20px 32px 20px;
}

.section_freshness_title_text p {
    padding-top: 20px;
}
.metabolism_text_img {
    margin-bottom: 24px;
}





}

