.header-links a {
    color: #24272E;
}

.markets-desc {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 140px 65px 0 0;
}

.markets-desc .desc-wrap {
    width: 100%;
    max-width: 400px;
    margin-right: 25px;
}

.markets-desc div div {
    color: #123156;
    font-size: 10vw; line-height: 1;
    font-weight: 800;
    margin: 16px 0;
}

.markets-desc img {
    display: none;
    width: auto; height: auto;
    max-width: 450px;
    max-height: 380px;
    margin: auto;
}

.markets-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 25px auto 80px auto;
}

.market-tile {
    width: 100%;
    max-width: 350px;
    margin: 16px auto;
}

.market-tile img {
    width: 100%;
    height: auto;
}

.market-tile div:first-of-type {
    color: #24272E;
    font-size: 20px; line-height: 24px;
    font-weight: 700;
    margin: 16px 0 8px 0;
}

.market-tile div:nth-of-type(2) {
    color: #424753;
    font-size: 16px; line-height: 24px;
}

@media (min-width: 425px) {
    .markets-desc div div {
        font-size: 48px;
    }
}

@media (min-width: 577px) {
    .markets-desc img {
        display: block;
    }

    .markets-wrap {
        margin-top: 0;
    }

    .market-tile {
        max-width: calc(33.333% - 15px);
        margin-top: 80px;
        margin-right: 15px;
    }
}