.three-col {
  padding-top: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .three-col {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 0;
  }
}
.three-col__section-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  color: #051320;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .three-col__section-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.three-col__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .three-col__wrapper {
    gap: 20px;
  }
}
.three-col__item {
  flex: 1 1 calc(33.3333% - 19.9998px);
  min-width: 300px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  box-shadow: 0 4px 44px -9px rgba(0, 0, 0, 0.03);
  padding: 20px;
}
.three-col__item-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .three-col__item-title {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.three-col__itme-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: rgba(5, 19, 32, 0.8);
}
@media screen and (max-width: 768px) {
  .three-col__itme-description {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.min.css.map */