@media (max-width: 767px) {
  .notice-section {
    padding: 2em 1em;
    display: block;
    height: 100%;
  }
	.notice-section .logo img{
		max-width:225px
	}
  .notice-section .notice-content {
    padding: 2em;
  }

  .notice-section .notice-content form .form-button {
    display: block;
  }

  .notice-section .notice-content form .form-button button {
    margin-right: 0;
    width: 100%;
    margin-bottom: 1em;
  }

  .notice-section .notice-content p,
  .notice-section .notice-content p b,
  .notice-section .notice-content ol li,
  .notice-section .notice-content ol li span {
    font-size: 16px;
    line-height: 1.5;
  }

  .notice-section .notice-content h1 {
    font-size: 24px;
  }

  .join-now {
    position: relative;
    top: 0;
    margin: 0 auto;
    width: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .btn-secondary {
    margin-bottom: 14px;
  }
}
