.up-section-3-steps-blocks__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 4px;
  overflow: hidden;
}
.up-section-3-steps-blocks__step {
  width: 33.3333333333%;
  padding: 25px;
}
.up-section-3-steps-blocks__step-icon {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.up-section-3-steps-blocks__step-icon img {
  height: 100% !important;
  width: auto !important;
  max-width: none !important;
}
@media (max-width: 1199px) {
  .up-section-3-steps-blocks__step {
    padding: 32px;
  }
}
@media (max-width: 900px) {
  .up-section-3-steps-blocks__step {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .up-section-3-steps-blocks__step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.up-section-3-steps-blocks__step * {
  color: #fff !important;
}
.up-section-3-steps-blocks__step-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.up-section-3-steps-blocks__step-number {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  border: 1px solid #fff;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .up-section-3-steps-blocks__step-number {
    margin-right: 16px;
    position: relative;
    top: -10px;
  }
}
@media (max-width: 767px) {
  .up-section-3-steps-blocks__step-number {
    top: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.up-section-3-steps-blocks__step:nth-child(1) {
  background-color: rgba(63, 98, 218, 0.1019607843);
}
.up-section-3-steps-blocks__step:nth-child(1) * {
  color: #0e2a30 !important;
}
.up-section-3-steps-blocks__step:nth-child(1) .up-section-3-steps-blocks__step-number {
  border: 1px solid rgba(8, 20, 38, 0.2);
}
.up-section-3-steps-blocks__step:nth-child(2) {
  background-color: #3f62da;
}
.up-section-3-steps-blocks__step:nth-child(3) {
  background-color: #3f4cda;
}
.up-section-3-steps-blocks__step-title {
  margin-bottom: 5px;
}