.pc-77034c40-wrapper {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.6s ease;
    display: flex;
    flex-direction: column;
    transform: translateY(30px);
    opacity: 0;
}

.pc-77034c40-wrapper.is-visible {
    transform: translateY(0);
    opacity: 1;
}

.pc-77034c40-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.pc-77034c40-image {
    width: 100%;
    padding-top: 50%; /* Reduced from 70% to make the image smaller/medium */
    background-size: cover;
    background-position: center;
    transition: transform 0.6s ease;
}

.pc-77034c40-wrapper:hover .pc-77034c40-image {
    transform: scale(1.05);
}

.pc-77034c40-content {
    padding: 24px;
    background: #fff;
    position: relative;
    z-index: 1;
}

.pc-77034c40-title {
    margin: 0 0 10px;
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
}

.pc-77034c40-desc {
    margin: 0;
    font-size: 1rem;
    color: #666;
    line-height: 1.5;
}
