.store-box{padding:0 0 60px}
.whatstore-box h2{margin-bottom:50px}
.whatstore-box .store-list{max-width:830px;margin:auto}
.whatstore-box .store-list ul li{overflow:hidden;padding-bottom:55px;position:relative}
.whatstore-box .store-list ul li:before{content:"";border-left:1px solid rgba(0,0,0,.2);position:absolute;left:50%;top:0;bottom:0}
.whatstore-box .store-list ul li:last-child{padding-bottom:0}
.whatstore-box .store-list ul li:last-child:before{content:none}
.whatstore-box .store-list ul li:nth-child(odd) .store-list-inner{float:right}
.whatstore-box .store-list ul li:nth-child(even) .store-img{left:auto;right:-34px}
.whatstore-box .store-list ul li:nth-child(even) p{padding:0 22px 0 0;text-align:right}
.whatstore-box .store-list ul li:nth-child(even) .store-list-inner{padding:0 32px 0 0}
.whatstore-box .store-list .store-img{width:64px;height:64px;border-radius:50%;background-color:#f6f9fb;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;position:absolute;left:-34px;top:0}
.whatstore-box .store-list .store-list-inner{display:flex;align-items:center;min-height:64px;width:50%;position:relative;padding-left:32px}
.whatstore-box .store-list .store-list-inner p{padding-left:22px}
@media(max-width:767px){.whatstore-box h2{margin-bottom:34px}
.whatstore-box .store-list .store-img{width:40px;height:40px;padding:8px;left:-20px}
.whatstore-box .store-list .store-list-inner{min-height:20px;padding-left:20px}
.whatstore-box .store-list .store-list-inner p{font-size:12px;line-height:18px;padding-left:9px}
.whatstore-box .store-list ul li{padding-bottom:35px}
.whatstore-box .store-list ul li:nth-child(even) .store-list-inner{padding:0 20px 0 0}
.whatstore-box .store-list ul li:nth-child(even) .store-img{left:auto;right:-20px}
.whatstore-box .store-list ul li:nth-child(even) p{padding:0 9px 0 0}
}