#wrapper {
  width: 100%;
  background: #FFECD2;
  padding-top: 100px;
  padding-bottom: 100px; }

h1 {
  font-size: 45px;
  text-align: center;
  margin-bottom: 20px;
  color: #F29B8F; }

h2 {
  text-align: center;
  line-height: 1.2;
  font-size: 30px;
  margin-bottom: 50px;
  border-bottom: solid thin black;
  padding-bottom: 50px; }

h3 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 320px;
  font-size: 25px;
  color: white;
  padding: 10px;
  margin-bottom: 20px;
  background: #F29B8F;
  border-radius: 5px; }

dl {
  width: 600px;
  display: block;
  margin-left: auto;
  margin-right: auto; }

dt {
  font-size: 25px;
  margin-bottom: 10px;
  color: #F29B8F; }

dt br {
  display: none; }

dd {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 50px;
  text-align: justify; }

@media (max-width: 768px) {
  #wrapper {
    border-top: solid thin black;
    padding-top: 50px; }

  h1 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px; }

  h2 {
    text-align: center;
    line-height: 1.2;
    font-size: 20px;
    margin-bottom: 50px;
    border-bottom: solid thin black;
    padding-bottom: 50px; }

  h3 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 250px;
    font-size: 20px;
    color: white;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px; }

  dl {
    width: 85%;
    display: block;
    margin-left: auto;
    margin-right: auto; }

  dt {
    font-size: 25px;
    margin-bottom: 10px;
    text-align: center; }

  dt br {
    display: block; }

  dd {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 50px;
    text-align: justify; } }
