.custom-listing{display:flex;flex-wrap:wrap;gap:2rem}.custom-listing__item:not(.icon-top){align-items:flex-start;display:flex}.custom-listing__item.row-2{flex:0 0 calc(50% - 2rem)}.custom-listing__item.row-1{flex:0 0 calc(100% - 2rem)}.custom-listing__item.row-3{flex:0 0 calc(33.33% - 2rem)}.custom-listing__item.space{margin-top:3rem}.custom-listing__item-icon{margin-bottom:32px;margin-right:32px;width:55px}.custom-listing__item-icon.number{background-color:#343434;border:4px solid var(--primary-color);border-radius:50%;color:#fff;display:grid;font-weight:700;height:55px;place-items:center}.custom-listing__item-text{display:flex;flex:1;flex-direction:column;justify-content:center}.custom-listing__item-title.no-desc{margin-bottom:0}.custom-listing__item-text p:last-child{margin-bottom:0;margin-top:auto}@media (max-width:767px){.custom-listing__item{flex:0 0 100%!important}}