main:has(.developer-list, .consultant-list) {
    min-height: 100vh;
    display: flex;
    justify-content: center;
}

.appendList a.btn {
    background: #2175D9;
    text-align: center;
    padding: 8px 24px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 400;
}

.supplier-list .supplier-list-results .container .resuls-filtering {
    width: 100% !important;
}

.bold-text {
    font-size: 18px;
    line-height: 18px;
    color: #5d5d5d;
    font-weight: 400;
}

.loading-gif img {
    width: 80px;
}

.loading-gif {
    text-align: center;
}

.create-new {
    color: #002452;
    text-align: right;
    background: #ffb511;
    display: inline;
    padding: 5px 20px;
    border-radius: 30px;
    float: right;
}

.normal-text {
    color: #5d5d5d !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 19.2px !important;
}

.supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .prize-company .prize {
    font-size: 16px !important;
    line-height: 19px !important;
}

.prize-company .btn {
    background: #2175d9;
    padding: 7px 20px;
    border-radius: 30px;
    float: right;
}

.projects-company label {
    text-transform: lowercase !important;
}

.company-result-field:hover .brand-info-block .prize {
    color: #feb512 !important;
}

.company-result-field:hover .prize-company .btn {
    background: #feb512;
    color: #002352;
}

.hidden {
    visibility: hidden !important;
}

.rate-btn-mobile {
    display: none;
}

.company-result-field.listing .label {
    color: #002452 !important;
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: 400 !important;
}

.info-block .label {
    margin: 15px 0;
}

.prize-company.mobile-labels {
    padding-bottom: 15px;
}

.prize-company.mobile-labels .label {
    width: 100px;
    text-align: left;
    margin-right: 10px;
}

.company-result-field.listing .label {
    display: none !important;
}

.tenth-row .last {
    justify-content: center;
}

.company-result-field.listing.no-border-bottom {
    border-bottom: none !important;
}

.add-developer {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
    gap: 10px;
}

.add-developer .view-deleted {
    color: #002452;
    background: #e6e6e6;
    text-align: right;
    display: inline;
    padding: 5px 20px;
    border-radius: 30px;
    float: right;
}

.mobile-block .prize-company, .mobile-block .projects-company {
    flex-basis: 19.5%;
}

.per-month {
    color: #5d5d5d;
    font-weight: 300;
}

#developer_relation:focus {
    outline: 2px solid #a0aec0 !important;
    outline-offset: unset !important;
}

.prize-company.contact {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.prize-company.contact button {
    /*width: 80px;*/
    cursor: pointer !important;
}

.delete-button {
    padding: 5px 20px;
    border-radius: 30px;
    float: right;
    margin-bottom: 10px;
    display: none;
    color: #f00;
    font-weight: 600;
    margin-top: 5px;
}

.developer-list .company-result-field.listing {
    cursor: auto;
}

.developer-list .company-result-field.listing:hover .delete-button {
    display: block;
    opacity: .7;
}

.delete-button:hover {
    opacity: 1 !important;
}

.lnr-trash:before {
    content: '\e811';
    font-size: 11px;
    margin-right: 2px;
}

.city.normal-text, .label.center, .prize.normal-text {
    text-align: center;
}

.circle {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 100px;
    width: 100px;
    border: 6px solid rgba(33, 117, 217, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0;
}

.quantity {
    color: #5d5d5d;
}

.prize-company.rate {
    display: flex;
    justify-content: center;
}

.no-developers {
    color: #032452;
    font-size: 20px;
    text-align: center;
}

main:has(.no-developers) {
    min-height: auto;
}

.supplier-list-results.developer-list:has(.no-developers) {
    padding: 100px 0;
}

.consultant-list .browse-category-section p {
    font-size: 24px;
    font-weight: 300;
    color: #002452;
    text-align: center;
}

.browse-category-section {
    padding: 20px 0 80px;
}

.free-paid-consultancy {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 80px;
}

.free-paid-consultancy .button {
    margin-top: 0;
    padding: 20px 24px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 14px;
    color: #002452;
    background: #E6E6E6;
}

.free-paid-consultancy .button:hover, .free-paid-consultancy .button.current {
    background: #ffb512;
}

.consultants-container > .flex {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.single-consultant {
    display: flex;
    flex-wrap: wrap;
    border: solid 1px #E2E2E2;
    border-radius: 16px;
    padding: 15px;
    flex-direction: column;
    flex: 0 0 320px;
}

.single-consultant img {
    width: 90px;
}

.single-consultant p {
    font-size: 16px;
    color: #5d5d5d;
    line-height: 19.2px;
    font-weight: 300;
}

.single-consultant .button {
    margin-top: 0;
}

.picture-title {
    display: flex;
    gap: 10px;
    align-items: center;
    /*margin-top: -27px;*/
}

.single-consultant .short-bio {
    margin: 12px 0;
}

.book-button {
    display: flex;
    align-items: center;
    width: -webkit-fill-available;
    justify-content: flex-end;
}

.book-button:has(.consultant-rate) {
    justify-content: space-between;
}

.single-consultant .consultant-name {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}

.single-consultant .read-more {
    font-weight: 600;
    margin-left: 5px;
    cursor: pointer;
}

.consultant-rate {
    font-size: 18px;
    line-height: 21.6px;
    font-weight: 400;
    color: #5d5d5d;
}

.single-consultant:hover {
    border-color: #feb512;
}

.single-consultant .button:hover {
    background: #feb512;
    color: #002352;
}

/* Style for the popup and overlay */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 99999;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 80vh;
    overflow: auto;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 17px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.popup-content .single-consultant {
    border: none;
    max-width: 390px;
    width: 80vw;
}

.single-consultant .edit-delete {
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    z-index: 99;
    max-height: 16px;
}

.single-consultant p, .single-consultant div {
    flex: 1;
}

.single-consultant:hover .edit-delete {
    visibility: visible;
}

.lnr-star:before {
    content: "\E802";
}

.lnr-star {
    color: #032452;
}

.lnr-trash {
    color: red;
}

.lnr-trash:before {
    font-size: 15px;
}

.bg-gray-200.border.border-grey {
    border-width: 1px;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
    color: #4a4a4a;
}

.page-heading {
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
    color: #002452;
    font-weight: 400;
}

.edit-delete a {
    color: #002352;
    font-weight: 500;
}

.alert.alert-success {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.page-heading-small {
    font-size: 20px;
    text-align: center;
    margin-bottom: 50px;
    color: #002452;
    font-weight: 400;
    display: flex;
    justify-content: center;
}

.page-heading-small a {
    color: #2175d9;
}

#consultantsList .single-consultant .short-bio {
    min-height: 116px;
}

main:has(.empty-list) {
    min-height: auto;
}

#consultantsList .tenth-row .last {
    margin: auto;
}

.stage.height-screen-half {
    margin-top: 80px;
}
.height-screen-half {
    height: 420px !important;
}
.height-screen-half.collaborations {
    background: #FFB512;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.height-screen-half.collaborations .wide-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.height-screen-half.collaborations .wide-content h2, .height-screen-half.collaborations .wide-content p {
    color: #172a3a;
    text-align: left;
}
.height-screen-half.collaborations .wide-content a {
    width: fit-content;
}
.height-screen-half.collaborations .text {
    position: relative;
    top: unset;
    left: unset;
    width: unset;
    transform: unset;
    text-align: left;
    max-width: 636px;
}
.height-screen-half.collaborations .wide-content a {
    margin-top: unset;
}
.white-bg-section .section-header p {
    font-weight: 300;
    color: #002452;
    text-align: center;
    font-size: 36px;
    line-height: 43.2px;
}
.white-bg-section .section-header {
    max-width: 657px;
}
.white-bg-section .wide-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.white-bg-section .contain {
    display: flex;
    gap: 50px;
}
.white-bg-section .contain .col {
    flex: 1;
    max-width: 330px;
}
.white-bg-section h4 {
    color: #002452;
    font-weight: 400;
    font-size: 24px;
    line-height: 33.6px;
}
.white-bg-section p {
    color: #5d5d5d;
    font-weight: 300;
    font-size: 16px;
    line-height: 19.2px;
}
.white-bg-section .big-p {
    font-size: 24px;
    line-height: 33.6px;
    max-width: 634px;
    text-align: center;
}
section.height-screen.pag.white-bg-section {
    height: 760px;
    display: flex;
    align-items: center;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-16 {
    margin-bottom: 16px;
}
.mb-24 {
    margin-bottom: 24px;
}
.blue-bg-section {
    background: #2175D9;
    display: flex;
    align-items: center;
}
.white-bg-section.second .text {
    text-align: center;
}
.white-bg-section.second .text img, .white-bg-section.second .text h4 {
    margin-inline: auto;
    display: block;
}
.white-bg-section.second .text p {
    text-align: left;
}
.blue-bg-section .wide-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blue-bg-section .heading-text-column {
    max-width: 634px;
}
.blue-bg-section .heading-text-column h4 {
    font-size: 36px;
    line-height: 43.2px;
    font-weight: 400;
}
.blue-bg-section .heading-text-column p {
    font-size: 24px;
    line-height: 33.6px;
    font-weight: 300;
}
.height-screen-half.blue-bg-section.dark-blue {
    height: 576px !important;
    background: #002352;
}
.blue-bg-section.dark-blue .heading-text-column {
    display: flex;
    flex-direction: column;
}
.blue-bg-section.dark-blue .heading-text-column a {
    width: fit-content;
}
.blue-bg-section.dark-blue .heading-text-column h4 {
    font-weight: 300;
}
.blue-bg-section.dark-blue .heading-text-column h4 span {
    font-weight: 400;
}
.project-amounts-column p span {
    font-size: 36px;
    line-height: 43.2px;
    color: #ffb512;
    font-weight: 400;
}
.project-amounts-column p {
    font-weight: 300;
    font-size: 18px;
    line-height: 21.6px;
}
.project-amounts-column {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.section-header p span {
    font-weight: 400;
}
.single-process {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 24px 0 48px;
    border-top: solid 1px #E2E2E2;
}
.single-process div {
    flex: 1;
}
.left-content {
    display: flex;
    align-items: center;
    gap: 30px;
}
.white-bg-section.third h4 {
    font-weight: 300;
}
.white-bg-section.third .right-content p {
    line-height: 22.4px;
}
section.height-screen.pag.white-bg-section.third {
    height: auto;
    padding: 120px 0;
}
section.contact-form-section {
    padding: 60px 0 90px;
    background: linear-gradient(to right, #feb512 50%, white 50%);
}
section.contact-form-section .wide-content div {
    flex: 1;
}
.contact-form-section .section-header p {
    color: #002451;
    font-size: 36px;
    line-height: 43.2px;
}
.contact-form-section .wide-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact-form-section .section-header p {
    font-weight: 300;
}
.mb-32 {
    margin-bottom: 32px;
}
.contact-form-section .left-column {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 490px;
}
.contact-form-section .sign-the-form {
    font-size: 18px;
    font-weight: 300;
    line-height: 21.6px;
    color: #333333;
}
.contact-form-section .ticks {
    font-size: 24px;
    line-height: 33.6px;
    font-weight: 300;
    color: #002452;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.contact-form-section .ticks img {
    margin-top: 5px;
}
.contact-form-section .right-column {
    max-width: 530px;
}
form.referral-contact-form {
    font-size: 12px;
    line-height: 14.4px;
    color: #5d5d5d;
    font-weight: 400;
}
.referral-contact-form .form-row {
    display: flex;
    gap: 10px;
    margin-bottom: 24px;
}
#full-name, #email, #phone-number, #how-did-you-hear, #message, #linkedin-profile {
    border: solid #d7d7d7 1px !important;
    border-radius: 5px !important;
    color: #5d5d5d !important;
    margin-top: 8px;
}
#full-name, #email, #phone-number, #how-did-you-hear {
    height: 40px !important;
    width: -webkit-fill-available;
}
.referral-contact-form .form-actions {
    text-align: center;
}
.referral-contact-form .form-actions button {
    padding: 10px 50px;
}
.referral-contact-form .form-group.checkbox {
    font-size: 14px;
    line-height: 16.8px;
    font-weight: 300;
    display: flex;
    gap: 10px;
}
.referral-contact-form .form-group.checkbox a {
    display: inline;
    color: #5d5d5d;
    text-decoration: underline !important;
}
#acceptance {
    width: 30px;
    height: 20px;
    border: solid #d7d7d7;
    border-radius: 5px;
}
#acceptance:checked {
    background: #2175d9;
    border-width: 5px;
}
.referral-contact-form .form-row:has(.checkbox) {
    flex-direction: column;
}
.referral-contact-form .form-row p {
    color: red;
    font-style: italic;
}
.contact-form #success-message {
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
}
.contact-form .success {
    background: green;
}
.contact-form .error {
    background: red;
}
section.stage.referrals .text h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 57.6px;
}
.referrals .underlined-text {
    color: #2175d9;
    text-decoration: underline;
    font-weight: 600;
}

.referrals .highlight-text {
    color: #2175d9;
    font-weight: 600;
}

@media (min-width: 1024px) {
    .tenth-row .last {
        font-size: 24px;
        line-height: 120%;
        text-align: center;
        justify-content: center;
        padding: 40px 0;
        margin: 70px 0;
    }

    footer, .credits {
        /*display: none;*/
    }

    .projects-company {
        border: 6px solid rgba(33, 117, 217, .2);
        width: 90px;
        height: 90px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        flex-direction: column;
    }

    .supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .data-block {
        max-width: unset !important;
        width: 60% !important;
    }

    .supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .brand-info-block .brand-block {
        width: 250px !important;
        height: auto !important;
        text-align: left;
    }

    .supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .brand-info-block {
        width: 38% !important;
    }

    .company-result-field.column-headings {
        cursor: default;
        border-bottom: unset !important;
    }

    .company-result-field.column-headings .prize-company .btn {
        visibility: hidden;
    }

    .column-headings .projects-company {
        height: auto !important;
        width: auto !important;
        border: none !important;
    }

    .column-headings .label {
        font-size: 12px !important;
        color: #002452 !important;
        text-transform: uppercase;
        font-weight: 400;
    }

    .company-result-field.listing label {
        display: none !important;
    }
}


/*Responsive styles - mobile*/
@media (max-width: 767px) {
    .company-result-field.column-headings, .last.header-login {
        display: none !important;
    }

    .supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .brand-info-block {
        width: 65% !important;
        margin-bottom: 20px !important;
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .brand-info-block .brand-block {
        text-align: left !important;
    }

    .supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .mobile-block {
        width: 100% !important;
        flex-direction: column !important;
        align-items: start !important;
    }

    .supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .brand-info-block .brand-block, .supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .brand-info-block .info-block {
        width: 100% !important;
        height: auto !important;
    }

    .supplier-list .supplier-list-results .container .resuls-filtering .company-result-field {
        align-items: flex-start !important;
    }

    .mobile-block .prize-company {
        display: flex;
        align-items: center;
    }

    .rate-btn-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .supplier-list .supplier-list-results .container .resuls-filtering .company-result-field {
        flex-direction: row !important;
    }

    .rate-btn-mobile .projects-company {
        margin-bottom: 15px !important;
    }

    .projects-company.rate, .prize-company.contact {
        display: none !important;
    }

    .company-result-field.listing .label {
        display: flex !important;
    }

    .logout {
        display: none !important;
    }

    .rate-btn-mobile .prize-company {
        display: flex;
        flex-direction: column;
    }

    .rate-btn-mobile .delete-button {
        display: block;
        margin-top: 10px;
    }

    .prize-company.rate {
        display: none;
    }

    .consultants-container > .flex {
        display: flex;
        gap: 34px;
        flex-direction: column;
    }

    .single-consultant {
        width: auto;
    }

    .free-paid-consultancy .button {
        padding-inline: 10px;
    }
    section.stage.referrals .text h2 {
        font-size: 36px;
        line-height: 43.2px;
    }
    .height-screen-half.collaborations.referrals .wide-content p {
        font-size: 24px;
        line-height: 33.6px;
    }
    .mb-20 {
        margin-bottom: 20px;
    }
    .mb-30 {
        margin-bottom: 30px;
    }
    section.height-screen.pag.white-bg-section {
        height: auto;
        padding: 70px 0;
    }
    .height-screen-half.collaborations .wide-content a {
        margin-top: 30px;
    }
    section.stage.height-screen-half.collaborations.referrals {
        height: auto;
        padding: 40px 0;
    }
    .white-bg-section .section-header p {
        font-size: 30px;
        line-height: 36px;
    }
    .white-bg-section .contain {
        flex-direction: column;
    }
    .white-bg-section .big-p {
        text-align: left;
    }
    .height-screen-half.blue-bg-section {
        height: auto !important;
        padding: 70px 0;
    }
    .blue-bg-section .wide-content {
        flex-direction: column;
        align-items: baseline;
        gap: 50px;
    }
    .white-bg-section.second .text h4 {
        font-weight: 300;
    }
    .height-screen-half.blue-bg-section.dark-blue {
        padding: 70px 0;
        height: auto !important;
    }
    .blue-bg-section.dark-blue .heading-text-column p {
        font-size: 16px;
        line-height: 19.2px;
    }
    .blue-bg-section.dark-blue .heading-text-column a {
        padding: 20px 50px;
        font-size: 14px;
        border-radius: 30px;
    }
    .project-amounts-column p span {
        font-size: 30px;
        line-height: 36px;
    }
    section.height-screen.pag.white-bg-section.third {
        padding: 70px 0 10px;
    }
    .white-bg-section.third h4 {
        font-size: 18px;
        line-height: 25.2px;
    }
    section.contact-form-section {
        background: unset;
        padding: 0;
    }
    .contact-form-section .wide-content {
        flex-direction: column;
        width: 100%;
    }
    section.contact-form-section .wide-content .left-column, section.contact-form-section .wide-content .right-column {
        padding-inline: 20px;
    }
    .contact-form-section .left-column {
        padding: 70px 0 40px;
        background: #feb512;
    }
    .contact-form-section .section-header p {
        font-size: 30px;
        line-height: 36px;
    }
    .contact-form-section .ticks {
        font-size: 16px;
        line-height: 22.4px;
    }
    .single-process {
        flex-direction: column;
        gap: 20px;
    }
    .contact-form-section .right-column {
        padding: 40px 0 70px;
    }
    .referral-contact-form .form-row {
        flex-direction: column;
        gap: 20px;
    }
    #acceptance {
        width: 40px;
    }

}

@media (min-width: 767px) and (max-width: 1024px) {
    .company-result-field.column-headings, .last.header-login {
        display: none !important;
    }

    .supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .brand-info-block {
        width: 65% !important;
    }

    .supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .brand-info-block .brand-block {
        width: 100% !important;
        height: auto !important;
        text-align: left;
    }

    .rate-btn-mobile {
        display: flex;
        align-items: center;
        flex-direction: row;
    }

    .projects-company.rate, .prize-company.contact {
        display: none !important;
        visibility: hidden;
    }

    .company-result-field.listing .label {
        display: flex !important;
    }

    .rate-btn-mobile .projects-company {
        margin-right: 20px !important;
    }

    .supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .data-block {
        max-width: unset !important;
    }

    .supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .prize-company {
        display: flex !important;
        align-items: center !important;
    }

    .supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .mobile-block {
        flex-direction: column;
        margin-top: 20px;
    }

    .prize-company.mobile-labels .label {
        width: 100px;
        text-align: left;
        margin-right: 10px;
    }

    .prize-company.mobile-labels {
        min-width: 230px;
    }

    .supplier-list .supplier-list-results .container .resuls-filtering .company-result-field .prize-company.rate {
        display: none !important;
    }
    .white-bg-section .section-header p {
        font-size: 36px;
        line-height: 43.2px;
    }
    section.height-screen.pag.white-bg-section {
        height: auto;
        padding: 120px 0 120px;
    }
    .white-bg-section .contain {
        flex-direction: column;
    }
    .white-bg-section .contain .col {
        max-width: unset;
    }
    .white-bg-section .big-p {
        text-align: left;
        max-width: unset;
    }
    section.height-screen-half.pag.blue-bg-section {
        height: auto !important;
        padding: 120px 0 120px;
    }
    .blue-bg-section .wide-content {
        flex-direction: column;
        align-items: baseline;
        gap: 50px;
    }
    .white-bg-section.second .text {
        max-width: 380px;
    }
    .white-bg-section.second .text h4 {
        font-weight: 300;
    }
    .blue-bg-section .heading-text-column p {
        font-size: 16px;
        line-height: 19.2px;
    }
    .blue-bg-section.dark-blue .heading-text-column a {
        font-size: 14px;
        padding: 20px 50px;
        border-radius: 30px;
    }
    .single-process {
        flex-direction: column;
        gap: 30px;
    }
    section.height-screen.pag.white-bg-section.third {
        padding-bottom: 70px;
    }
    section.contact-form-section {
        background: unset;
        padding: 0;
    }
    .contact-form-section .wide-content {
        flex-direction: column;
        width: 100%;
    }
    .contact-form-section .left-column, .contact-form-section .right-column {
        max-width: unset;
        padding: 100px 60px;
    }
    .contact-form-section .left-column {
        background: #feb512;
    }


}
