fieldset.scheduler-border, .advantage_container {
    padding: 0 10px 10px 10px;
    border-bottom: none;
}

fieldset.scheduler-border {
    border: solid 1px #F52B00 !important;
}

.advantage_container {
    border: solid 3px #F52B00 !important;
    border-radius: 5px;
    text-align: justify !important;
}

legend.scheduler-border {
    font-size: 20px;
    top: -1rem;
}

legend.scheduler-border, .advantage_container h2 {
    width: auto !important;
    border: none;
    position: relative;
    background: white !important;
    padding: 0 1em;
    margin: 0 1em;
    font-weight: bold;
}

.advantage_container h2 {
    top: -1.3rem;
    padding: 0 .3em !important;
}

.advantage_container img {
    max-height: 120px;
    margin-bottom: .5rem;
}

.form_container {
    padding: 0 !important;
    /*margin-left: 0 !important;*/
}

#list_files button {
    margin-right: 1em;
    background: none !important;
    border: none !important;
}

#list_files p {
    padding: 0 !important;
    margin: 0 !important;
}

.file {
    display: flex;
    align-items: center;
}

/*.swal2-content {*/
/*    border: 1px solid grey;*/
/*}*/

.swal2-content ul {
    text-align: left;
}

.swal2-content li {
    list-style: none !important;
}

.padding-5 {
    padding: 0 3em !important;
}

.margin-5 {
    margin: 0 3em !important;
}

@media screen and (max-width: 1024px) {
    .hire_container {
        flex-direction: column !important;
    }
    .col-lg-6 {
        width: 100% !important;
    }

    .hire_submit_btn {
        margin-bottom: 2em;
    }

    #contact_submit, .hire_submit_btn {
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 768px) {
    .header_snippet h1 {
        font-size: 25px !important;
    }
    .padding-5 {
        padding: 0 1em !important;
    }
    #contact_submit, .hire_submit_btn {
        margin-bottom: 2em;
    }
}

@media screen and (max-width: 500px) {
    .min_header h1 {
        width: 100% !important;
        font-size: 18px !important;
    }
    .menu {
        padding: 1em .5em !important;
    }
    .margin-5 {
        margin: 0.5em !important;
    }
    .hide_mobile {
        display: none;
    }
    .header_snippet {
        margin-left: 2em !important;
    }
    #contact_form .row {
        margin: 0 .5em !important;
    }
    .form_container h2 {
        padding: 0 .5em;
    }
    #contact_form, .advantage_container {
        width: 90vw !important;
        margin: auto;
    }
    .form-group {
        padding: 0 !important;
    }
    #contact_submit {
        width: 90vw !important;
        margin: auto !important;
        margin-bottom: 2em !important;
    }
    .cup_container img {
        margin: auto !important;
        margin-bottom: 2em !important;
    }
}