.openning-hours {
display: flex;
flex-direction: column;
gap: 10px
}

.opening-item {
display: grid;
grid-template-columns: 120px calc(100% - 130px);
gap: 10px;
align-items: center
}

.openning-day { 
color: white;
text-align: right
 }

.openning-day, openning-time { padding: 5px}

.footer-contact {
display: grid;
grid-template-columns: 100px calc(100% - 110px);
gap: 10px;
}

.footer-contact-container p { margin-bottom: 5px }

.footer-right {
display: flex;
flex-direction: column;
gap: 7px;
padding: 0 0 30px 0;
}

.big-thin {
margin-top: 10px;
font-size: 2.0625rem;
font-weight: 300
}

.footer-contact .footer-right span,
.footer-contact p,
.footer-contact .footer-right span strong {
  font-family: "Open Sans", sans-serif !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.footer-contact p {
  margin-bottom: 5px
}

.footer-contact .footer-right span {
  line-height: 1.5rem;
}

.footer-contact .footer-right span strong {
  font-family: "Open Sans", sans-serif !important;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  max-width: 150px;
}

.footer-container__box-content { margin-bottom: 60px }