.sav-card {
    border: 2px solid #00A7D8;
    border-radius: 28px;
    padding: 24px;
    width: 284px !important;
    height: 544PX !important;
    margin: 20px auto;
    background: #fff;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.sav-card-image {
    width: 233px;
    height: 295px;
    border-radius: 20px;
}

.sav-card-title {
    font-size: 26px;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 8px;
    color: #00A7D8;
}

.sav-card-text {
    font-size: 17px;
    line-height: 1.45;
    margin: 0;
    color: #555;
}
