/* Retail Hub -------------------------------------------------------------- */
.retail-hub-page {
    background: #fff;
    color: #000;
}

.retail-hub {
    margin: 0;
    padding: 0;
}

.retail-hub__container {
    width: min(100% - 48px, 1040px);
    margin: 0 auto;
    padding: 82px 0 132px;
}

.retail-hub__intro {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.retail-hub__title,
.retail-hub__section-title {
    margin: 0;
    color: #000;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.retail-hub__title {
    font-size: 26px;
    line-height: 1.2;
}

.retail-hub__intro-text {
    max-width: 760px;
    margin: 34px auto 0;
    font-family: "Vision Regular", "visionregular", sans-serif;
    font-size: 14px;
    line-height: 1.55;
}

.retail-hub__intro-text > *:last-child,
.retail-hub__description > *:last-child {
    margin-bottom: 0;
}

.retail-hub__exhibitors {
    margin-top: 96px;
}

.retail-hub__section-title {
    text-align: center;
    font-size: 25px;
    line-height: 1.25;
}

.retail-hub__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 112px;
    row-gap: 96px;
    margin-top: 72px;
}

.retail-hub__card {
    min-width: 0;
}

.retail-hub__logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 92px;
}

.retail-hub__logo {
    display: block;
    width: auto;
    max-width: min(100%, 300px);
    height: auto;
    max-height: 92px;
    margin: 0 auto;
    object-fit: contain;
}

.retail-hub__description {
    margin-top: 30px;
    color: #000;
    font-family: "Vision Regular", "visionregular", sans-serif;
    font-size: 14px;
    line-height: 1.55;
    text-align: left;
}

.retail-hub__description p {
    margin-top: 0;
    margin-bottom: 1em;
}

@media (max-width: 991.98px) {
    .retail-hub__container {
        width: min(100% - 40px, 900px);
        padding-top: 72px;
        padding-bottom: 112px;
    }

    .retail-hub__grid {
        column-gap: 72px;
        row-gap: 82px;
    }
}

@media (max-width: 767.98px) {
    .retail-hub__container {
        width: min(100% - 36px, 560px);
        padding-top: 56px;
        padding-bottom: 80px;
    }

    .retail-hub__title {
        font-size: 24px;
    }

    .retail-hub__intro-text {
        margin-top: 26px;
        font-size: 15px;
        line-height: 1.55;
    }

    .retail-hub__exhibitors {
        margin-top: 68px;
    }

    .retail-hub__section-title {
        font-size: 22px;
    }

    .retail-hub__grid {
        grid-template-columns: 1fr;
        row-gap: 64px;
        margin-top: 54px;
    }

    .retail-hub__logo-wrap {
        height: 82px;
    }

    .retail-hub__logo {
        max-width: min(100%, 280px);
        max-height: 82px;
    }

    .retail-hub__description {
        margin-top: 24px;
        font-size: 15px;
        line-height: 1.55;
    }
}

@media (max-width: 399.98px) {
    .retail-hub__container {
        width: calc(100% - 30px);
    }

    .retail-hub__logo {
        max-width: min(100%, 250px);
    }
}
