.swiper-container-android .swiper-slide, .swiper-wrapper {
    padding: 30px 0;
}

.blog-pic img {
    height: 300px;
    max-height: 300px;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}

.recent-post-img img {
    height: 75px;
    max-height: 75px;
    object-fit: cover;
}

.blog-single-pic {
    height: 360px;
    max-height: 360px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.site-breadcrumb { 
    height: 50vh;
}

@media only screen and (max-width: 719px) {
  .de-padding {
      padding: 1rem 0.3rem;
  }
}