.footer-awards .awards{display:grid;grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(2,1fr);grid-column-gap:24px;grid-row-gap:12px;padding:0}@media (min-width:599px){.footer-awards .awards{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.footer-awards .awards{grid-template-columns:repeat(3,1fr)}}.footer-awards .award{align-items:center;display:flex;justify-content:flex-start}.footer-awards .award__image{align-items:center;background:#f2f6f8;clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);display:flex;height:64px;justify-content:center;margin-right:12px;position:relative;transition:background-color .3s ease-in-out;width:64px}.footer-awards .award__image:before{background:#fff;clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);content:"";height:calc(100% - 4px);left:2px;position:absolute;top:2px;width:calc(100% - 4px)}.footer-awards .award__image img{z-index:1}.footer-awards h5{margin-bottom:6px}.footer-awards p{font-size:14px;margin-bottom:0}