﻿.home-service-list{display:flex;flex-wrap:wrap;justify-content: space-between;}
.home-service-list .item{width:24%;}
@media (max-width:768px){.home-service-list .item{width:49%;}
.home-service-list .item:nth-child(n+3){margin-top:2%}}