.specialty {
  display: flex;
  align-items: stretch;
}
.specialty > img {
  flex: 0 0 300px;
  margin-right: 36px;
  object-fit: contain;
}
.specialty + .specialty {
  margin-top: 30px;
}
@media not screen and (max-width: 767px) {
  .specialty--image-half-size > img {
    flex: 0 0 50%;
  }
}
.specialty__body h3 {
  font-size: 30px;
  color: #e47011;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.specialty__body h3:first-child {
  margin-top: 0;
}
.specialty__body ul li, .specialty__body ul li * {
  font-weight: 400;
}
.specialty__body h4 {
  font-weight: bold;
  font-size: 26px;
  margin: 0 auto;
}
.specialty__body p {
  font-weight: 400;
}
.specialty__body__buttons {
  display: flex;
  margin-top: 24px;
  position: relative;
  justify-content: center;
  align-items: stretch;
}
.specialty__body__buttons a {
  background: #e47011;
}
@media not screen and (max-width: 767px) {
  .specialty__body__buttons:has(a:nth-child(2)) {
    justify-content: flex-start;
  }
  .specialty__body__buttons a {
    flex: 1 1 45%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .specialty__body__buttons a + a {
    margin-left: 24px;
  }
}
@media screen and (max-width: 767px) {
  .specialty__body__buttons {
    flex-direction: column;
    align-items: center;
  }
  .specialty__body__buttons > img {
    align-self: center;
  }
  .specialty__body__buttons a {
    width: 300px;
  }
  .specialty__body__buttons a + a {
    margin-top: 18px;
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .specialty {
    flex-direction: column;
  }
  .specialty img {
    height: auto;
    flex: 1 1 auto;
    margin-bottom: 24px;
    margin-right: 0;
  }
  .specialty__body h3 {
    font-size: 21px;
  }
  .specialty__body h4 {
    font-size: 18px;
  }
}
.specialty:has(h3:last-child) {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .specialty:has(h3:last-child) h3 {
    text-align: center;
  }
}

/*# sourceMappingURL=specialty.css.map */
