@import url(../../root.css);

.section__title {
  font-size: 2.188rem;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--black-color);
}
.section__subtitle {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--dark-grey-color);
}

.services__wrapper {
  display: flex;
  margin-top: 100px;
}

.services__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px;
}

.services__content .services__img {
  width: max-content;
  height: 70px;
  margin-bottom: 20px;
}

.services__content .services__subtitle {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
}

.services__content .services__link {
  text-align: center;
  color: var(--black-color);
  font-weight: 600;
  font-size: 1rem;
}

.services__content .services__link i {
  width: 20px;
  height: 20px;
  border: solid 1px var(--josi-red-color);
  border-radius: 50%;
  font-size: 1rem;
  padding: 1px 0px 0px 1px;
  margin: 2px 0 2px 10px;
  color: var(--josi-red-color);
  text-align: center;
}