/** 
 * Color Variables
 */
.block-services li a,
.block-services li span {
  font-family: "p22-mackinac-pro", serif;
  font-weight: 700;
  font-style: normal;
}

.block-services li a,
.block-services li span {
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 1.171875rem;
}

.block-services li img {
  height: 32px;
}

.block-services {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.block-services li,
.block-services a,
.block-services p,
.block-services span {
  margin: 0;
}

.block-services li {
  padding: 16px 0;
  font-weight: bold;
  border-top: 1px dashed #e3e3e3;
}

.block-services li:last-child {
  border-bottom: 1px dashed #e3e3e3;
}
