/* 1100 */
@media only screen
and (max-width : 1100px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* 992 */
@media only screen
and (max-width : 992px) {
  header .title .fake {
    display: none;
  }
  .items.col-2 .entry {
    width: calc((100% / 1) - 30px);  
  }
  section#warning .box:nth-child(3) {
    margin-bottom: 15px;
  }
  header,
  #main-image {
    height: 400px;
  }
  header .title {
    margin-top: 20px;
  }
  header .title h2 {
    font-size: 30px;
  }
}

/* 768 */
@media only screen
and (max-width : 768px) {
  section#questions {
    padding-bottom: 50px;
  }
  section#warning h2 {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  section#warning h2::after {
    display: none;
  }
  section#prestige a {
    font-size: 20px;
  }
  section#recommend p {
    font-size: 20px;
    line-height: 30px;
  }
  header .more {
    display: none;
  }
  header .title {
    margin-top: auto;    
  }
  header .title h1,
  header .title h2 {
    width: calc(100% + 40px);
    margin-top: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-size: 20px;
  }
  #main-image {
    position: relative;
    height: 250px;
  }
  header {
    height: auto;
  }
}