/* Step Process */
.step-challenges h2,
.step-process h2 {
  text-align: center;
  color: #2188c8;
  font-size: 47px;
  margin-bottom: 50px;
}
.step-challenges h2 span,
.step-process h2 span {
  color: #202325;
}
.step-process-info {
  display: flex;
  justify-content: space-between;
}
.step-process-item {
  text-align: center;
}
.step-process-item-last img,
.step-process-item-meddile img {
  height: 77px;
}
.step-process-item-meddile {
  margin: 0 auto;
  max-width: 320px;
}
.step-process-item-last {
  margin: 0 auto;
  max-width: 275px;
}
.step-process-item-first {
  margin: 0 auto;
  max-width: 300px;
}
.step-process-item h3 {
  color: #2188c8;
  font-size: 30px;
  margin-top: 8px;
  margin-bottom: 10px;
}
.step-process-item p {
  margin-bottom: 0;
  font-size: 20px;
  color: #54595e;
  line-height: 27px;
}
.step-process {
  padding: 80px 0;
}
.step-challenges {
  padding: 30px 0 80px;
}
.step-challenge-info {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.step-challenge-item {
  flex: 1 1 calc(33.33% - 20px);
  box-sizing: border-box;
  max-width: calc(33.33% - 20px);
  padding: 20px 20px;
  border: 4px solid #e5e5e5;
  border-radius: 17px;
  display: flex;
  gap: 15px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.step-challenge-item-info {
  width: auto;
  flex: 1;
}
.step-challenge-item-img {
  width: 60px;
  flex: 0 0 60px;
}
.step-challenge-item-img img {
  max-width: 100%;
  height: auto;
}
.step-challenge-item-info h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
.step-challenge-item-info p {
  color: #54595e;
  font-size: 17px;
  line-height: 23px;
  margin-bottom: 0;
}
.step-challenge-item-img {
  width: 60px;
  flex: 0 0 60px;
}
.step-challenges-bottom {
  text-align: center;
  margin-top: 50px;
}
.step-challenges-bottom p {
  max-width: 800px;
  font-size: 20px;
  line-height: 25px;
  margin: 0 auto 40px;
}
.step-challenges-bottom a {
  display: inline-block;
  background: #0077a9;
  border-radius: 17px;
  color: #fff;
  font-size: 30px;
  padding: 20px 30px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.2);
}
.step-challenges-bottom a:hover {
  opacity: 0.8;
}

.step-process-item-alt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #adacac;
  border-radius: 28px;
  padding: 60px 80px;
}

.step-process-item-alt-img img {
  max-width: 300px;
}

.step-process-item-alt-info h3 {
  font-size: 41px;
  line-height: 51px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #000000;
}

.step-process-item-alt-info h4 {
  display: block;
  font-size: 25px;
  font-weight: 500;
  color: #1586ca;
  margin-bottom: 15px;
}

.step-process-item-alt-info p {
  color: #6d6d6d;
  font-size: 17px;
  line-height: 23px;
  margin-bottom: 0;
  font-weight: 300;
}
.step-process-item-alt + .step-process-item-alt {
  margin-top: 30px;
}
@media screen and (max-width: 1199px) {
  .step-process-item-alt-info h3 {
    margin-bottom: 20px;
  }
  .step-process-item-alt-info h4 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .step-challenge-item {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

@media screen and (max-width: 991px) {
  .step-process-item-alt-img img {
    max-width: 230px;
  }
  .step-process-item-alt {
    padding: 40px 40px;
  }
}
@media screen and (max-width: 767px) {
  .step-challenge-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .step-challenge-item-img {
    width: 50px;
    flex: 0 0 50px;
  }
  .step-challenge-item-info h3 {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .step-challenge-item-info p {
    font-size: 15px;
    line-height: 20px;
  }
  .step-challenges-bottom p {
    font-size: 16px;
    line-height: 25px;
    margin: 0 auto 25px;
  }
  .step-challenges-bottom {
    margin-top: 25px;
  }
  .step-challenges-bottom a {
    font-size: 24px;
  }
  .step-process-item-alt {
    flex-direction: column-reverse;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }
  .step-process-item-alt-info {
    text-align: center;
  }
  .step-process-item-alt-info h3 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 1;
  }
  .step-process-item-alt-info p {
    font-size: 15px;
    line-height: 20px;
  }
}

@media (max-width: 360px) {
  .step-process-item-alt-info p br {
    display: none;
  }
}
@media (max-width: 1199px) {
  .step-challenges h2,
  .step-process h2 {
    font-size: 38px;
    margin-bottom: 40px;
  }
  .step-process-item h3 {
    font-size: 24px;
    margin-top: 8px;
    margin-bottom: 9px;
  }
  .step-process-item p {
    font-size: 18px;
    line-height: 26px;
  }
  .step-process-item-first {
    max-width: 266px;
  }
  .step-process-item-meddile {
    max-width: 285px;
  }
  .step-process-item-last {
    max-width: 217px;
  }
  .step-process-item-first img,
  .step-process-item-last img,
  .step-process-item-meddile img {
    height: 60px;
  }
}

@media (max-width: 991px) {
  .step-process-info {
    flex-wrap: wrap;
    gap: 50px;
  }
  .step-process {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .step-challenges h2,
  .step-process h2 {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 30px;
  }
}
