/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 25 2026 | 12:56:44 */
@media screen and (max-width: 1024px) {
    .menu-main .menu-item-has-children a {
        width: calc(100% - 130px);
        font-size: 15px;
    }
	 .menu-main .menu-item.open::after {
        color: black;
	background-color: unset;
    }
	    .menu-main .menu-item.open>a {
        color: #fff;
        background-color: unset;
    }
	
.tabs-a-card {
    padding: 5px;
	width: 47%;
	   min-height: 420px;
    max-height: 420px;
	margin-bottom: 20px;
}

.tabs-a__grid.active {
    display: ruby;
}

.tabs-a-card__img {
    max-height: 150px;
	min-height: 150px;
}
											}