.best-practice {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .best-practice {
    margin-bottom: 30px;
  }
}
.best-practice__section-title {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  color: #051320;
}
@media screen and (max-width: 768px) {
  .best-practice__section-title {
    margin-bottom: 8px;
    font-size: 24px;
  }
}
.best-practice__section-subtitle {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 140%;
  color: rgba(5, 19, 32, 0.8);
}
@media screen and (max-width: 768px) {
  .best-practice__section-subtitle {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 140%;
  }
}
.best-practice__cv-subtitle {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #051320;
}
@media screen and (max-width: 768px) {
  .best-practice__cv-subtitle {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 110%;
  }
}
.best-practice__point-list {
  margin-bottom: 30px;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .best-practice__point-list {
    margin-bottom: 32px;
    flex-direction: column;
    gap: 12px;
  }
}
.best-practice__point-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .best-practice__point-column {
    gap: 12px;
  }
}
.best-practice__point-list-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: rgba(5, 19, 32, 0.8);
  padding-left: 22px;
  position: relative;
}
.best-practice__point-list-item::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #25bb4d;
}
.best-practice__point-list-item b {
  font-weight: 600;
}
.best-practice__cv-list {
  display: flex;
  gap: 30px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .best-practice__cv-list {
    gap: 12px;
    flex-direction: column;
  }
}
.best-practice__cv-item {
  flex: 1;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  font-size: 20px;
  line-height: 120%;
  color: #051320;
  box-shadow: 0 4px 44px -9px rgba(0, 0, 0, 0.03);
  background: #fff;
  transition: all 0.15s;
}
@media screen and (min-width: 769px) {
  .best-practice__cv-item:hover {
    box-shadow: 0 4px 44px -9px rgba(0, 0, 0, 0.03);
    background: #25bb4d;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .best-practice__cv-item {
    padding: 8px 24px;
  }
}
.best-practice__cv-item-icon {
  width: 44px;
  height: 44px;
  border-radius: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  transition: all 0.15s;
}/*# sourceMappingURL=style.min.css.map */