@media (max-width: 1250px) {
  .title img{
    width:8%;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 20px;
  }
  
  .title img{
    width:10%;
  }

  .title {
    font-size: 32px;
  }
  
  .main-text{
    text-align: center;
  }

  .recent-work, .contact, footer {
    font-size: 20px;
    margin-top: 5%;
  }
  
  .contact{
    margin-bottom:0;
  }

  .contact i {
    font-size: 28px;
    /*border: 1px solid green;*/
    vertical-align: top;
  }

  .contact img{
    width: 30%;
  }

  .slide img {
    width: 20vw;
    margin-left: 10%;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 16px;
  }

  .title {
    font-size: 24px;
  }

  .recent-work, .contact, footer {
    font-size: 16px;
  }

  .contact i {
    font-size: 30px;
    vertical-align: top;
  }

  .contact img{
    width: 30%;
  }
}