.create-account_custom .section_inner {
  background-color: #fff;
  width: 50%;
  margin: 50px auto 100px;
}

@media (max-width: 1024px) {
  .create-account_custom .section_inner {
    width: 70%;
    margin: 50px auto 50px auto;
  }
}

@media (max-width: 460px) {
  .create-account_custom .section_inner {
    width: 90%;
  }
}

.create-account_custom .section_inner h3 {
  font-size: 1.2em;
  font-weight: bold;
}

.create-account_custom .section_inner p {
  padding: 30px 0;
  padding-bottom: 0;
}

@media (max-width: 1024px) {
  .create-account_custom .section_inner p {
    padding: 20px 0;
    padding-bottom: 10px;
  }
}

.create-account_custom ul {
  font-weight: bold;
  font-size: 2rem;
  padding: 20px 40px 30px 40px;
}

@media (max-width: 1024px) {
  .create-account_custom ul {
    padding: 20px 10px;
  }
}

@media (max-width: 460px) {
  .create-account_custom ul {
    font-size: 1.8rem;
    padding: 10px 0;
  }
}

.create-account_custom ul li {
  transition: all .3s;
}

.create-account_custom ul li:not(:last-of-type) {
  margin-bottom: 20px;
}

.create-account_custom ul li a::before {
  content: "";
  display: inline-block;
  background: url(../images/arrow.svg) center/cover no-repeat;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
}

.create-account_custom ul li:hover {
  opacity: 0.6;
}

.profile_custom .section_inner {
  background-color: #fff;
  width: 50%;
  margin: 100px auto;
}

@media (max-width: 1024px) {
  .profile_custom .section_inner {
    width: 70%;
    margin: 50px auto 50px auto;
  }
}

@media (max-width: 460px) {
  .profile_custom .section_inner {
    width: 90%;
  }
}

.profile_custom ul {
  font-weight: bold;
  font-size: 2rem;
  padding: 30px 40px;
}

@media (max-width: 1024px) {
  .profile_custom ul {
    padding: 20px 10px;
  }
}

@media (max-width: 460px) {
  .profile_custom ul {
    font-size: 1.8rem;
    padding: 10px 0;
  }
}

.profile_custom ul li {
  transition: all .3s;
}

.profile_custom ul li:not(:last-of-type) {
  margin-bottom: 20px;
}

.profile_custom ul li a::before {
  content: "";
  display: inline-block;
  background: url(../images/arrow.svg) center/cover no-repeat;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
}

.profile_custom ul li:hover {
  opacity: 0.6;
}
