.web-services {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.web-services__link,
.web-services__link a {
  font-size: 16px;
  font-weight: 600;
  line-height: 17.6px;
  color: #9c1b33;
}

.web-services__link a:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .web-services__link,
  .web-services__link a {
    font-size: 18px;
    font-weight: 600;
    line-height: 19.8px;
  }
}
