section.reg {
  padding-bottom: 100px;
}

.reg .reg-header {
  margin-top: 56px;
  margin-bottom: 70px;
  text-align: center;
}

.reg .reg-header h2 {
  font-size: 2rem;
  font-weight: bold;
}

.reg .reg-header span {
  font-size: 1.2rem;
  color: #646464;
}

.reg .reg-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.reg .reg-item {
  width: 100%;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 4px 4px 0px #0000001a;
  border: 1px solid #c2c2c2;
  margin: 0 0px 40px 0px;
  display: flex;
  flex-direction: column;
  padding: 37px;
  text-align: center;
  position: relative;
}

.reg .reg-item h3 {
  font-size: 36px;
  font-weight: bold;
  position: relative;
  margin-bottom: 50px;
}

.reg .reg-item h3::after {
  content: '';
  background-color: #000;
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: -25px;
  left: 0;
}

.reg .reg-item p {
  font-size: 20px;
}

.reg .reg-item a.button.base {
  position: absolute;
  bottom: 37px;
  width: calc(100% - 74px);
  margin-bottom: 0;
}

.buyer-reg h2.headline,
.exhibitor-reg h2.headline {
  font-size: 3rem;
}

.user-welcome h2.headline {
  font-size: 3rem;
}

.buyer-reg .agree-content,
.exhibitor-reg .agree-content {
  height: 250px;
  overflow: auto;
  padding: 0.8rem;
  background-color: #fafafa;
}

.user-welcome .welcome-box {
  margin: 0 auto;
  margin-top: 100px;
  padding: 37px;
  width: 80%;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 4px 4px 0px #0000001a;
  border: 1px solid #c2c2c2;
  margin-bottom: 70px;
}

.user-welcome .welcome-box > h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.user-welcome .welcome-box > h4 {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.user-welcome .user-buttons {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.user-welcome .user-buttons > a:not(:first-child) {
  margin-left: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  .reg .reg-item {
    width: 60vw;
    height: 400px;
  }
}

@media print, screen and (min-width: 64em) {
  .c.page.intro.responsive-padding {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }

  .reg .reg-items {
    flex-wrap: nowrap;
  }

  .reg .reg-item {
    width: 390px;
    height: 400px;
    margin: 0 40px;
  }

  .o.form label {
    font-size: 1rem;
  }
}
