@import url(../../root.css);

.section__title {
  font-size: 2.188rem;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--black-color);
}
.section__subtitle {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--dark-grey-color);
}

.steps__wrapper {
  display: flex;
  margin-top: 100px;
  justify-content: center;
  flex-wrap: wrap;
}

.steps__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px;
}

.steps__content .steps__img {
  width: max-content;
  height: 200px;
  margin-bottom: 20px;
}

.steps__content .steps__subtitle {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
}