.short-description-card-item{
    min-height: 550px;
    max-height: 550px;
    width: 350px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
    background-color: #292929;
    margin-left: 20px;
    margin-bottom: 20px;
}

.short-description-card-item-library {
    min-height: 460px;
    max-height: 460px;
    width: 350px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
    background-color: #292929;
    margin-left: 20px;
    margin-bottom: 20px;
}

.btn.short-description-card-btn {
    background-color: #959C6D;
    width: 100%;
    height: 40px;
    color: white;
    border-radius: 5px;
    border: none;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Montserrat-Regular', sans-serif !important;
}

.btn.short-description-card-btn:hover {
    background-color: #959C6D;
    scale: 1.05;
    color: white;
}

.short-description-card-text {
    font-weight: 400;
    font-size: 18px;
    width: 100%;
    min-height: 155px;
    max-height: 155px;
    overflow: hidden;
    color: #FFFFFF;
    margin-bottom:5px;
}

.short-description-card-author {
    font-weight: 400;
    font-size: 18px;
    width: 100%;
    min-height: 60px;
    max-height: 60px;
    overflow: hidden;
    color: #FFFFFF;
    margin-bottom:5px;
}

.short-description-card-title {
    width: 100%;
    min-height: 65px;
    max-height: 65px;
    font-size: 22px;
    font-weight: 700;
    overflow: hidden;
    color:#FFFFFF;
    margin-bottom:5px;
}

.short-description-card-image{
    width: 100%;
    min-height: 240px;
    max-height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.short-description-card-image img {
    /*width: 100%;*/
    max-width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 10px;
}