.section-3d {
    padding: 4rem 0;
    background-color: #EEEBEE;
    color: #676767;
    font-family: Roboto, "Open Sans", Arial, sans-serif;
}

.section-3d .feature {
    width: 210px;
    height: 88px;
    border: 1px solid #676767;
    text-align: center;
}

.section-3d .direction span {
    margin: 0 0.4em 0 0.6em;
    font-size: 1.5em;
}

.section-3d .direction img {
    width: 35px;
    height: 25px;
}

@media (max-width: 991.98px) {
    .section-3d {
        padding: 2rem 0;
    }

    .section-3d .feature {
        width: 135px;
        height: 56px;
        font-size: 0.85em;
    }

    .section-3d .direction {
        margin-top: 1em;
    }

    .section-3d .direction span {
        margin: 0 0.4em 0 0.6em;
        font-size: 1em;
    }

    .section-3d .direction img {
        width: 21px;
        height: 15px;
    }
}

@media (min-width: 1500px) {
    .section-3d > .container {
        max-width: 1000px;
    }
}