body{
    background: #f57c00;
}
*, ::after, ::before {
    box-sizing: border-box;
}
body img{
    max-width: 100%;
    display:block;
}
.cols{
    display: flex;
}
.col-left{
    width:33.3333%;
    float: left;

}
.col-right{
    width:66.6666%;
    float: left;  
}
.opacity{
    opacity:0.6;
}
.shop{
    background: #fff;
    position: relative;
    margin-right: 15px;
    
}
.shop .baurad-icon{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}
.baurad-logo{
    text-align:center;
    width: 100px;
    margin: 0px auto 0px auto;
}
.baurad-row{
    margin-bottom: 30px;
    clear: both;
}
.baurad-icon{
    margin: 0px;
    text-align: center;
    overflow: hidden;
    
}
.baurad-bottom{
    margin-top: 15px;
}
.icon-margin{
    margin-top: 15px;
    margin-bottom: 15px;
}
.col-left .baurad-icon{
    margin-right: 15px;
}

.cols img,
.shop,
.baurad-bottom img{
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
