.interest-article {
  padding: 24px 16px;
  background-color: rgba(251, 222, 236, 0.2);
}
.interest-article h2 {
  width: 368px;
  font-family: DBHeavent-Med;
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.2px;
  color: #ec008c;
}
.interest-article span {
  font-family: DBHeavent;
  font-size: 24px;
  text-align: center;
  color: #333;
}
.interest-article table {
  font-family: DBHeavent-Med;
  font-size: 32px;
  letter-spacing: 0.15px;
  text-align: center;
  color: #333;
  white-space: nowrap;
  border-radius: 8px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
.interest-article table > thead > tr > th {
  border-bottom-width: 3px;
  border-color: #ed5a9f !important;
}
.interest-article .register a.reg-shotcut {
  width: 100%;
  height: 56px;
  border-radius: 28px;
  background-color: #eb008a;
  text-align: center;
  text-decoration: none;
  font-family: DBHeavent;
  font-size: 34px;
  color: #fff;
  line-height: 1.7;
}
.interest-article .register {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1200px) {
  .interest-article {
    padding: 45px 135px;
    display: flex;
  }
  .interest-article h2 {
    font-size: 42px;
  }
  .interest-article .table-responsive-md {
    min-width: 700px;
  }
  .register {
    padding: 0 60px;
    display: flex;
    flex: 1;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .interest-article .register a.reg-shotcut {
    max-width: 220px;
    margin: 16px;
  }
}
