.explore-more-page {
    background-color: #1b4673;
    padding: 15px;
}

.explore-more-box {
    display: block;
    min-height: 280px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    position: relative;
    overflow: hidden;
}

.explore-more-box-bg {
    width: 60%;
    height: 100%;
    min-height: 280px;
    top: 0;
    left: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-position: top;
    min-height: 280px;
    background-size: cover;
}

.explore-more-box-overlay {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.explore-more-box-info {
    color: white !important;
    padding-left: 50%;
    position: relative;
    z-index: 1;
}

.explore-more-box-info h2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    color: white !important;
    text-decoration: none !important;
    text-shadow: 2px 2px black;
    max-height: 56px;
    line-height: 1.2em;
    overflow: hidden;
}

.explore-more-content {
    padding: 20px;
    padding-bottom: 5px;
    border-radius: 10px;
    margin-bottom: 15px;
    background-color: #fdfefd;
    background: linear-gradient(to bottom, rgba(253, 254, 253, 1) 0%, rgba(248, 247, 248, 1) 79%, rgba(242, 242, 241, 1) 94%, rgba(239, 239, 240, 1) 100%);
    box-shadow: 4px 4px 20px #e2e2e2 inset;
    border-color: #e3e3e2;
    border-width: 2px;
    border-style: solid;
}

@media screen and (max-width: 600px) {
    .explore-more-box {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .explore-more-box-bg {
        width: 100%;
        height: 280px;
        position: relative;
    }

    .explore-more-box-overlay {
        height: 280px;
        background-size: 204% 100%;
        top: 0px;
    }

    .explore-more-box-info {
        padding-left: 0px;
        margin-bottom: 15px;
    }
}