@media only screen and (max-width: 1024px) {
  .cta-box h3 {
    height: 3em;
  }

  .hover-info {
    width:217px;
  }

  #second-boxes .cta-box h3 {
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .menu ul.items {
    padding: 70px 20px !important;
  }

  .items {
    display: none;
  }

  h3 {
    font-size:24px;
  }

  .cta-box h3 {
    height: auto;
  }

  .cta-box p {
    min-height: auto;
    height: auto;
  }

  .build-content {
    padding:40px;
  }

  .hover-info {
    width: 345px;
  }

  .review h1 {
    font-size:38px;
  }

  .cta-wrapper {
    width: auto;
  }

}

@media only screen and (max-width: 414px) {
  .menu .logo {
    padding:20px;
  }

  .cta-buttons {
    top:5%;
  }

  .cta-wrapper {
    width: 100%;
    margin: 0px;
  }

  .intro-text {
    margin-top:40px;
  }

  .footer li {
    text-align: center;
    display: block;
  }

  .footer li:after {
    display: none;
  }

  .review .top-block {
    margin-bottom:50px;
  }

  .review .bottom-block {
    text-align: center;
    padding:20px;
  }

  .center-mobile {
    text-align: center;
  }

  .caserow {
    margin:0px;
  }

  .hover-info {
    width:177px;
  }
}

@media only screen and (max-width: 414px) {
  .hover-info h3 {
    font-size:19px;
  }
}

@media only screen and (max-width: 375px) {
  .hover-info {
    width:157px;
  }
}

@media only screen and (max-width: 320px) {
  body, .intro-text, .build-content {
    font-size:16px;
  }

  .hover-info {
    width:130px;
  }

  .cases .case {
    margin-top:30px;
  }

  .review h1 {
    font-size:24px;
  }

  .review .top-block {
    margin-bottom:20px;
  }
}
