body {
  font-family: 'Cera Pro', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.33;
  color: #4c4c4c;
  padding-bottom: 36px;
  /* fixed contacts on mobile */
}

a {
  color: #000;
  transition: all ease .5s;
  text-decoration: none;
}

a:hover {
  color: #222;
  text-decoration: none;
}

h1, .h1, h2, .h2 {
  font-family: 'Halvar Breitschrift';
  font-weight: normal;
  font-size: 34px;
  line-height: 1.65;
  color: #000;
  margin: 0 0 20px;
}

h3, .h3 {
  font-size: 22px;
  margin-bottom: 16px;
  font-weight: bold;
}

p {
  margin: 0 0 16px;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

.main {
  flex-grow: 1;
  background-color: #EFF0F0;
}

.text-center {
  text-align: center;
}

.clearfix {
  clear: both;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.no-wrap {
  white-space: nowrap;
}

.pricelist-buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px 0;
}
.pricelist-buttons .button{
  margin-bottom: 30px;
  margin-top: 30px;
}
.pricelist-buttons__date {
  font-size: 17px;
  line-height: 1.41;
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 719px) {
  .pricelist-buttons .button{
    margin: 0;
  }

  .pricelist-buttons .doctor-intro__button{
    margin: 0;
  }

}
@media screen and (min-width: 720px) {
  body {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .pricelist-buttons {
    flex-direction: row;
  }
  .pricelist-buttons__date {
    text-align: left;
  }
}