.card-started .profile {
    padding: 375px 50px 50px 50px;
}
.card-started .profile .slide {
    height: 350px;
    background: url(https://tarjetadepresentacion.digital/assets/images/fotos/2021-01-2650420334.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

@media (max-width: 560px){
  .card-started .profile .slide {
    height: 280px;
    }  
    .card-started .profile {
        padding: 280px 20px 25px 20px;
    }
}
