.custom-section--three .three-column-card {
    padding: 38px 32px;
    min-height: 470px;
}

.custom-section--three .three-column-card:nth-child(2) {
    background: #e9e8e1;
}

.custom-section--three .three-column-card:nth-child(3) {
    background: var(--ink);
    color: #fff;
}

.custom-section--three .three-column-card:nth-child(3) p {
    color: #d4d8d0;
}

.custom-section--three .three-column-card img {
    width: calc(100% + 64px);
    height: 235px;
    margin: -38px -32px 28px;
    object-fit: cover;
}

.custom-section--three .three-column-card h2 {
    font-size: 34px;
}

@media (max-width: 800px) {
    .custom-section--three .three-column-card {
        min-height: 280px;
    }

    .custom-section--three .three-column-card img {
        height: 58vw;
    }
}
