/* ======================================================================== */
/* startone The Lisn First List Visibility Show */
/* ======================================================================== */


@media (max-width: 575px) {
	.grid__item:nth-child(2) .section-grid__item:first-child {
		opacity: 1 !important;
	    visibility: inherit !important;
	    transform-origin: 50% 0%;
	    transform: translate3d(0px, 0%, 0px) !important;
	}
}