.explore-intro-block {
    text-align: center;
    padding: 48px 20px 32px;
    justify-items: center;
}

.explore-intro-container {
    width: 900px;
    margin: auto;

    @media (max-width: 900px) {
        width: 95%;
    }
}

.explore-intro-title {
    color: #b0001f;
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 16px;
    letter-spacing: 0.02em;
    font-family: 'Gelo', sans-serif;

    @media (max-width: 650px) {
        font-size: 4.5vw;
        line-height: inherit;
    }
}

.explore-intro-description {
    max-width: 680px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.7;
    font-family: 'OpenSans-Semibold', sans-serif;
    font-weight: 600;

    @media (max-width: 650px) {
        font-size: 2.2vw;
    }
}
