.last-section {
    padding: 80px 0px;
}

.last-section-inner {
    display: flex;
}

.last-section-left {
    width: 48%;
    box-sizing: border-box;
    padding-right: 50px;
}

.last-section-right {
    width: 52%;
    box-sizing: border-box;
}

.last-section h2 {
    font-size: 38px;
    line-height: 50px;
    color: #fff;
    font-weight: 800;
    margin: 0 auto 30px;
}

.last-section p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    max-width: 700px;
    margin-bottom: 10px;
}

.two_columns_right a,
.last-section p a {
    color: #fb9f00;
}

.two_columns {
    display: flex;
    align-items: center;
    padding-top: 20px;
}

.two_columns_left {
    line-height: 0;
    max-width: 180px;
}

.two_columns_left img {
    width: 100%;
    border-radius: 5px;
}

.two_columns_right {
    flex: 1;
    padding-left: 20px;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    max-width: 700px;
}

.hs-form ul[role=checkbox] {
    display: flex;
    flex-wrap: wrap;
    margin: 15px -5px 0px;
}

.hs-fieldtype-checkbox {
    margin-bottom: 5px!important;
}

.hs-form ul[role=checkbox] li {
    width: calc(50% - 22px);
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 5px;
    margin: 0px 5px 10px;
}

.hs-form ul[role=checkbox] li input {
    width: 15px!important;
    height: 15px!important;
    margin: 0px 5px 0px 0px !important;
}

.hs-form ul[role=checkbox] li span {
    font-size: 14px;
}

.hs-form ul[role=checkbox] li label {
    display: flex;
    align-items: center;
}

.hs-form .hs-input {
    border-radius: 5px;
    width: 100% !important;
    margin-bottom: 17px!important;
    height: 50px;
    box-sizing: border-box;
}

.hs-form .hs-input.hs-fieldtype-intl-phone {
    margin-bottom: 0px!important;
}

.hs-fieldtype-select>label {
    display: none!important;
}

.last-section-right .hs_meeting_discussion_points textarea {
    min-height: 150px;
    padding-top: 10px!important;
}

.hs-error-msgs.inputs-list {
    margin: -10px 0px 10px;
}

.last-section-right .hs_meeting_discussion_points>label,
.last-section-right .hs_phone>label,
.last-section-right .hs_firstname>label,
.last-section-right .hs_lastname>label,
.last-section-right .hs_email>label,
.last-section-right .hs_company>label,
.last-section-right .hs_team_size.hs-team_size>label,
.last-section-right .hs_jobtitle>label {
    display: none;
}

.last-section-right .hs-button.primary {
    transition: none !important;
    border: none;
    background: #fb9f00 !important;
    color: #ffffff;
    height: 50px;
    cursor: pointer;
    font-size: 16px !important;
    width: 250px;
    text-transform: uppercase !important;
    font-weight: 600!important;
    font-size: 14px!important;
}

.last-section-right form fieldset {
    max-width: 100%!important;
}

.last-section-right .hs-error-msg {
    font-size: 14px;
}

.last-section-right .hs_free_consultation .input {
    display: none;
}

.last-section-right .hs_free_consultation .hs-field-desc {
    font-size: 14px;
    margin-bottom: 17px;
}

.message-below-form {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    padding-top: 30px;
}

.disclamer-class.white-color {
    color: #fff;
}

.disclamer-class {
    font-size: 12px;
    line-height: 18px;
    padding-top: 30px;
}

@media screen and (max-width: 1230px) {
    .last-section .container {
        max-width: 100%;
        margin: 0 50px;
    }
}

@media screen and (max-width: 980px) {
    .last-section {
        padding: 60px 0px;
    }
}

@media screen and (max-width: 850px) {
    .last-section-inner {
        flex-direction: column;
    }
    .last-section-left {
        width: 100%;
        padding: 0px 0px 0px;
    }
    .last-section-right {
        width: 100%;
        padding-top: 20px;
    }
}

@media screen and (max-width: 480px) {
    .last-section .container {
        margin: 0 30px;
    }
    .page-template-advisory-template .two_columns_right {
        padding: 0px 0px 0px 20px;
    }
    .two_columns_right {
        padding: 10px 0px 10px 20px;
    }
    .hs-form ul[role=checkbox] li {
        width: 100%;
    }
    .message-below-form {
        padding-top: 15px;
    }
    .last-section h2 {
        font-size: 30px;
        line-height: 44px;
        margin: 0px 0px 20px;
    }
    .last-section {
        padding: 50px 0px;
    }
}

.badges-sale-holder {
    display: flex;
    padding-top: 20px;
}

.badge-item {
    display: block;
    line-height: 0;
    padding-right: 20px;
}

.badge-item img {
    max-width: 80px;
    width: 100%;
}

.hs_hr_advisory_service>label>span {
    font-weight: 800;
}

.hs_hr_advisory_service>label {
    padding-top: 50px;
    display: block;
}

@media screen and (max-width: 850px) {
    .hs_hr_advisory_service>label {
        padding-top: 0px;
    }
}