.angie-card-3f598ba3 {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.angie-card-img-3f598ba3 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

.angie-card-content-3f598ba3 {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-grow: 1;
}

.angie-card-title-3f598ba3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.angie-card-desc-3f598ba3 {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

.angie-card-btn-3f598ba3 {
    display: inline-block;
    align-self: flex-start;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: opacity 0.2s ease, background-color 0.2s ease;
    margin-top: auto;
}

.angie-card-btn-3f598ba3:hover {
    opacity: 0.9;
}
