.stf-alaska-services__content {
  padding: var(--pts-spacing__base);
  text-align: center;
  width: 50%;
}

.stf-alaska-services {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: var(--pts-spacing__large);
  width: 100%;
}

.stf-alaska-services__image {
  background-repeat: no-repeat;
  background-size: 100%;
  height: 72px;
  width: 72px;
}

.stf-alaska-services__image--email {
  background-image: url('./images/alaska-icon_email.svg');
}

.stf-alaska-services__image--listen {
  background-image: url('./images/alaska-icon_listen.svg');
}

.stf-alaska-services__image--mobile {
  background-image: url('./images/alaska-icon_mobile.svg');
}

.stf-alaska-services__image--credit-card {
  background-image: url('./images/alaska-icon_credit-card.svg');
}

@media (min-width: 640px) {
  .stf-alaska-services__content {
    padding: var(--pts-spacing__large);
    width: 50%;
  }

  .stf-alaska-services {
    flex-wrap: nowrap;
  }
}

.stf-alaska-services__row {
  display: flex;
}

.stf-alaska-services__content__heading {
  color: #3c3b3f;
  font-size: var(--pts-font-size__body__base);
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: var(--pts-spacing__extra-small);
}

.stf-alaska-services__content__paragraph {
  color: #656565;
  font-size: var(--pts-font-size__body__extra-small);
  line-height: 1.4;
  margin-bottom: var(--pts-spacing__extra-small);
}

a.stf-alaska-services__anchor {
  display: block;
  text-decoration: none;
}

.stf-alaska-services__link {
  color: #656565;
  font-size: var(--pts-font-size__body__extra-small);
  font-weight: bold;
  line-height: 1.4;
}

.stf-alaska-services__link:hover {
  text-decoration: underline;
}

.stf-alaska-services__image {
  display: inline-block;
}

.stf-alaska-services__image:hover {
  filter: brightness(40%);
}
