.touched.layout .logo-url {
  justify-content: center;
  display: flex;
  align-items: center;
}
.join-custom-bottom h2 {
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 30px;
}
.join-custom-top h1 {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}
.join-custom-top h2 {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 30px;
}
.join-custom-top h3,
.join-custom-top h4 {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
}
.join-custom-top h4 {
  margin-bottom: -35px;
}
.join-custom-top ul {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
  list-style: disc;
  margin-bottom: 30px;
  padding-left: 1rem;
}
.plan-desc {
  flex-wrap: wrap;
}
.custom-plan-description {
  width: 100%;
  color: #000;
  overflow: auto;
  text-overflow: initial;
  white-space: break-spaces;
}