.light-explore .invest-now {
    background-image: linear-gradient(to right, #0074C9, #2099F1);
    border: 0px;
    border-radius: 8px;
    padding: 12px;
    height: 45px;
    width: 154px;
    display: block;
    text-align: center;
    color: #FFFFFF;
}

.light-explore {
    border: 2px solid #2099F1;
    border-radius: 16px;
    padding: 16px;
}

.light-explore-mf .item-list {
    text-align: -webkit-center;
}

.light-explore-mf .item-list ul li.active a {
    color: #0072BC !important;
}

.light-explore-mf .item-list ul li {
    display: inline-block;
    padding: 15px 15px 10px 15px;
    margin-right: 10px;
    list-style: none;
}

.light-explore-mf .item-list ul li.active {
    border-bottom: 4px solid #0072BC !important;
    padding: 15px 15px 10px 15px;
}

.light-explore-mf .item-list ul {
    width: 350px;
    border-bottom: 1px solid #eee;
    padding-bottom: 0px;
    padding-left: 0px;
}

.light-explore-mf .item-list ul li a {
    font: normal normal normal 16px / 19px Rubik;
    color: #666666;
}

@media only screen and (min-width: 768px) {
    .light-explore-mf .item-list ul {
        width: 350px;
    }
}

@media only screen and (max-width: 1024px) {
    .light-explore-mf .views-view-grid .views-row {
        display: flex;
        overflow-x: scroll;
        padding: 10px 0px 0 10px;
    }
}

@media only screen and (max-width: 400px) {
    .light-explore .title {
        min-height: 48px;
    }
}

@media only screen and (max-width: 1400px) {
    .light-explore .title {
        min-height: 54px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .light-explore-mf .views-row.clearfix.row-1 {
        width: 41.3%;
        overflow: unset;
    }
}

.light-explore-mf .item-list ul li a:hover, .light-explore-mf .item-list ul li a:focus{
    border-bottom-style: unset;
}