.latest-update-card.card {
    display: flex;
    background-color: #FFFFFF;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    text-align: start;
    justify-content: start;
    border-radius: 20px;
    border: 1px solid #DBDBDB;
    width: 341px !important;
    height: 180px;
}

.latest-update-card:hover {
    border: 1px solid #007396;
}

.card {
    --bs-card-spacer-y: 16px;
    --bs-card-spacer-x: 16px;
    --bs-card-title-spacer-y: 8px;
    --bs-card-border-width: 1px;
    --bs-card-border-color: rgba(0,0,0,0,0.175);
    --bs-card-border-radius: 6px;
    --bs-card-inner-border-radius: 5px;
    --bs-card-cap-padding-y: 8px;
    --bs-card-cap-padding-x: 16px;
    --bs-card-cap-bg: rgba(33, 37, 41, 0.03);
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 16px;
    --bs-card-group-margin: 12px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;

}

.latest-update-card .card-content-update {
    padding: 24px;
    color: #34495E;
}

.update-card-title {
    font-weight: 300;
    color: #34495E;
    line-height: 1.2;
    font-family: RAK;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0;
}
.update-card-title {
    margin-bottom: 8px;
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, 1) !important;
}
.d-none {
    display: none !important;
}

.latest-update-card .more-button-update {
    font-size: 11.57px;
    font-weight: 700;
    line-height: 1.5;
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: #007396;
    color: white;
    display: flex;
    justify-content: center;
    justify-items: center;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    width: 109px;
    height: 28px;
    align-items: center;
}