.schedule-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center; }

.side-contact {
  margin-bottom: 30px; }
  .side-contact .side-row {
    margin-bottom: 20px; }
    .side-contact .side-row a {
      text-decoration: underline; }
  .side-contact .schedule {
    background: var(--terciary-color);
    display: block;
    width: max-content;
    margin: 0 auto;
    color: white; }
    .side-contact .schedule .schedule-row {
      display: flex;
      align-items: center;
      border-bottom: solid 1px var(--primary-color);
      padding: 10px; }
      .side-contact .schedule .schedule-row > * {
        min-width: 200px; }
      .side-contact .schedule .schedule-row .time {
        text-align: center; }

.contact-form {
  padding: 30px;
  margin-top: 30px; }
  .contact-form .row > *, .contact-form .message {
    padding: 0 10px; }
  .contact-form input, .contact-form textarea {
    width: 100%;
    border: solid 1px lightgray;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
    resize: none; }
  .contact-form .send-btn {
    width: max-content;
    display: block;
    margin: 0 auto;
    background: var(--primary-color);
    color: white;
    padding: 7px 15px;
    cursor: pointer; }

.map-container > div {
  height: 400px; }
