#offerta .offerta__title {
  margin-bottom: 100px;
}
#offerta .offerta__desc > p:first-child {
  margin-bottom: 130px;
  font-family: var(--font-gilroy);
  font-size: var(--font-18);
  font-weight: var(--font-500);
  font-weight: 500;
  color: var(--black);
  line-height: 140%;
}
#offerta .offerta__desc > p:last-of-type {
  font-family: var(--font-gilroy);
  font-size: var(--font-18);
  font-weight: var(--font-500);
  font-weight: 400;
  color: var(--black);
  line-height: 140%;
}
#offerta .offerta__desc > p:last-of-type strong {
  font-family: var(--font-phil);
  font-size: var(--font-40);
  font-weight: var(--font-400);
  line-height: 120%;
  color: var(--purple);
  margin-bottom: 30px;
  display: block;
}
#offerta .offerta__desc > p:last-of-type strong:not(:first-of-type) {
  font-family: var(--font-phil);
  font-size: var(--font-40);
  font-weight: var(--font-400);
  line-height: 120%;
  color: var(--purple);
  margin-top: 130px;
  display: block;
}
#offerta .offerta__desc > p:last-of-type br {
  margin: 10px 0;
  display: block;
}
#offerta .offerta__desc > p:last-of-type > a {
  color: var(--purple);
}
#offerta .offerta__desc .kontact {
  font-family: var(--font-gilroy);
  font-size: var(--font-18);
  font-weight: var(--font-500);
  font-weight: 400;
  color: var(--c-gray);
  margin-top: 130px;
  line-height: 200%;
}

@media (max-width: 768px) {
  #offerta .offerta__desc > p:first-child {
    margin-bottom: 60px;
  }
  #offerta .offerta__title {
    margin-bottom: 70px;
  }
  #offerta .offerta__desc > p:last-of-type strong {
    margin-bottom: 15px;
  }
  #offerta .offerta__desc > p:last-of-type strong:not(:first-of-type) {
    margin-top: 70px;
  }
  #offerta .offerta__desc .kontact {
    margin-top: 60px;
  }
}

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