﻿@media only screen and (min-width: 1px) {
    .desktop--products-hover img {
        margin: 0 1px;
    }

    .desktop--products-hover {
        display: none;
    }

    .voyant-section-container {
        margin-bottom: 0px;
        padding: 30px;
    }
}

@media only screen and (min-width: 992px) {
    .desktop--products-hover img {
        margin: 0 10px;
    }

    .desktop--products-hover {
        display: block;
    }

    .voyant-section-container {
        margin-bottom: 80px;
        padding: 0px;
    }

    .text-padding {
        padding: 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .voyant-section-container {
        margin-bottom: 80px;
        padding: 0px;
    }

    .text-padding {
        padding: 69px;
        font-size: 15px;
    }
}
