#proj-interested
{
    /* padding: 50px 0;
    margin-top: 40px; */
}

section {
  padding: 85px 0;
}

.proj-overv
{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.usp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 150px;
    transition: 0.3s ease-in-out;
    margin: 8px;
    padding: 15px 10px;
    color: rgb(0, 0, 0);
    text-align: center;
    background: rgb(255, 255, 255);
  }

  .usp:hover {
    transform: translate(-0.05em, -0.05em);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 0px 0px 20px 20px;
  }
  
  .usp-img {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .usp img {
    width: 65px !important;
    height: 65px;
  }


  #aboutus
  {
    padding: 45px;
    color: #000;
  }