.card{
    width: 20%;
    max-width: 300px;
}
.bottom-button{
    display: flex;
    flex-direction: row;
}
.button{
    font-size: 16px;
    margin-top:8px;
}
.button-width{
    width: 50%;
}
@media screen and (max-width: 600px) {
    .card{
        width: 100%;
        max-width: 100%;
    }
    .bottom-button{
        display: flex;
        flex-direction: column;
    }
    .button{
        font-size: 16px;
        
        
    }
    .button-width{
        width: 100%;
       
    }
}
@media screen and (min-width: 601px) and (max-width: 920px) {
    .card{
        width: 50%;
        max-width: 300px;
    }
    .bottom-button{
        display: flex;
        flex-direction: column;
    }
    .button{
        font-size: 16px;
        
    }
    .button-width{
        width: 100%;
    }
}
@media screen and (min-width: 921px) and (max-width: 1024px) {
    .card{
        width: 30%;
        max-width: 350px;
    }
    .bottom-button{
        display: flex;
        flex-direction: column;
    }
    .button{
        font-size: 16px;
        
    }
    .button-width{
        width: 100%;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1380px) {
    .card{
        width: 30%;
        max-width: 350px;
    }
    .bottom-button{
        display: flex;
        flex-direction: column;
    }
    .button{
        font-size: 16px;
        
        
    }
    .button-width{
        width: 100%;
    }
}