#main .wrapper_box .box{display:flex;justify-content:flex-start;align-items:flex-start;gap:30px;box-sizing:border-box;padding:30px 36px;background:#FFE7E7;border-radius:18px}#main .wrapper_box .box svg{flex-shrink:0;width:28px;height:28px;fill:#D51E20}#main .wrapper_box .box .content{width:100%}#main .wrapper_box .box .content .title{font-size:20px;color:#000;font-weight:700;line-height:1.35}#main .wrapper_box .box .content .title svg{flex-shrink:0;width:24px;height:24px;fill:#D51E20;display:none}#main .wrapper_box .box .content .text{margin-top:15px}#main .wrapper_box .box .content .text p{color:#000;line-height:1.35;font-weight:400;margin-bottom:10px}#main .wrapper_box .box .content .text p:last-child{margin-bottom:0}@media screen and (max-width:500px){#main .wrapper_box .box{padding:24px}#main .wrapper_box .box svg{display:none}#main .wrapper_box .box .content .title{display:flex;justify-content:flex-start;align-items:center;gap:10px}#main .wrapper_box .box .content .title svg{display:block}}