﻿@media (min-width: 1024px) {
    .experiences .container--wide {
        max-width: 1080px !important;
    }
}

@media (min-width: 1200px) {
    .experiences .container--wide {
        max-width: 90% !important;
    }
}

@media (min-width: 1300px) {
    .experiences .container--wide {
        max-width: 85% !important;
    }
}

@media (min-width: 1400px) {
    .experiences .container--wide {
        max-width: 80% !important;
    }
}

@media (min-width: 1700px) {
    .experiences .container--wide {
        max-width: 75% !important;
    }
}

@media (min-width: 2000px) {
    .experiences .container--wide {
        max-width: 70% !important;
    }
}
.experience .digex-secondary-cta {
    margin: 1rem 0 0;
}

.experiences {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
}

.experience {
    margin: 0 auto 2.5rem;
}

    .experience .digex-secondary-cta {
        width: 175px;
        margin: 1rem 0 0;
    }

@media (min-width: 768px) {
    .experiences-wrap {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 24px;
        grid-row-gap: 0px;
    }

    .experience {
        margin: 0;
    }
}

.experiences-title {
    text-align: center;
    text-transform: uppercase;
}

.experiences-wrap img {
    width: 100%;
    height: auto;
}

.experience-description h3 {
    margin: 12px 0 8px !important;
    font-family: "ivypresto-display",serif !important; font-weight: 100;  

}

.experience-description p {
    font-size: 13px !important;
    line-height: 1.175 !important;
}

