.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: #50752a;
    font-size: 50px;
    font-weight: 1000;
    margin: 0 0 16px;
    letter-spacing: -1px;
    font-family: 'Gilroy W05 Heavy', serif;

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

.explore-intro-description {
    color: #8e8888;
    max-width: 680px;
    margin: 0 auto;
    font-size: 28px;
    font-family: 'Gilroy W05 Medium', serif;
    font-weight: 600;
    letter-spacing: -1px;

    @media (max-width: 767px) {
        font-size: 5vw;
        width: 80%;
        line-height: normal;
    }
}
