.banner-front {display: inline-block;width:100%;margin: 30px 0 40px;}
.banner-front .content {max-width: 100%;margin: 0;}
.banner-front .content > div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.banner-front .content .tabligh {
    flex: 0 0 50%;
}
.banner-front .content .tabligh:nth-child(1){
    padding-left: 3px;
}
.banner-front .content .tabligh:nth-child(2){
    padding-right: 3px;
}
.banner-front .content p { margin:0 }
.banner-front .content img { border-radius: 5px; }

@media screen and (max-width:700px){
    .banner-front {}    
    .banner-front .content .tabligh { flex:0 0 100%; padding:0 !important; margin-bottom:10px; }
}
    