﻿

/*explore container*/
.explore-container {
    background-color: #7cbb0e;
}

    .explore-container .explore-content {
        color: white;
        font-size: 40px;
        font-weight: 200;
        line-height: 1em;
    }

    .explore-container a {
        padding: 6px;
        border: none;
        outline: none;
        text-decoration: none;
        color: black;
    }

@media only screen and (max-width: 767px) {
    .explore-container .explore-content {
        font-size: 28px;
        font-weight: 200;
        line-height: 1em;
    }
}
/*end*/


