.boxs-wrapper{background:var(--color-bg-support-soft);padding:30px}.boxs-items{display:flex;flex-wrap:wrap;gap:20px}.boxs-item{background-color:#fff;box-sizing:border-box;flex:0 1 calc(50% - 20px);padding:48px 30px}.boxs-wrapper .content{margin-bottom:30px}.boxs-item__title{font-weight:700;margin-bottom:10px}.boxs-wrapper .heading{margin-bottom:24px}.content2{margin-top:30px}.boxs-items.column3 .boxs-item{flex:0 1 calc(33.3% - 20px)}.boxs-items.column1 .boxs-item{flex:0 1 100%}.boxs-items.column2 .boxs-item{flex:0 1 calc(50% - 20px)}.boxs-items.column4 .boxs-item{flex:0 1 calc(25% - 20px)}@media only screen and (max-width:1024px){.boxs-items.column4 .boxs-item{flex:0 1 calc(50% - 20px)}}@media only screen and (max-width:767px){.boxs-item{flex:0 1 100%}}