/*------------------------------------------*/
.card {
    border: 1px solid #ddd;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    border-radius: 2px;
    transition: 0.3s;
    text-align:justify;
    color:rgb(84, 84, 84);
}

.card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.card-body {
    padding: 16px;
    background-color: white;
    line-height: 24px;
}

.card-img-top {
    border-bottom: 1px solid #ddd;
}

/*----------------------*/
.text-center {
    text-align: center !important;
}
.mb-1 {
    margin-bottom:5px;
}
.mb-2 {
    margin-bottom:10px;
}
.mb-3 {
    margin-bottom:15px;
}
.mb-4 {
    margin-bottom:20px;
}
.mb-5 {
    margin-bottom:25px;
}
.mt-1 {
    margin-top:5px;
}
.mt-2 {
    margin-top:10px;
}
.mt-3 {
    margin-top:15px;
}
.mt-4 {
    margin-top:20px;
}
.mt-5 {
    margin-top:25px;
}