#blog-latest {
  padding-top: 30px;
  padding-bottom: 50px;
}
#blog-latest .wrapper .row {
  width: 100%;
  padding: 2em;
  box-sizing: border-box;
}
#blog-latest .row2 {
  width: 100%;
  padding-top: 1em;
  box-sizing: border-box;
}
#blog-latest .row2 .swiper3 {
  padding-bottom: 5px;
}
#blog-latest .row2 .swiper3 .swiper-wrapper {
  padding-bottom: 60px;
}
#blog-latest .row2 .swiper3 .swiper-wrapper .swiper-slide {
  width: 100%;
  max-width: 410px;
}
#blog-latest .row2 .swiper3 .swiper-wrapper .swiper-slide .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 410px;
  transition: 0.2s ease-in-out;
}
#blog-latest .row2 .swiper3 .swiper-wrapper .swiper-slide .card:hover {
  opacity: 0.85;
}
#blog-latest .row2 .swiper3 .swiper-wrapper .swiper-slide .card .card-image {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
#blog-latest .row2 .swiper3 .swiper-wrapper .swiper-slide .card .card-title {
  padding-top: 1em;
  font-size: 24px;
  font-family: "Plus Jakarta Sans", serif !important;
}
#blog-latest .row2 .swiper3 .swiper-wrapper .swiper-slide .card .meta-date {
  font-size: 16px;
  color: #9E9E9E;
}
#blog-latest .row2 .swiper3 .swiper-pagination3 {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  background: #C4C4C4;
}
#blog-latest .row2 .swiper3 .swiper-pagination3 .swiper-pagination-progressbar-fill {
  background-color: #F23801;
}
#blog-latest .row2 .btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 4em;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 1140px) {
  #blog-latest {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 850px) {
  #blog-latest {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 750px) {
  #blog-latest {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 420px) {
  #blog-latest {
    padding-bottom: 0;
  }
  #blog-latest .row {
    text-align: center;
  }
  #blog-latest .row2 {
    padding: 5px 1em;
  }
  #blog-latest .row2 .swiper3 .swiper-wrapper {
    padding-bottom: 30px;
  }
  #blog-latest .row2 .swiper3 .swiper-wrapper .swiper-slide {
    max-width: 100%;
  }
  #blog-latest .row2 .swiper3 .swiper-wrapper .swiper-slide .card {
    max-width: 100%;
  }
  #blog-latest .row2 .btn {
    margin-top: 2em;
  }
}/*# sourceMappingURL=blog-latest.css.map */