.about_us_section * {
    all: revert;
}

.about_us_section {
    max-width: 1336px;
    width: 100%;
    margin: 0 auto;
    min-height: calc(100vh - 494px);
}

.about_us_section h2 {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 48px;
}

.about_us_section h3 {
    font-size: 20px;
    margin-bottom: 24px;
    font-weight: normal;
}

.about_us_section p {
    font-size: 14px;
    color: #828282;
    margin-bottom: 16px;
    line-height: 24px;
    word-break: break-word;
}

.about_section > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}

.about_section > div > div {
    width: 48%;
}

.about_section > div > img {
    max-width: 545px;
    width: 100%;
    margin-top: 53px;
}

.vacancy_item {
    background: #FFFFFF;
    border-radius: 32px;
    padding: 40px 36px 12px;
    width: 100%;
    margin-bottom: 24px;
    position: relative;
}

.vacancy_item h4 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 16px;
}

.vacancy_item p, .vacancy_item li {
    font-size: 14px;
    color: #828282;
    margin-bottom: 16px;
}

.vacancy_item ul {
    margin-bottom: 32px;
}

.vacancy_item li {
    position: relative;
    padding-left: 22px;
}

.vacancy_item li:before {
    content: '';
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    background: #F7861B;
    border-radius: 100px;
    top: 1px;
    left: 0;
}

.vacancy_item span {
    font-weight: bold;
    font-size: 12px;
}

.vacancy_item > span {
    margin-bottom: 24px;
    display: block;
}

.color {
    color: #13455c;
}

.apply span {
    font-size: 14px;
}

.vacancy_item .apply {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 32px;
}

.vacancy_item .apply > div {
    margin-left: 15px;
}

.vacancy_item .fa-solid {
    position: absolute;
    color: #13C4A3;
    top: 71px;
    right: 32px;
    font-size: 22px;
    cursor: pointer;
    padding: 7px;
}

.vacancy_item .apply a {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
}

.vacancy_details {
    height: 0;
    overflow: hidden;
}

.vacancy_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 80px;
}

.vacancy_content > div {
    width: 50%;
}

.vacancy_content > div:nth-child(1) {
    margin-right: 20px;
}

.toggle_vacancy_details {
    height: auto;
}

.job_info {
    max-width: 80%;
}

.delivery_rates {
    margin: 40px 0 160px;
    max-width: 658px;
    width: 100%;
}

.delivery_rates .delivery_rates_header {
    padding: 15px 24px;
    font-weight: bold;
    font-size: 14px;
    color: #828282;
    margin-bottom: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #EBEBEB;
    border-radius: 16px;
}

.delivery_rates p {
    padding: 13px 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 16px;
    margin-bottom: 0;
}

.delivery_rates p span {
    font-size: 16px;
    text-transform: capitalize;
    color: #000000;
}

.delivery_rates p:nth-child(even) {
    background-color: #fff;
}

.faq_accordion .tabs li {
    cursor: pointer;
}

.contact_form h1 {
    text-align: center;
    margin-bottom: 40px;
}

.contact_form {
    max-width: 70%;
    margin: 20px auto 60px;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form-row > div {
    width: 100%;
}

.form-row > div:first-child {
    margin-right: 70px !important;
}

.form-row > div:last-child {
    margin-right: 0 !important;
}

.registration_form textarea {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 16px;
    padding: 16px;
    width: 100%;
}

.contact_form .error {
    color: #EB5757;
    font-size: 14px;
    height: 16px;
    margin-bottom: 16px;
    margin-top: 5px;
}

.contact_form button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 32px;
    gap: 10px;
    background: #13455c;
    border-radius: 100px;
    border: unset;
    color: #fff;
    width: 100%;
}

.contact_form button:hover {
    border: 1px solid #13455c;
    color: #13455c;
    background: #ffffff;
}

.contactPageContent {
    margin: 50px auto;
    width: 100%;
    background: #eae3f2;
    padding: 20px;
    border-radius: 24px;
}

.contactPageContent a {
    text-decoration: none !important;
    color: #828282 !important;
}

@media (max-width: 840px) {
    .registration_form form > div:nth-child(2) > div:nth-child(3) {
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
    }

    .form-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@supports (min-height: 100dvh) {
    .about_us_section {
        min-height: calc(100vh - 494px);
    }
}