
.active{
    color: red;
}
.content2 a{
    color: rgb(56, 56, 56);
    text-decoration: none;
}
.content2 img{
    margin: 10px 0 10px 0;
}
/* Swiper Styles */
.mainSwiper {
    width: 100%;
    height: 320px;
}
.swiper-slide {
    position: relative;
    overflow: hidden;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    color: white;
}
.swiper-caption h3 {
    margin: 0;
    font-size: 1.5rem;
}
.grid2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, max-content));
  gap: 1rem;
}