.card {
    margin:15px;
    padding: 15px;    
    box-shadow: 0 0 6px rgb(0 0 0 / .125);
    border: 1px solid rgb(0 0 0 / 5%);
    border-radius: 30px;
}
.card-header{
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0px;
    padding-bottom: 5px;
    border-bottom: 1px black solid;
    background-color: white;
}
.card-body{
    max-height: 380px;
    overflow-y: auto;
    overflow-x: hidden;
}

.height-200{
    max-height: 200px;
}

.card-whitout-padding-bottom{
    padding-bottom: 0px;
}

.card-whitout-padding-top{
    padding-top: 0px;
}

.card-submit{
    align-self: flex-end;
}

.card h4 {
    color: #82A5A3;
}