/*
Theme Name: Myntwork Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.recent-posts__swiper .swiper-slide {
  width: auto;
  max-width: 358px;
}
.card__figure img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}