/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 16 2024 | 05:49:00 */
/*--for repeater fields--*/
.faq-img-card {
    display: block !important;
}
.faq-img-card h2 {
    font-size: 22px;
    font-weight: bold;
    padding: 8px 0 6px;
    margin: 4px 0;
}
.faq-cap {
    font-size: 15px;
    padding: 2px 0 32px;
    margin: 0;
}
	/*-for image ratio setting-*/
.img-ratio-square img {
        width: 100% !important;
    aspect-ratio: 1;
    object-fit: cover;
}
.img-ratio-tall img {
        width: 100% !important;
    aspect-ratio: 1 / 1.5;
    object-fit: cover;
}
.img-ratio-wide img {
        width: 100% !important;
    aspect-ratio: 1.5 / 1;
    object-fit: cover;
}

@media screen and (max-width: 639px) {
	.faq-img-card h2 {
    	font-size: 18px;
	}
	.faq-cap {
    	font-size: 14px;
    	padding: 2px 0 24px;
	}
}
