.about-us{
  height: 100vh;
  width: 100%;
  padding: 90px 0;
  background: #ddd;
}
.about-us .pic{
  margin-top: 0;
  height: auto;
  width:  480px;
}
.about-us .about{
  width: 1130px;
  max-width: 85%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.about-us .text{
  width: 540px;
}
.about-us .text h2{
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 10px;

}
.about-us .text h5{
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}
.about-us span{
  color: #4070f4;
}
.text p{
  font-size: 18px;
  line-height: 25px;
  
  justify-content:center;
}
.data{
  margin-top: 30px;
}
.hire{
  font-size: 18px;
  background: #4070f4;
  color: #fff;
  text-decoration: none;
  border: none;
  padding: 8px 25px;
  border-radius: 6px;
  transition: 0.5s;
}
.hire:hover{
  background: #000;
  border: 1px solid #4070f4;
}

@media (max-width: 1160px) 
{

  
  .about-us{
  
    width: 100%;
    height: 90vh;
  }

  .about-us .about{
    max-width: 80%;
  }

  .about-us .pic{
    width:  250px;
    margin-right: 10px;
  }


  .about-us .text h2{
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 5px;
  
  }
  .about-us .text h5{
    font-size: 16px;
    font-weight: 250;
    margin-bottom: 10px;
  }

  .text p{
    font-size: 12px;
    line-height: 10px;
  }
}


@media (max-width: 920px) 
{

  nav .logo{
      
    margin-left: -20px;
  
  }

  nav{
    padding: 0 0px 0 10px;
  }

  
   nav ul li a{
    color: #f2f2f2;
    text-decoration: none;
    font-size: 10px;
    font-weight: 400;

   }


  .about-us{
  
    width: 100%;
    height: 90vh;
  }

  .about-us .about{
    max-width: 95%;
  }

  .about-us .pic{
    width:  175px;
    margin-right: 10px;
  }


  .about-us .text h2{
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 5px;
  
  }
  .about-us .text h5{
    font-size: 12px;
    font-weight: 250;
    margin-bottom: 10px;
  }

  .text p{
    font-size: 9px;
    line-height: 12px;
  }
}