.posts-style-1__content .max-width-80 {
  max-width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}

.swiper-wrapper .swiper-slide img {
  transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
}
.swiper-wrapper .swiper-slide:first-child {
  transform: rotate(-2deg) !important;
  transform: scale(0.94);
  transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
}
.swiper-wrapper .swiper-slide:first-child img {
  transform: scale(0.95);
}
.swiper-wrapper .swiper-slide:hover img {
  transform: scale(0.97);
}
.swiper-wrapper:hover .swiper-slide:first-child {
  transform: rotate(0deg) !important;
  transform: scale(1);
}

.swiper-pagination-bullet {
  font-size: 2rem !important;
  width: 0.8rem !important;
  height: 0.8rem !important;
  border: 1px solid #000;
  background-color: #fff !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background-color: #000 !important;
}

.slide-posts-style1 .swiper-wrapper {
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .slide-posts-style1 .swiper-wrapper {
    padding-bottom: 5rem;
  }
}

.swiper-slide .item-contnet {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}
.swiper-slide .item-contnet .card-title {
  color: #000;
  font-size: 1.3rem;
}
.swiper-slide .item-contnet .card-text {
  font-size: 0.8125rem;
}
.swiper-slide .item-contnet a {
  color: #000;
  text-decoration: none;
}
.swiper-slide .item-image-cover img {
  max-height: 450px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0.1875rem 0.1875rem 0 #FFD335;
}/*# sourceMappingURL=style.css.map */