.numbers-and-title {
  margin-top: 32px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .numbers-and-title {
    margin-top: 16px;
    margin-bottom: 50px;
  }
}
.numbers-and-title__container {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  box-shadow: 0 4px 44px -9px rgba(0, 0, 0, 0.04);
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 30px;
  padding: 30px;
  padding-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .numbers-and-title__container {
    padding: 20px;
    padding-bottom: 20px;
    flex-direction: column;
    gap: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .numbers-and-title__item {
    min-width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .numbers-and-title__item {
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 100%;
  }
}
.numbers-and-title__number {
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  text-align: center;
  color: #25bb4d;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .numbers-and-title__number {
    font-size: 24px;
    line-height: 110%;
    text-align: left;
    min-width: 68px;
    margin-bottom: 0;
  }
}
.numbers-and-title__title {
  font-size: 16px;
  line-height: 140%;
  color: rgba(5, 19, 32, 0.8);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .numbers-and-title__title {
    font-size: 14px;
    text-align: left;
  }
}
.numbers-and-title__button-container {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .numbers-and-title__button-container {
    margin-top: 16px;
  }
}
.numbers-and-title__button {
  padding: 12px 32px;
  border-radius: 10px;
  display: block;
  text-decoration: none;
  font-weight: 500;
  transition: all 150ms;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #fff;
  background-color: #25bb4d;
  color: #fff;
  white-space: nowrap;
}
.numbers-and-title__button:hover {
  background-color: #30d05a;
  color: #fff;
}
.numbers-and-title__button:active {
  opacity: 1;
  background-color: #25bb4d;
}
@media screen and (max-width: 768px) {
  .numbers-and-title__button {
    width: 100%;
    text-align: center;
  }
}/*# sourceMappingURL=style.min.css.map */