.insurance-steps {
  margin-top: 35px;
}

.insurance-steps h3.insurance-steps__title {
  text-align: center;
  margin-bottom: 0;
}

.insurance-steps__desc {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  margin-bottom: 24px;
}

.insurance-steps__cols {
  max-width: 1140px;
  margin: auto;
}

.insurance-steps__col {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  padding: 0 15px;
  margin-bottom: 35px;
}

.insurance-steps__img {
  display: inline-block;
  max-width: 195px;
  height: 120px;
  margin-bottom: 10px;
}

.insurance-steps__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.insurance-steps__label {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 6px;
}

.insurance-steps__text {
  text-align: center;
  max-width: 330px;
}

@media screen and (min-width: 575px) {
  .insurance-steps__cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .insurance-steps__col {
    width: 50%;
  }
}

@media screen and (min-width: 767px) {
  .insurance-steps__col {
    width: 33.33%;
    margin-bottom: 15px;
  }
}