.about_us_section {
    max-width: 1336px;
    width: 100%;
    margin: 0 auto;
}
.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;
}
.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: #00A59C;
}
.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;
}