/* ZOOM PHOTO STUDIO - HOME-EXPECT.CSS vFONT-1.0 */

.home_expect {
    padding: 32px 0 54px;
    background: var(--zoom-ivory);
}

.home_expect_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.home_expect_copy, .home_expect_includes {
    padding: clamp(32px, 4vw, 60px);
    background: rgba(255, 255, 255, .38);
}

.home_expect_copy h2 {
    margin: 10px 0 18px;
    font-family: var(--zoom-serif);
    font-size: 2.5312rem;
    font-weight: 400;
}

.home_expect_copy p:not(.eyebrow) {
    margin-bottom: 12px;
    font-size: 0.6875rem;
}

.home_expect_image {
    min-height: 365px;
    background: var(--zoom-cream);
    overflow: hidden;
}

.home_expect_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_expect_includes ul {
    margin-top: 18px;
    list-style: none;
}

.home_expect_includes li {
    position: relative;
    padding: 9px 0 9px 25px;
    border-bottom: 1px solid rgba(221, 212, 202, .75);
    font-size: var(--zoom-body-size);
}

.home_expect_includes li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--zoom-bronze);
}

.home_expect_note {
    margin-top: 20px;
    font-size: var(--zoom-body-size);
}

@media (max-width:800px) {

    .home_expect_grid {
        grid-template-columns: 1fr;
}

    .home_expect_image {
        min-height: 70vw;
}

    .home_expect_copy, .home_expect_includes {
        padding: 38px 28px;
}

}
