.nextProject{
    display: flex;
    flex-direction: column;
    margin-bottom: 48px;
    margin-top: 120px;
    padding-bottom: 16px;
}

.nextImg{
    width: 100%;
    max-height:250px;
    overflow: hidden;
    display: flex;
    justify-content: center; 
    align-items: center; 
}

.nextImg img{
    margin:0px;
    width: 100%;
}

.nextText{
    width: 100%;
    margin-top: 16px;
}

.nextText a{
    text-decoration: none;
}

.button{
    width:fit-content;
    text-align:center;
    border: 1px #0F030F solid;
    border-radius: 25px;
    padding: 8px 16px;
}


@media (min-width: 834px){
  .nextProject{
    width: 95vw;
    margin:auto;
    display: flex;
    flex-direction: row;
    padding-bottom: 0px;
  }

  .nextImg{
    max-height: none;
    display: block;
  }

  .nextImg img{
    height: 100%;
  object-fit: cover;
}

  .nextText{
    margin-top: 0px;
    margin-left: 2%;
    display: flex;
    flex-direction: column;
    justify-content:end;
  }
}

@media (min-width: 1440px){
  .nextProject{
    width: 100%;
    margin: auto;
  }

  .nextImg{
    width: 50%;
  }

  .nextText{
      width: 608px;
      margin-top: 0px;
  }

  .button:hover{
      border: 1px #0F030F solid;
      width: fit-content;
      border-radius: 25px;
      padding: 8px 16px;
  }
}
