@charset "UTF-8";

.sally__secTitle p {
  font-family: "Alata", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.sally__secTitle h2 {
    font-size: 32px !important;
    letter-spacing: 0.15em !important;
}





.swiper-postListWrap .p-postList__item {

}
.swiper-postListWrap .p-postList__body {
  display: flex;
  flex-direction: column-reverse;
  gap: 0.25rem;
}
.swiper-postListWrap .p-postList__body .p-postList__meta span {
  background-color: #015A98;
  color: #ffffff;
  padding: 5px;
  line-height: 1;
}

.swiper-postListWrap .p-postList {
  flex-wrap: nowrap;
  margin: 0;
}

.swiper-button-prev,
.swiper-button-next {
  display: none;
}

span.swiper-pagination-bullet {
  width: 40px;
  height: 5px;
  border-radius: 0;
  background-color: #006CB7;
  opacity: 1;
}