.angie-custom-card-07f5174f {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    min-height: 350px;
}

.angie-custom-card-07f5174f .angie-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.angie-custom-card-07f5174f .angie-card-top-img {
    position: absolute;
    z-index: 2;
}

.angie-custom-card-07f5174f .angie-card-content {
    position: relative;
    z-index: 2;
    margin-top: auto;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.angie-custom-card-07f5174f .angie-card-title {
    margin-top: 0;
    margin-bottom: 15px;
}

.angie-custom-card-07f5174f .angie-card-desc {
    margin-bottom: 25px;
}

.angie-custom-card-07f5174f .angie-card-button {
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 10px 20px;
}

.angie-custom-card-07f5174f .angie-card-button:hover {
    opacity: 0.9;
}
