/* Scss Document */
.step-header {
  background-color: #d9f2f7;
  color: #0071c5;
  padding: 25px;
  text-align: center;
  font-size: 2.125rem;
  letter-spacing: 0.2em;
  line-height: 1;
}

#card-benefits {
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 2.5;
}

#card-benefits h2 {
  font-size: 1.625rem;
  line-height: 1.538;
  color: #fff;
}

#card-benefits .process-text {
  background: #0071c5;
  padding: 30px 100px;
  text-align: center;
  margin: 60px 15% 90px;
  position: relative;
}

#card-benefits .process-text::after {
  top: 99%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 113, 197, 0);
  border-top-color: #0071c5;
  border-width: 30px;
  margin-left: -30px;
}

@media screen and (max-width: 767px) {
  #card-benefits .process-text::after {
    border-width: 30px 20px 0 20px;
    margin-left: -20px;
  }
}

@media screen and (max-width: 767px) {
  #card-benefits .process-text {
    padding: 15px;
    margin: 40px 0 50px;
  }
}

#card-benefits .step-img {
  border: solid 3px #00bad8;
  border-radius: 10px;
  margin: 40px 0;
  width: 100%;
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1199px) {
  #card-benefits .step-img {
    border: none;
  }
}

#card-benefits .step-text {
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

#card-benefits .notice-title {
  font-weight: bold;
  padding: 15px;
  text-align: center;
  background-color: #e40e77;
  color: #fff;
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: 0.3em;
}

#card-benefits .notice-list {
  list-style: none;
  padding: 90px 80px;
  background-color: #fef2f6;
  font-size: 1.4375rem;
  line-height: 3.125;
  letter-spacing: 0.05em;
  text-align: left;
}

@media screen and (max-width: 575px) {
  #card-benefits .container {
    padding: 0;
  }
  #card-benefits .row {
    padding: 0;
  }
  #card-benefits .process-text h2 {
    font-size: 1.125rem;
  }
  #card-benefits .step-text {
    font-size: 1.125rem;
    padding: 0 15px;
  }
  #card-benefits .step-text::after {
    content: "\f078";
    font-family: "font Awesome 6 free";
    font-weight: 900;
    position: absolute;
    left: 40%;
    font-size: 3rem;
    padding-top: 20px;
  }
  #card-benefits .step-img {
    border: none;
    height: 280px;
  }
  #card-benefits .notice-title {
    font-size: 1.5625rem;
    letter-spacing: 0.3em;
    padding: 30px 0;
  }
  #card-benefits .notice-list {
    font-size: 1.125rem;
    line-height: 2.222;
    padding: 100px 15px;
  }
  #card-benefits .notice-list ul {
    list-style: none;
    padding: 0;
  }
  #card-benefits .notice-list li.text-danger {
    font-size: 1.375rem;
    line-height: 1.682;
    text-align: center;
    padding-bottom: 70px;
  }
}
