.achievements .block {
  width: 1100px;
}

.achievements_flex {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.achievements_flex .card {
  width: 540px;
  position: relative;
  display: flex;
  flex-direction: column;
  background: #f0f0f0;
}
.achievements_flex .card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
}
.achievements_flex .black_bg {
  background: #383e40;
  padding: 30px;
  color: white;
  flex-grow: 1;
}
.achievements_flex .gray_bg {
  background: #f0f0f0;
  min-height: 94.5px;
  padding: 20px 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.achievements_flex h3 {
  text-align: center;
  font-size: 24px;
  font-size: 20px;
}
.achievements_flex h3 span {
  color: #e33435;
  padding-right: 5px;
}/*# sourceMappingURL=achievements.css.map */