.landing+.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    height: 38px !important;
}

#services {
    padding: 0px 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 3px;
}

.sweet-alert button {
    box-shadow: none !important;
    padding: 8px 25px !important;
    border: none !important;
    border-radius: 20px !important;
    background: linear-gradient(to right, #1723b1, #58f0ff) !important;
    transition: transform 1.2s !important;
}