.section-delivery-messaging{position:relative;background-color:var(--color-white);border-top:1px solid var(--color-grey-medium)}.section-delivery-messaging.hidden{display:none}.section-delivery-messaging__inner{display:grid;grid-template-columns:repeat(3,1fr)}@media (max-width:768px){.section-delivery-messaging__inner{grid-template-columns:repeat(1,1fr);grid-template-rows:auto}}.section-delivery-messaging__item{text-align:center;padding:3em 0}.section-delivery-messaging__item:nth-child(2){border-left:1px solid var(--color-grey-medium);border-right:1px solid var(--color-grey-medium)}@media (max-width:768px){.section-delivery-messaging__item:nth-child(2){border:none;border-top:1px solid var(--color-grey-medium);border-bottom:1px solid var(--color-grey-medium)}}.section-delivery-messaging__item__content{width:100%;max-width:32em;padding:0 3em;margin:0 auto}.section-delivery-messaging__item__icon{margin-bottom:1em}.section-delivery-messaging__item__icon img{width:5em;height:auto;margin:0 auto}.section-delivery-messaging__item__title{margin-bottom:.5em}.section-delivery-messaging__item__title span{font-weight:700;font-size:1.16666666667em}.section-delivery-messaging__item__text p{margin:0}