.core-connection-panel{--offset:70px;--color:var(--brand-blue);--link-color:var(--brand-blue);background:hsl(from var(--text-color) h s l/8%);background:var(--background-grey);border-radius:var(--radius);display:grid;grid-template-columns:2fr 1fr;margin-left:16px;margin-right:16px}@media screen and (max-width:768px){.core-connection-panel{border-radius:0;margin-left:0;margin-right:0}}.core-connection-panel .content{align-self:center;justify-self:start;padding:2em}.core-connection-panel .content .hours .icon{font-size:3.5em;margin-right:16px}@media screen and (max-width:768px){.core-connection-panel .content .hours .icon{display:block}}.core-connection-panel .content .contact-details a{color:var(--color)}.core-connection-panel .content .contact-details span.block{display:inline-block;margin-right:1em;padding-left:1em;text-indent:-1em}.core-connection-panel .content .button{margin:.5em 0}.core-connection-panel .image{align-self:end;display:flex;justify-content:center;margin-top:calc(var(--offset)*-1)}@media screen and (max-width:768px){.core-connection-panel{grid-template-columns:1fr}.core-connection-panel .image{display:none;justify-content:flex-end;margin-top:-2em;padding-right:2em;position:relative}.core-connection-panel .image img{width:50%}}