@charset "utf-8";
/* ST */

.hover,.hover .d-flex{
	transition: all .3s linear 0s;
	cursor: pointer;
	height: 200px;
	overflow-y: hidden;
}
.hover:hover,.hover:hover .d-flex {
	height: 400px;
}

/* END */