body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

p {
  font-size: 13px;
  font-family: 'Raleway', 'sans-serif';

  margin: 0;
}

h3 {
  line-height: 1.1;
  color: #106eb6;
  font-family: 'Source Sans Pro', 'sans-serif';
  font-weight: 700;
  font-style: normal;

  margin: 0;
}

.main {
  display: flex;
  flex-direction: column;

  padding-bottom: 45px;
}

.logo {
  width: 90px;
  max-height: 90px;
  margin-bottom: 10px;
}

.banner {
  margin-bottom: 70px;
}

.image {
  width: 1066px;

  margin: 0 auto;
}

.info {
  display: flex;
  gap: 24px;

  width: 1066px;

  margin-top: 70px !important;
  margin: 0 auto;
}

.map {
  width: 520px;
  height: 400px;
}

.contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.opening-hours {
  display: flex;
  flex-direction: column;
  gap: 10px;

  padding-top: 30px;
}

.days-hours {
  display: flex;
  gap: 40px;
}

.days,
.hours {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer {
  display: flex;
  justify-content: center;

  background-color: #333333;

  padding: 30px 33px;
}

.footer-text {
  width: 1066px;

  color: white;

  font-size: 11px;
  line-height: 1.5;
}
