.service-section .service-name {
  font-size: 20px;
  text-transform: uppercase;
  color: var(--color-secondary);
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 16px;
  color: var(--color-secondary);
}
.service-section .service-name:hover {
  color: var(--color-terciary-hover);
}
@media only screen and (max-width: 640px) {
  .service-section .service-name {
    font-size: 16px;
  }
}
.service-section .service-name img {
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 20px;
  margin-top: -5px;
  display: block;
}
@media only screen and (max-width: 640px) {
  .service-section .service-name img[style] {
    width: 30px !important;
    height: 30px !important;
  }
}
@media only screen and (max-width: 640px) {
  .service-section .service-name img {
    float: none;
    margin: 0 auto;
  }
}
.service-section .service-name span {
  flex: 1;
  word-break: break-word;
}

@media only screen and (max-width: 640px) {
  .row .small-up-1 .column {
    border: 1px solid #ddd;
    background: white;
    border-radius: 8px;
    text-align: center;
  }
  .row .small-up-1 .column p {
    margin-bottom: 1rem;
  }
}
:root :where(.wp-block-button.is-style-outline--1 .wp-block-button__link) {
  background: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: var(--color-primary);
  color: var(--color-primary);
}
:root :where(.wp-block-button.is-style-outline--1 .wp-block-button__link):hover {
  background: var(--color-primary) !important;
  color: var(--color-white) !important;
}

.wp-block-button.is-style-outline:hover {
  background: transparent !important;
  border: none !important;
}

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