
.bos {
display: flex;
flex-direction: row;
justify-content: space-between;
align-content: start;
margin-bottom: 40px;
border-bottom: 1px solid #e5e5e5;
padding-bottom: 40px;
}
.bos-left {
width: 32%;
}
.bos-right {
width: 66%;
}
.online-shops p{margin:0;}
.shop-title{font-size:26px;font-weight:500;margin:0;color:#000;}
.shop-title span {
color: #d12f41;
display:block;
}
.shop-desc{margin-bottom:20px;font-size:18px;}
.sep{margin-top:150px;}
@media (max-width:1366px){
.shop-title{font-size:22px;}
}
@media (max-width:1200px){
.shop-title{font-size:20px;}
}
@media (max-width:880px){
.bos:first-child{
border-top: 1px solid #e5e5e5;
padding-top: 40px;
}
}
@media (max-width:767px){
.shop-title{margin-bottom:20px;}
.sep{margin-top:40px;}
.bos {
display: flex;
flex-direction: column;
}
.sep.no-mob{margin:0;}
.bos-left,.bos-right{width:100%;}
}