/**
 * Heart health shortcode styles.
 */

.heart-health-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.heart-image {
    width: 300px;
    height: 300px;
    background: url('http://healthyheart.shalina.com/wp-content/uploads/2023/09/q-1.png') center/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: transform 0.7s ease;
}

.response-text {
    color: #FFF;
    font-size: 24px;
    text-align: center;
    z-index: 1;
}

.heart-animated {
    transform: scale(1.1);
}
