.find-a-class-filters select {
    max-width: 260px;
}

.find-a-class-filters select {
    cursor: pointer;
    color: #302b2b;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 50px;
    background-color: #f6eb13;
    appearance: none;
    background-image: url(/wp-content/uploads/2024/06/Clip-path-group-1.svg);
    font-family: 'Poppins';
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 88%;
    background-size: 16px;
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -.28px;
    text-align: center;
    text-align: -webkit-center;
    flex-direction: column;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}


.find-a-class-filter-container {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 60px 22px;
    width: 100%;
}

.find-a-class-filter-container h4 {
    padding-right: 16px;
    font-size: 31px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.62px;
    width: 36%;
}

.find-a-class-filters {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 64%;
}

.find-a-class-filters .show-all-button a {
    color: #000;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    padding: 0 10px;
    display: flex;
    border-radius: 40px;
    border: 4px solid #000;
    align-items: center;
    justify-content: center;
}


.find-a-class-filters select option {
    background-color: #ffffff;
    text-align: left;
    font-weight: 400;
}

@media screen and (max-width:1080px) {
    .find-a-class-filter-container {
        flex-direction: column;
        padding: 50px 30px;
    }

    .find-a-class-filter-container h4 {
        text-align: center;
        padding-bottom: 30px;
        width: 100%;
        padding-right: 0;
    }

    .find-a-class-filters {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .find-a-class-filters {
        width: 70%;
        flex-direction: column;
    }

    .find-a-class-filters select{
        padding: 10px 30px;
    }
}

@media screen and (max-width:580px) {
    .find-a-class-filters select {
        text-align: center;
        margin-bottom: 14px;
        width: 100%;
        font-size: 16px;
    }

    .find-a-class-filters h6 {
        max-width: fit-content;
        margin: auto;
    }

    .find-a-class-filters img {
        width: 20%;
        margin: auto;
        padding-bottom: 8px;
    }
}