.product-boxes{padding-bottom:105px;padding-top:48px}@media only screen and (max-width:1023px){.product-boxes{padding-bottom:60px}}@media only screen and (max-width:768px){.product-boxes{padding-bottom:30px;padding-top:20px}}.product-boxes__hld{display:flex;justify-content:space-between;margin:0 -14px}@media only screen and (max-width:1023px){.product-boxes__hld{flex-wrap:wrap;margin:0}}.product-boxes__hld .item{background-color:var(--Additional-Colours-Beige);border-radius:28px;display:flex;flex-direction:column;justify-content:space-between;margin:14px;padding:28px;width:50%}@media only screen and (max-width:1023px){.product-boxes__hld .item{margin:10px 0;padding:20px;width:100%}}.product-boxes__hld .item-icon{margin-bottom:24px}@media only screen and (max-width:768px){.product-boxes__hld .item-icon{margin-bottom:16px}}.product-boxes__hld .item-header strong{color:var(--Primary-Colours-Cambi-Blue)}.product-boxes__hld .item-desc{margin-top:20px}@media only screen and (max-width:768px){.product-boxes__hld .item-desc{margin-top:16px}}.product-boxes__hld .item-desc ul{margin-top:20px}@media only screen and (max-width:768px){.product-boxes__hld .item-desc ul{margin-top:16px}}.product-boxes__hld .item-desc ul li{margin-bottom:13px;padding-left:16px;position:relative}.product-boxes__hld .item-desc ul li:before{background-color:var(--Secondary-Colours-Dark-Blue);border-radius:100%;content:"";height:8px;left:0;position:absolute;top:6px;width:8px}.product-boxes__hld .item-cta{margin-top:15px}