.h-3 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    /* identical to box height */

    /* Text Accent */

    color: #234b88;
    margin-bottom: 0;
}

.h-3-sub {
    /* Desktop/Regular */

    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height */

    /* Text Primary */

    color: #3d3d3d;
}

.form-control.searchinput {
    border: 2px solid #e5e5e5;
    box-sizing: border-box;
    border-radius: 10px;
    height: 44px;
    padding-left: 15px;
}

.buttonLoad {
    margin: 30px 0;
    color: #ffffff;
    background: #234b88;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    padding: 20px 30px;
    line-height: 24px;
}

.buttonLoad:hover {
    margin: 30px 0;
    color: #234b88;
    background: #ffffff;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    padding: 20px 30px;
    line-height: 24px;
    border: solid 1px #234b88;
}

#containerCard {
    padding: 0;
}

.loadmore {
    visibility: hidden;
}

.loadmore .visible {
    visibility: visible;
}

.visible {
    visibility: visible;
}

.row .invisible {
    visibility: hidden;
}

@media (min-width: 901px) {
    .form-control.searchinput {
        max-width: 347px;
    }
}

.containerDrop {
    margin-bottom: 20px;
}

@media (max-width: 900px) {
    #containerEventInner {
        padding: 0 30px !important;
    }

    .cardOuter {
        margin: 0;
    }
}
