.list-section .list-row{column-gap:2rem;display:grid;grid-template-columns:1fr 1fr;row-gap:1rem}.list-section .img-col>h2,.list-section .list-col>h2{margin-bottom:3rem;margin-top:0;max-width:400px}.list-section .list{background:#f7f7f7;border-radius:32px;padding:2rem}.list-section .list>div{border-bottom:1px solid #ddd;display:flex;gap:1rem;justify-content:space-between;padding:1rem 0}.list-section .list>div:first-child{padding-top:0}.list-section .list>div:last-child{border-bottom:none;padding-bottom:0}.list-section .list>div>span>:first-child{margin-top:0}.list-section .list>div>span>:last-child{margin-bottom:0}.list-section .list>div>img{object-fit:contain}.list-section .img-col{display:flex;flex-direction:column}.list-section .img-col>img{object-fit:contain}.list-section .demo-btn{margin-bottom:2rem}@media (max-width:767px){.list-section .list-row{grid-template-columns:minmax(0,1fr);row-gap:1rem}.list-section .list-row h2{margin-bottom:2rem}}