/*
 * Developer
 *
 * @author      Trong Le (trongithust@gmail.com)
 */

.advanced-contact-form-wrapper {
    max-width: 1280px;
    margin: auto;
    padding-left: 2rem;
    padding-right: 2rem;
}

.locations-row {
    text-align: center;
}

.locations-row .contact-locations {
    width: fit-content;
    min-width: 250px;
}

.locations-row .receiver-name {
	margin-top: 10px;
}

.form-control-row .col-12 {
    margin-bottom: 20px;
}

.contact-divider {
    height: 2px;
    border-top: 1px solid #7d7d7d;
}