
.three-columns-item {
    height: 344px;
}

.three-columns-item-container {
    height: 344px;
    vertical-align: middle;
    display: table-cell;
}

.three-columns-caption {
    font-family: 'Apercu', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1.12px;
    color: #232019;
    text-transform: uppercase;
    line-height: 1;
    opacity: 0.75;
}
.three-columns-bold {
    font-family: 'Denton', sans-serif;
    font-size: 96px;
    font-weight: 100;
    font-style: normal;
    color: #232019;
    line-height: 1;
}
.three-columns-light {
    font-family: 'Apercu', sans-serif;
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    color: #232019;
    line-height: 1;
    letter-spacing: 0.96px;
}

@media screen and (max-width: 1080px) {
    .three-columns-item, 
    .three-columns-item-container {
        width: 100%;
        height: calc(344px * 0.75);
    }
}

@media screen and (max-width: 768px) {
    .three-columns-item,
    .three-columns-item-container {
        height: calc(344px * 0.50);
    }
    
    .three-columns-bold {
        font-size: 72px;
    }
    .three-columns-light {
        font-size: 16px;
        letter-spacing: 0.64px;
    }
    .three-columns-caption {
        font-size: 12px;
    }
}
