.site-footer__logo img{
	max-width: 9.75em;
    width: 100%;
    height: 100%;
    margin-top: -0.7rem;
    object-fit: contain;
}
section.contact .contact__box::after {
   background-image: url(/assets/img/consillium-better-safe.svg);
   background-position: 50%;
   background-repeat: no-repeat;
   background-size: contain;
   width: 5em;
   height: 5em;
}
section.contact .contact__box::after {
    rotate: 25deg;
}
.site-nav__consgroup{
    display: none;
}