.learts-mb-30 {
  margin-bottom: 30px;
}

.payment-method {
  margin-bottom: 30px;
}
.payment-method .card {
  padding: 20px;
  border-width: 1px 0 0;
  border-color: rgba(0, 0, 0, 0.75);
  border-radius: 0 !important;
}
.payment-method .card .card-header {
  padding: 0;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
}
.payment-method .card .card-header button {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.675;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  padding-left: 22px;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
}
.payment-method .card .card-header button::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 17px;
  height: 17px;
  margin-top: 2px;
  content: "";
  transform: translateY(-50%);
  border: 1px solid #ec5d3d;
  border-radius: 50%;
}
.payment-method .card .card-header button::after {
  position: absolute;
  top: 50%;
  left: 3px;
  width: 11px;
  height: 11px;
  margin-top: 2px;
  content: "";
  transition: all 0.5s ease 0s;
  transform: translateY(-50%);
  opacity: 0;
  border-radius: 50%;
  background-color: #ec5d3d;
}
.payment-method .card .card-header button:focus::after {
  opacity: 1;
}
.payment-method .card .card-body {
  position: relative;
  margin-top: 12px;
  padding: 10px 15px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.payment-method .card .card-body p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  color: #7e7e7e;
}/*# sourceMappingURL=Payment.module.css.map */