

        .noto-serif-regular {
            font-family: "Noto Serif", serif;
            font-weight: 400;
            font-style: normal;
          }

          .noto-serif-medium {
            font-family: "Noto Serif", serif;
            font-weight: 500;
            font-style: normal;
          }
          
          .noto-serif-semibold {
            font-family: "Noto Serif", serif;
            font-weight: 600;
            font-style: normal;
          }
          
          .noto-serif-bold {
            font-family: "Noto Serif", serif;
            font-weight: 700;
            font-style: normal;
          }
          
          .noto-serif-regular-italic {
            font-family: "Noto Serif", serif;
            font-weight: 400;
            font-style: italic;
          }
          
          .noto-serif-semibold-italic {
            font-family: "Noto Serif", serif;
            font-weight: 600;
            font-style: italic;
          }
          
          .noto-serif-bold-italic {
            font-family: "Noto Serif", serif;
            font-weight: 700;
            font-style: italic;
          }


.blog .product-card__image {
    width: 100% !important;
}

.blog .product-card__title {
    width: 100%;
    font-size: 1.5rem;
}

.blog .product-card__content p {
color: white;
margin-bottom: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog .editorial-split__body {
    flex-direction: column;
}

.blog .editorial-split--reverse .editorial-split__image {
    margin-right: 0px;
}

.blog .editorial-split__image>:first-child {
    border-radius: 20px;
    position: absolute;
    width: 100%;
    height: 370px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    object-fit: cover;
}

.blog .editorial-split__image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 48.02156%;
}

.blog .editorial-split__content {
    margin-top: 20px;
}

.blog .right-content-section {
    margin-top: 55px;
}

.blog .content-section {
    padding-top: 20px;
}
