.steps-section {
  background-color: #FFF;
  padding: 0;
}
.steps-section .steps-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
  align-items: center;
  gap: 110px;
}
.steps-section .steps-image-container {
  width: 52%;
}
.steps-section .steps-content {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
  text-align: right;
}
.steps-section .steps-text-box {
  display: flex;
  flex-direction: column;
  row-gap: 26px;
}
.steps-section .steps-title {
  font-size: 56px;
  font-weight: 400;
  color: #3F3F3A;
  line-height: 120%;
}
.steps-section .steps-title b, .steps-section .steps-title strong {
  font-weight: 900;
}
.steps-section .steps-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.steps-section .steps-list .steps-list-item {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #3F3F3A;
  font-size: 22px;
  font-weight: 400;
  line-height: 130%;
}
.steps-section .steps-list .steps-check-icon {
  width: 18px;
  height: auto;
}
.steps-section .btn.steps-btn {
  background-color: #47A6EE;
  color: white;
  padding: 18px 90px;
  height: 71px;
  border-radius: 150px;
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.steps-section .btn.steps-btn:hover {
  background-color: #226996;
}

@media all and (max-width: 1440px) and (min-width: 769px) {
  .steps-section .steps-wrapper {
    gap: clamp(40px, 7.6388888889vw, 110px);
  }
  .steps-section .steps-content {
    gap: clamp(24px, 4.1666666667vw, 60px);
  }
  .steps-section .steps-text-box {
    row-gap: clamp(14px, 1.8055555556vw, 26px);
  }
  .steps-section .steps-title {
    font-size: clamp(32px, 3.8888888889vw, 56px);
  }
  .steps-section .steps-list {
    gap: clamp(8px, 0.7638888889vw, 11px);
  }
  .steps-section .steps-list .steps-list-item {
    gap: clamp(10px, 1.1111111111vw, 16px);
    font-size: clamp(16px, 1.5277777778vw, 22px);
  }
  .steps-section .steps-list .steps-check-icon {
    width: clamp(14px, 1.25vw, 18px);
  }
  .steps-section .btn.steps-btn {
    padding: clamp(10px, 1.25vw, 18px) clamp(40px, 6.25vw, 90px);
    height: clamp(52px, 4.9305555556vw, 71px);
    border-radius: clamp(80px, 10.4166666667vw, 150px);
    font-size: clamp(18px, 1.6666666667vw, 24px);
  }
}
@media (max-width: 768px) {
  .steps-section {
    padding: 28px 0;
  }
  .steps-section .steps-wrapper {
    display: flex;
    flex-direction: column-reverse;
    gap: 38px;
    padding: 0 28px;
  }
  .steps-section .steps-image-container {
    width: 100%;
  }
  .steps-section .steps-image {
    width: 100%;
    height: auto;
  }
  .steps-section .steps-content {
    width: 100%;
    gap: 35px;
    align-items: stretch;
  }
  .steps-section .steps-text-box {
    gap: 35px;
  }
  .steps-section .steps-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 110%;
    align-self: center;
    text-align: center;
  }
  .steps-section .steps-list {
    gap: 11px;
  }
  .steps-section .steps-list-item {
    gap: 17px;
  }
  .steps-section .btn.steps-btn {
    width: 100%;
    height: 60px;
    padding: 12px;
    font-size: 16px;
    line-height: normal;
    letter-spacing: -0.64px;
  }
}

/*# sourceMappingURL=section-steps.css.map */
