.kontakt-page .contact-card {
  background: #F7F7F7;
  padding: 30px;
  border: 1px solid #eee;
}
.kontakt-page .contact-card h3 {
  font-family: 'title', sans-serif;
  font-weight: 800;
  font-size: 28px;
  color: #202E3D;
  margin-top: 0;
}
.kontakt-page .contact-card p {
  font-family: 'title', sans-serif;
  font-size: 14px;
  line-height: 155%;
  color: #202E3D;
  margin-bottom: 16px;
}
.kontakt-page .contact-card p.hours b {
  color: #202E3D;
}
.kontakt-page .actions {
  margin-top: 20px;
}
.kontakt-page .btn {
  display: inline-block;
  padding: 0 22px;
  height: 46px;
  line-height: 46px;
  font-family: 'title', sans-serif;
  font-weight: 600;
  color: #fff;
  background: #364D66;
  text-decoration: none;
  margin-right: 10px;
}
.kontakt-page .actions .btn.primary { margin-bottom: 12px; }
.kontakt-page .btn.primary {
  background: #FFBE63;
  color: #000;
}
.kontakt-page .contact-form-embed {
  width: 100%;
  min-height: 300px;
}
.kontakt-page .kontakt-map-row {
  margin-top: 40px;
}

@media screen and (max-width: 992px) {
  .kontakt-page .contact-card { margin-bottom: 20px; }
}

.manager-section {
  margin-top: 50px;
  background: #fff7f1;
  padding: 30px;
}
.manager-section h3 {
  font-family: 'title', sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: #202E3D;
  margin: 0;
}
.manager-section h4 {
  font-family: 'title', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #FFBE63;
  margin-top: 8px;
}
.manager-section p {
  font-family: 'title', sans-serif;
  font-size: 14px;
  line-height: 155%;
  color: #202E3D;
  margin-top: 14px;
}
.manager-section .manager-photo {
  width: 100%;
  height: auto;
  border: 1px solid #eee;
}
.manager-section .actions .btn { margin-top: 8px; }


