.ProductBlogs {
  padding: 2.5rem 0;
  background: url("/bg.png") repeat-x;
}
.ProductBlogs .swiper-buttons {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #004135;
  color: #004135;
  z-index: 999;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.ProductBlogs .swiper-buttons:hover {
  background-color: #edffe8;
}
.ProductBlogs .swiper-buttons svg {
  width: 20px;
  height: 20px;
  margin-bottom: 4px;
}
.ProductBlogs .swiper-buttons.swiper-button-next {
  right: 0;
}
.ProductBlogs .swiper-buttons.swiper-button-prev {
  left: 0;
}
.ProductBlogs .mySwiper {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.ProductBlogs .mySwiper .swiper-slide {
  padding: 0 10px;
}
.ProductBlogs .mySwiper .swiper-wrapper {
  width: 100%;
  margin-bottom: 2rem;
}
.ProductBlogs .mySwiper .swiper-slide {
  padding: 0 10px;
}
.ProductBlogs .mySwiper .swiper-pagination {
  text-align: center;
}
.ProductBlogs .mySwiper .swiper-pagination .swiper-pagination-bullet {
  background: #174035;
  border-radius: 4px;
}
.ProductBlogs .mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1.1rem;
  border-radius: 4px;
}
.ProductBlogs .secTitle3 {
  text-align: center;
}
.ProductBlogs .secTitle3 h2 {
  margin-bottom: 1rem;
}
.ProductBlogs .secTitle3 p {
  margin-bottom: 0.625rem;
  font-size: 0.85rem;
  font-weight: 400;
  color: #000;
  line-height: 1.3rem;
  font-family: var(--main-font, "Filson Pro");
}
.ProductBlogs .actbtn {
  text-align: center;
}
.ProductBlogs .actbtn .srb-btn {
  background: #004135;
  color: #edffe8 !important;
}
.ProductBlogs .actbtn .srb-btn svg {
  margin-left: 0.625rem;
}
.ProductBlogs .actbtn .srb-btn:hover {
  background: #47ee40;
  color: #004135 !important;
}

@media (max-width: 768px) {
  .ProductBlogs {
    padding: 1.5rem 0;
  }
  .ProductBlogs .secTitle3 h2 {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
  .ProductBlogs .secTitle3 p {
    font-size: 0.85rem;
  }
  .ProductBlogs .swiper-wrapper .swiper-slide {
    padding: 0.625rem 1.875rem;
  }
  .ProductBlogs .blogInfo {
    margin-bottom: 0.625rem;
    font-size: 0.85rem;
    font-weight: 400;
    color: #000;
    line-height: 1.3rem;
    font-family: var(--main-font, "Filson Pro");
  }
}
