.text-media-combo {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.text-media-combo .text-media-wrap{
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 2;
    padding: 20px 0 10px 0;
}

.text-media-combo .text-media-wrap.has-white-overlay {
    background-color: rgba(255, 255, 255, 0.75);
}

.text-media-combo .text-media-wrap.has-black-overlay {
    background-color: rgba(77, 77, 79, 0.75);
}

.text-media-combo .text-media-wrap.has-black-overlay h2, .text-media-combo .text-media-wrap.has-black-overlay h3, .text-media-combo .text-media-wrap.has-black-overlay p, .text-media-combo .text-media-wrap.has-black-overlay li{
    color: var(--white);
}

.text-media-combo .block-wrap{
    z-index: 2;
    position: relative;
}

.text-media-combo .block-wrap .combo-cards{
    padding: 30px 0;
}

.text-media-combo .block-wrap .combo-buttons {
    padding: 30px 0;
}

.text-media-combo .mask {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.85);
}

.text-media-wrap .col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (min-width: 782px) {
    .text-media-combo .text-media-wrap{
        padding: 40px 0 20px 0;
    }

    .text-media-combo .block-wrap .combo-cards {
        padding: 60px 0;
    }
}

@media screen and (min-width: 1400px) {
    .text-media-combo .text-media-wrap {
        padding: 90px 0 30px 0;
    }

    .text-media-combo .block-wrap .combo-cards {
        padding: 90px 0;
    }

    .text-media-combo .block-wrap .combo-buttons {
        padding: 450px 0 120px 0;
    }
}