
@media (min-width: 768px) {
.select2-container .select2-selection--single {
        padding: 30px 0;
    border-radius: 25px;
    border: 1px solid #e0e0e0;
    font-size: 16px;
}

.select2-selection .select2-selection--single{
    display: flex;
    justify-content: center;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333333;
    padding-left: 15px;
}

.select2-container--default .select2-selection--single
{
    display: flex !important;
    align-items: center !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    margin-top: 10px;
}

.select2-container .select2-dropdown {
    border-radius: 8px;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
    background-color: #fff;
}
}
