.l-lgoty-four{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	flex:1 1 0;
}

.l-lgoty-four__item{
	width:23%;
	box-sizing:border-box;
	padding:16px;
}

@media screen and (min-width:1382px) {

}


@media screen and (min-width:1024px) and (max-width: 1382px) {

}


@media screen and (max-width: 1024px) {
	.l-lgoty-four__item{
		width:50%;
	}
}


@media screen and (max-width: 768px) {
	
}

@media screen and (max-width: 416px) {	
	.l-lgoty-four__item{
		width:100%;
	}	
}