html,
body {
  font: 400 15px "Montserrat";
  line-height: 1.8;
  color: #555;
  background: #eee;
}

.container {
  margin-top: 60px;
}

.under {
  color: #555;
  font-size: 40px;
  line-height: 49px;
  margin: 40px 0;
  text-transform: uppercase;
  font-family: Lato;
}

.center {
  text-align: center;
}

h2 {
  color: #555;
  margin-top: 22px;
  text-transform: uppercase;
}

.contacts {
  font-size: 16px;
  color: #555;
}

.contacts a {
  color: #555;
  text-decoration: none;
  line-height: 24px;
}

.label {
  display: flex;
  margin-right: 10px;
}

.label span {
  font-weight: bold;
  line-height: 24px;
}

.label .material-symbols-outlined {
  margin-right: 3px;
}

.material-symbols-outlined {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

img {
  max-width: 100%;
}
