.title {text-align: center; font-weight: 700;}
.shop-types {display: flex; justify-content: center; flex-wrap: wrap; text-align: center; padding: 20px 0 40px;}
.shop-types .item {display: block; color: rgb(51, 51, 51); padding: 20px 8px 30px 8px; transition: 0.2s; border: 1px solid #dde2ef; margin-left: -1px; margin-top: -1px; width: 305px;}
.shop-types .item:hover {text-decoration: none; box-shadow: 4px 4px 20px rgb(0, 0, 0, 0.15);}
.shop-types .item h2 {text-transform: none; font-weight: bold; margin-bottom: 35px;}
/*.shop-types .item img {max-height: 270px; margin-bottom: 35px;}*/
.shop-types .item .icon {display: flex; align-items: center; justify-content: center; height: 100px; margin-bottom: 35px;}
.shop-types .item img {max-height: 100px;}
.shop-types .item .selectButton {display: inline-block; padding: 10px 15px; color: #d52c2c;}

.before-ul {margin-bottom: 10px;}

@media (max-width: 1220px) {

}