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

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

.tax-product_brand .mynt-brand-description {
	margin: 0 0 1.25rem;
}
.tax-product_brand .mynt-brand-description .col-inner {
	padding: 25px;
	border-radius: 20px;
	background-color: #fff;
}
.tax-product_brand .mynt-brand-description .term-description > :first-child {
	margin-top: 0;
}

.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  ***************/


}