#infoRightImageStyle4{padding:0 calc((100% - 1200px)/2) 20px}
#infoRightImageStyle4 .title{text-align:center}
#infoRightImageStyle4 .title h3{text-transform:uppercase;font-size:24px;padding:0 40px;height:50px;display:inline-block;color:#fff;position:relative;clip-path:polygon(0 0,100% 0,95% 100%,5% 100%);background:#000}
#infoRightImageStyle4 .title h3 span{display:flex;align-items:center;height:100%}
#infoRightImageStyle4 .content{display:flex;align-items:center;padding-top:20px}
#infoRightImageStyle4 .content>div{width:calc(100% - 420px)}
#infoRightImageStyle4 .content>div>div:first-child{margin-top:0}
#infoRightImageStyle4 .content>div>div{margin-top:20px;filter:drop-shadow(-1px 2px 3px rgba(212,212,212,1))}
#infoRightImageStyle4 .content>div>div:nth-child(1){width:calc(100% - 225px)}
#infoRightImageStyle4 .content>div>div:nth-child(2){width:calc(100% - 150px)}
#infoRightImageStyle4 .content>div>div:nth-child(3){width:calc(100% - 75px)}
#infoRightImageStyle4 .content>div>div:nth-child(4){width:100%}
#infoRightImageStyle4 .content>div>div>div{background:#fff;clip-path:polygon(30px 0,100% 0,100% 100%,30px 100%,0 50%);display:flex}
#infoRightImageStyle4 .content>div>div>div span{width:80px;display:flex;align-items:center;justify-content:center;font-size:36px;font-weight:bold;margin-left:30px}
#infoRightImageStyle4 .content>div>div>div p{width:calc(100% - 80px);background:#000;color:#fff;padding:20px 20px 20px 45px;position:relative}
#infoRightImageStyle4 .content>div>div>div p::before{content:'';display:block;width:50px;height:50px;position:absolute;background:#fff;left:-25px;top:50%;margin-top:-25px;border-radius:50%}
#infoRightImageStyle4 .content img{width:400px;margin-left:20px}
@media all and (max-width:1023px){
    #infoRightImageStyle4{padding:0 10px 10px}
    #infoRightImageStyle4 .title h3{font-size:14px}
    #infoRightImageStyle4 .content{flex-direction:column-reverse;align-items:center;padding-top:10px}
    #infoRightImageStyle4 .content>div{width:100%}
    #infoRightImageStyle4 .content img{width:auto;max-width:100%;margin-left:0;margin-bottom:10px}
    #infoRightImageStyle4 .content>div>div{width:100%!important}
    #infoRightImageStyle4 .content>div>div>div span{width:70px;margin-left:10px}
    #infoRightImageStyle4 .content>div>div>div p{width:calc(100% - 70px)}
}