.facetwp-dropdown,
.facetwp-facet {
    margin-bottom: 0 !important;
}

.intro-search .facetwp-dropdown {
    background-color: #e6e6e6 !important;
    padding: 10px 10px 10px 40px !important;
    color: #000 !important;
    font-family: 'century-gothic-std', sans-serif !important;
    letter-spacing: 1px;
    line-height: 1.8 !important;
}

.intro-search {
    display: grid;
    row-gap: 15px;
}

@media (min-width: 768px) {
    .intro-search {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
        width: 900px;
        max-width: 100% !important;
        margin-inline: auto;
    }
}

.intro-search button.facetwp-reset {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: #111;
    color: #fff;
    border: none !important;
    cursor: pointer !important;
    padding: 13px;
}

.intro-search button.facetwp-reset:hover {
    opacity: .9;
}

a.team-column {
    text-decoration: none !important;
    text-align: center;
    background-color: #f8f8f8;
}

.team-column h3.card-title {
    padding: 5px 20px !important;
    color: #666 !important;
    font-size: 19ps !important;
}

/* Center Four Col - Center */
.center-three-columns,
.center-four-columns {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.center-three-columns .flex_column,
.center-four-columns .flex_column {
    margin: 0 !important;
    width: 100% !important;
}
@media (min-width: 768px) {
    .center-three-columns .flex_column,
    .center-four-columns .flex_column {
        width: calc(50% - 15px) !important;
    }
}
 
@media (min-width: 990px) {    
    .center-four-columns .flex_column {
        width: calc(33.33% - 20px) !important;
    }
}
@media (min-width: 1201px) {
    .center-four-columns .flex_column {
        width: calc(25% - 22.5px) !important;
    }
    
    .center-three-columns .flex_column {
        width: calc(33.33% - 20px) !important;
    }
}
/* Center Four Col - Center - END */