.image-text-mosaic-block .bg-item {
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.image-text-mosaic-block .image-content-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.image-text-mosaic-block .image-content {
    padding: 0;
}

.image-text-mosaic-block .text-content {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding: 0;
}

.image-text-mosaic-block .text-box {
    padding: 0 6rem 0 0;
}

.image-text-mosaic-block .image-content-item:nth-child(even) .text-box {
    padding: 0 0 0 6rem;
}

.image-text-mosaic-block .text-box .image-wrapper {
    margin-bottom: 1.5rem;
}

.image-text-mosaic-block .text-box .image {
    width: 55px;
    margin-bottom: 1rem;
}

.image-text-mosaic-block .small-title {
    color: #ebf7fa;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    display: block;
    margin-bottom: .25rem;
    font-size: .9rem;
}

.image-text-mosaic-block .text-box h2 {
    font-size: 2rem;
}

.image-text-mosaic-block .subtext {
    font-size: 1.1rem;
}

.image-text-mosaic-block .subtext p a:hover {
    text-decoration: underline;
}

.image-text-mosaic-block .subtext a:hover {
    text-decoration: underline;
}

.image-text-mosaic-block .image-content-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 5rem;
}

.image-text-mosaic-block .button-holder {
    margin-top: 30px;
}

.image-text-mosaic-block video {
    max-width: 100%;
}

@media screen and (max-width:1199px) {

    .image-text-mosaic-block .text-box {
        padding: 0 4rem 0 0;
    }

    .image-text-mosaic-block .image-content-item:nth-child(even) .text-box {
        padding: 0 0 0 4rem;
    }

    .image-text-mosaic-block .text-box h2 {
        font-size: 1.5rem;
    }

    .image-text-mosaic-block .bg-item {
        height: 450px;
    }

    .image-text-mosaic-block .subtext {
        font-size: 1.05rem;
    }

    .image-text-mosaic-block .image-content-item:last-child {
        margin-bottom: 3rem;
    }

}


@media screen and (max-width:991px) {

    .image-text-mosaic-block .image-content-item {
        margin-bottom: 2rem;
    }

    .image-text-mosaic-block .text-box {
        padding: 3rem 0;
    }

    .image-text-mosaic-block .image-content-item:nth-child(even) .text-box {
        padding: 3rem 0;
    }

    .image-text-mosaic-block .bg-item {
        height: 350px;
    }

}


@media screen and (max-width:768px) {

    .image-text-mosaic-block .image-content-item {
        margin-bottom: 0;
    }

}

@media screen and (max-width:425px) {

    .image-text-mosaic-block .bg-item {
        height: 250px;
    }

    .image-text-mosaic-block .text-box .image-wrapper {
        margin-bottom: 1rem;
    }
}

@media screen and (max-width:320px) {

    .image-text-mosaic-block .bg-item {
        height: 200px;
    }
}