@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700");
/*
// Variables
*/
.vision-card{
  padding: 50px 0;
  text-align: center;
}
.card {
  display: inline-block;
  /* width: 230px; */
  margin: 20px 8px;
  text-align: center;
  background-color: #FFFFFF;
  padding: 30px 20px 40px;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(45, 62, 80, 0.3);
  color: #2D3E50;
}
.card .fa {
  width: 100px;
  height: 100px;
  background-color: #E2E2E2;
  padding: 22px 0;
  border-radius: 50%;
  box-shadow: inset 0 1px 3px rgba(45, 62, 80, 0.3);
  text-shadow: 0 1px 3px rgba(45, 62, 80, 0.3);
  margin-bottom: 20px;
  font-size: 50px;
}
.card .title {
  margin: 10px 0;
  text-transform: uppercase;
  font-weight: bold;
}
.card p {
  font-weight: 300;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 3px 10px rgba(45, 62, 80, 0.3);
}
.card:hover .fa {
  box-shadow: inset 0 3px 10px rgba(45, 62, 80, 0.3);
  text-shadow: 0 3px 2px rgba(45, 62, 80, 0.3);
}/*# sourceMappingURL=mission-vision-card.css.map */

/* 
.info-step span {
  font-size: 42px;
  color: #655fd3;
  font-weight: 600;
  letter-spacing: -2px;
  margin-right: 20px;
} */
.why-do h5{
  color: #fff;
}
/* .info-step h4 {
  display: inline-block;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 22px;
    text-align: center;
}

.info-step h4 + p {
  color: #fff;
  font-size: 1.5vh;
  line-height: 2vh;
  min-height: 110px;
  margin-bottom: 0;
  margin-top: 10px;
}

.info-step {
  padding: 10px 15px;
  border-radius: 15px;
  transition: .5s all;
  background: transparent;
  margin: 20px 10px;
}

/* .info-step:hover {
  background: linear-gradient(178deg, rgba(255,255,255,0) 0%, rgba(248,247,253,1) 55%, rgb(52 175 169 / 42%) 100%);
    box-shadow: 2px 2px 5px 1px #1e464921;
} */

/* .our-step .btn-block {
  margin-top: 40px;
}

.our-step .row {
  margin-top: 100px;
  position: relative;
}

.our-step .row::before {
  position: absolute;
  content: "";
  background: #655fd3;
  width: 75%;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  top: -20px;
}

.our-step .row::after {
  position: absolute;
  content: "";
  background: #655fd3;
  height: 60px;
  left: 0;
  right: 0;
  margin: auto;
  width: 2px;
  top: -80px;
}

.our-step [class*='col']::before {
  content: "";width: 2px;height: 40px;background: #655fd3;position: absolute;top: -20px;left: 0;right: 0;margin: auto;
}  */

.info-step {
  padding: 10px 15px;
  border-radius: 15px;
  transition: .5s all;
  background: transparent;
  width: 40%;
  margin: 20px 80px;
  border: 2px solid #655fd3;
}

.col-md-12.odd{
  display: flex;
  justify-content: flex-end;
}

.info-step h4 {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 22px;
  text-align: left;
}

.info-step h4 + p {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
  margin-top: 10px;
}

.our-step .row {
  margin-top: 50px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.our-step .row::before {
  position: absolute;
  content: "";
  background: #655fd3;
  width: 2px;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.our-step [class*='odd']::before {
  content: "";
  width: 40px;
  height: 2px;
  background: #655fd3;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.our-step [class*='even']::before {
  content: "";
  width: 40px;
  height: 2px;
  background: #655fd3;
  position: absolute;
  right: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .info-step {
    width: 100%;
    margin: 20px 10px;
  }
  .our-step .row::before {
    display: none;
  }
  .our-step [class*='even']::before,
  .our-step [class*='odd']::before {
    display: none;
  }
}

