
.shops p {
margin: 0;
}
.shops a{color:#000;text-decoration:underline;}
.shop{
margin-bottom:30px;
padding-bottom:30px;border-bottom:1px solid #e5e5e5;}
.shop-offline-title {
font-size: 26px;
font-weight: 500;
line-height: 1.25em;
margin: 0 0 5px 0;
color:#000;
}
.shop-offline-title span {
display: block;
color: #d12f41;
}
.shop-desc{font-size:18px;}
@media (max-width:1024px){
.shop-offline-title{font-size:20px;}
}
@media (max-width:880px){
.shop:first-child{padding-top:30px;border-top:1px solid #e5e5e5;}
}