@media only screen and (max-width: 1280px) {
  h1{
    font-size: 32px;
    margin-bottom: 24px;
  }
  .section p{
    font-size: 24px;
    max-width: 70%;
    margin:0 auto;
  }
  .col-seven .quickview h2, .col-three .container h1, .col-three .container h1{
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 40px;
    border-bottom: 2px rgba(46,49,146,.3) solid;
  }

  .contactus .col-seven .quickview div.form .input-container{
    width: 49.5%;
  }

  .col-three .container{
    background: rgb(241,241,241) url('/img/rome-skyline-blue.png');
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .col-three .container .divider{
    display: none;
  }

  .contactus .col-three .contacts-container div.contact-info a{
    font-size: 22px;
    margin-bottom: 0px;
  }

  .contactus .col-three .contacts-container div.contact-info span{
    font-size: 10px;
  }

  .contactus .col-three li{
    font-size: 14px;
  }
}
@media only screen and (max-width: 1172px) {
  body{
    overflow-x: hidden;
  }
  header{
    top: 0;
  }
  .hero{
    margin-top: 132.5px;
  }
  .hero .col-full .price .amount{
    min-width: 80px;
    font-size: 48px;
  }
  .col-seven{
    width: 100%;
    display: block;
  }
  .col-seven .quickview div{
    width: 100%;
    display: block;
    text-align: left;
    box-sizing: border-box;
    margin-bottom: 13px;
    overflow-y: hidden;
    height: auto;
  }
  .col-seven .quickview div img{
    position: relative;
    width: 20%;
    display: inline-block;
    position: relative;
    margin-bottom: 0;
  }
  .col-seven .quickview div#time img, .col-seven .quickview div#help img, .col-seven .quickview div#laugh img{
    width: 22%;
    position: relative;
  }
  .col-seven .quickview div h4{
    position: relative;
    display: inline-block;
    width: auto;
    top: -22px;
    left: 13px;
  }

  .col-three{
    width: 100%;
    display: block;
    float: none;
    margin-top: 40px;
    max-width: none;
  }
  .col-three .container .guide .v-divider{
    display: none;
  }
  .col-three .container .guide h1{
    margin-left: 20px;
  }

  .contactus .hero .hero-phrase{
    display: none;
  }
  .contactus .col-seven .quickview div.form .input-container{
    width: 100%;
  }
  .contactus .col-seven .quickview div button, .contactus .col-seven .quickview div .button{
    max-width: 45%;
  }
  .contactus .col-three li{
    font-size: 14px;
  }
  .contactus .col-three .contacts-container div.contact-info a{
    font-size: 16px;
  }
}
