.project-item{
    padding: 40px 0 80px;
}
@media screen and (max-width:991px){
  .project-item{
      padding: 40px 0;
  }
  .cta-project{
    min-width: 330px;
  }
}
.project-wrapper {
    min-height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 15px;

}

.project-wrapper:hover {
    text-decoration: none;
}

.description-project {
    padding: 50px 0;
    color: #FFF;
    text-align: center;
    font-family: "Akzidenz-Grotesk Std";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 177.778% */
    letter-spacing: 0.9px;
    max-width: 750px;
}

.title-project {
    color: #EEECEB;
    text-align: center;
    font-family: "Akzidenz-Grotesk Std";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.cta-project {
    color: #484F5B;
    padding: 20px 50px;
    background: rgba(247, 246, 242, 1);
    border-radius: 40px;
    text-align: center;
    font-family: "Akzidenz-Grotesk Std";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: .25s all;
}


@media screen and (min-width:991px){
  .cta-project:hover {
      background: #484F5B;
      color: rgba(247, 246, 242, 1);
      transition: .25s all;
  }
}

@media screen and (min-width:1600px) {
    .project-wrapper {
        min-height: 800px;
    }
    .title-project {
        font-size: 50px;
    }
}
