.help_list{padding:0;width:100%;position:relative;margin:0 auto;display:block}.help_list .item{overflow:hidden;border-radius:10px;background-color:#000000;display:flex;margin:0;gap:3rem;align-items:center;position:relative}.help_list .item .text{width:60%;text-align:left;position:relative;margin:0;display:flex;flex-direction:column;gap:0;padding:4rem;box-sizing:border-box}.help_list .item .text .title{margin:0;font-size:16px;line-height:22px;font-weight:500;color:#F8ED00}.help_list .item .text .subtitle{color:#fff;margin:0}.help_list .item .text .text_box{margin:2rem 0 0;color:#fff;opacity:.8}.help_list .item .text .btns{margin:2rem 0 0}.help_list .item .img{max-width:530px;overflow:hidden;width:40%;position:absolute;top:0;bottom:0;right:0;margin:0;display:block}@media screen and (max-width:1280px){.help_list .item{gap:2rem}.help_list .item .text{padding:3rem}}@media screen and (max-width:1000px){.help_list .item .text{padding:2.5rem}.help_list .item .text .text_box{margin:1.5rem 0 0}.help_list .item .text .btns{margin:1.5rem 0 0}}@media screen and (max-width:700px){.help_list .item{gap:0;flex-direction:column}.help_list .item .text{padding:2rem;width:100%}.help_list .item .img{max-width:initial;width:100%;aspect-ratio:53 / 40;position:relative}}