.container-title-crew p {
  text-align: right;
  font-weight: 600;
  font-size: 30px;
}

.container-box-crew>div {
  width: 70%;
}

.logo-copy-crew {
  height: fit-content;
  width: 300px;
}

.box-crew{
    width: 30%;
    margin: 0 10px;
    height: 100%; 
    justify-content: start;
    gap: 1rem;  
    margin-bottom: 40px;
}
.box-crew > div {
    width: 100%;
    background-position: center;
    background-size: cover;
    height: 350px;
    background-repeat: no-repeat;
}
.box-crew h3{
    font-family: 'Articulat-Thin';
    font-size: 17px;
    margin-top: 1rem;
} 
.box-crew{
    font-family: 'Articulat-Light';
    letter-spacing: 0.8px;
}
.box-crew p{
    font-size: 20px;
    margin-top:1rem;
}
.box-crew a{ 
margin-top: 2rem;
display: flex;
width: fit-content;
font-size: 25px;
}


@media screen and (max-width:768px) {
  .container-box-crew>div {
    margin-top: 2rem;
    width: 100%;
    height: auto;
  }
 
  .container-title-crew p {
    text-align: center;
  }
  .h3-subtitle{
    text-align: center;
    margin-bottom: 0.5rem;
  }
  .logo-copy-crew{
    width: 150px;
    margin: 0 auto;
  }
  .container-box-crew {
    margin-top: 3rem;
    align-items: start;
    flex-direction: column;
  }

  .container-title-crew {
    flex-direction: column;
  }
}

@media screen and (max-width:480px) {
  .container-title-crew br {
    display: none;
  }
}