.main-h1{
    font-size: 34px;
    margin-top: 23px;
}
.explore-menu {
    width: auto !important;
}
.cd-section-overlay h2.tagline {
        color: #B4A365;
        font-weight: 600;
        font-family: MrsEavesXLSerifOT-Italic,serif;
        text-transform: none;
        font-size: 32px;
        font-size: 2rem;
        margin: -20px 0 0;
}
@media (max-width: 768px) and (min-width: 321px){
    .cd-section-overlay h2.tagline {
            font-size: 26px;
            font-size: 1.625rem;
    }
}
