/** Shopify CDN: Minification failed

Line 112:0 Unexpected "<"
Line 185:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
.in-the-news-section {
  text-align: center;
  padding: 20px;
}

.in-the-news-section__heading {
  font-size: 2rem;
  margin-bottom: 20px;
  
}

.in-the-news-section .swiper-container {
  width: 100%;
  overflow: hidden;
}

.in-the-news-section .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 15px;
 /* box-shadow: rgba(50, 50, 93, 0.25) 0px 33px 27px -38px, rgba(0, 0, 0, 0.3) 0px 16px 11px -29px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  border-radius: 8px 8px 0px 8px ;
   margin-top:20px;
  border: 1px solid #f2f2f2;

}
  .in-the-news-section .swiper-slide:hover{
    border:1px solid #000;
    scale:1.001;

 
}

.article-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  aspect-ratio: 2 / 1.5;
  object-fit: cover;
}

.article-date {
    font-size: 11px;
    color: #888;
    margin-top: 0px;
}

.article-title {
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
}

.article-logo-name {
  display: flex;
  align-items: center;
  margin-top: 10px;

}

.article-logo {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}

.article-name {
  font-size: 13px;
  color: #555;
  font-family:Mo ;


}
  .in-the-news-section .swiper-pagination-bullet-active {
     background:#000 !important;
     scale: 1.1 !important;
  }
  .news-card-link {
        text-decoration:none;
   color:inherit;
  }
@media (max-width: 768px) {
  .in-the-news-section .swiper-slide {
  padding: 6px;

}
  .in-the-news-section {
  text-align: center;
  padding: 10px;
}
  
}
<style>
  .about-us-logo-section {
    padding: 20px;
    text-align: center;
  
  }

  .logo-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    align-items: center;
  }

  .logo-item {
    text-align: center;
  }

.logo-item img {
    width: 100%;
    max-width: 100px;
    height: auto;
    margin: 0 auto;
    background: #fff;
    padding: 11px;
    border-radius: 18%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; */
}

  .logo-item p {
    font-size: 17px;
    color: #333;
    margin-top: 10px;
    font-weight:900;
    line-height:normal;
  }
  .about-us-logo-section{
    background: #c8c8c8;
    padding-block: 28px;
      padding-bottom: 10px;
  }
  .about-us-logo-section .logo-grid{
     width:90%;
    margin:auto;
  } 
  
  @media (max-width: 768px) {
      .about-us-logo-section .logo-grid{
     width:98%;
    margin:auto;
  } 
    .logo-item img {
    width: 100%;
    max-width: 70px;
    height: auto;
    margin: 0 auto;
    background: #fff;
    padding: 6px;
    border-radius: 18%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; */
}
    .logo-grid {
      grid-template-columns: repeat(3, 1fr);
    }
    .logo-item p {
 font-size: 14px;
        color: #333;
        margin-top: 10px;
        font-weight: 400;
}
  }
</style>