
/* breakpoint */

.explore-block-section-content {
    background-color: white;
    display: flex;
    border-bottom: solid 1px #dcdcdc;
    align-items: center;
}
.explore-block-top-holder {
    margin-top: 20px;
    margin-bottom: 20px;
}

.explore-block-section-content:hover {
    background-color: #fcfcfc;
    display: flex;
    border-bottom: solid 1px #dcdcdc;


}
.explore-block-section-content:hover #explore-section-right {
    color:#ff712c;
}


.explore-section-link:hover {
    text-decoration: none;
}
.explore-section-link:active {
    text-decoration: none;
}
.explore-block-container {
    border-top: solid 4px #50bc81;
}

.explore-section {
    flex: 1;
    padding: 40px 16px 40px 16px;
}
.explore-block-header {
    font-size: 14px;
    font-weight: 300;
    color: #555555;
}
.explore-block-description {
    font-size: 16px;
    font-weight: 500;
    color: #555555;
    padding-top: 4px;
    padding-bottom: 4px;
}

.icon-explore-left {
    color: #555555;
    margin: auto;
    text-align: center;
    line-height: 60px;
    font-size: 35px;
    padding-top: 5px;
}

#explore-section-center {
    flex-grow: 10;
}
.icon-explore-right {
    display: inline;
    float:right;
    padding-top: 4px;
}
#explore-section-right {
    margin: auto;
}
.icon-left-holder {
    width: 60px;
    height: 60px;
    background-color: #ffd3b9;
    border-radius: 100%;
}
.icon-center-holder {
    width: 60px;
    height: 60px;
    background-color: rgba(80, 203, 129, 0.3);
    border-radius: 100%;
}
.icon-bottom-holder {
    width: 60px;
    height: 60px;
    background-color: #d7e4f7;
    border-radius: 100%;
}
.explore-block-header-top {
    font-size: 24px;
    font-weight: bold;
    color: #555555;
    padding: 16px 0 16px 0;
}

@media (max-width: 767px){
    .explore-block-header {
        padding-bottom: 4px;
    }
    .explore-section {
        flex: 1;
        padding: 40px 8px 40px 8px;
    }

    .icon-explore-left {
        color: #555555;
        margin: auto;
        text-align: center;
        line-height: 42px;
        font-size: 20px;
        padding-top: 5px;
        padding-left: 1px;
    }
    .icon-left-holder {
        width: 44px;
        margin-top:16px;
        height: 44px;
        background-color: #ffd3b9;
        border-radius: 100%;
    }
    .icon-center-holder {
        width: 44px;
        height: 44px;
        margin-top:16px;
        background-color: rgba(80, 203, 129, 0.3);
        border-radius: 100%;
    }
    .icon-bottom-holder {
        width: 44px;
        height: 44px;
        margin-top:16px;
        background-color: #d7e4f7;
        border-radius: 100%;
    }
    .explore-block-description {
        font-size: 14px;
        font-weight: 500;
        color: #555555;
        padding-top: 0;
    }
}