.volunteer-steps {
  padding: 0 0 40px;
}
.volunteer-steps__list {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.volunteer-steps__item {
  padding: 100px 24px 40px;
  width: calc((100% - 32px) / 3);
  border: 1px solid #012527;
  border-radius: 24px;
  position: relative;
  background: #004C51;
}
@media (max-width: 991px) {
  .volunteer-steps__item {
    width: calc((100% - 16px) / 2);
  }
}
@media (max-width: 767px) {
  .volunteer-steps__item {
    width: 100%;
  }
}
.volunteer-steps__item-title {
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.08333;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}
.volunteer-steps__item-text {
  font-family: "Karla", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.77778;
  color: #fff;
}
.volunteer-steps__item-icon {
  position: absolute;
  top: 0;
  left: 24px;
  background: #e3eeea;
  padding: 33px 9px 11px;
  border: 1px solid #4d8285;
  border-radius: 0 0 100px 100px;
}/*# sourceMappingURL=style.css.map */