.careers-page {
    padding: 32px 0 0;
}
body .container {
    max-width: 1400px;
}
body h2.title  {
    font-size: 28px;
    line-height: 36px;
    color: #17181A;
    font-weight: 600;
}
h3.title {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
}
body h4.title {
    font-size: 20px;
    line-height: 26px;
    color: #17181A;
    font-weight: 600;
}
/**/
.hiring-item-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 18px 0 24px;
}
.hiring {
    border: 6px solid #F2F7EE;
    border-radius: 12px;
    padding: 40px;
    margin: 24px 0;
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
    flex-direction: column;
}
.hiring-item {
    width: calc(33.33% - 15px);
}
.hiring-item .text {
    font-size: 14px;
    line-height: 20px;
    color: #878D99;
}
.hiring-item .title {
    font-size: 18px;
    line-height: 24px;
    color: #17181A;
    margin-bottom: 4px;
    display: inline-block;
}
.hiring p {
    margin-bottom: 0;
}
.hiring-item .title:hover {
    color: #2AA466;
}

.our-perks {
    /* margin: 32px 0; */
}
.perks-item {
    border: 1px solid #f3f3f3;
    padding: 24px;
    border-radius: 24px;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    flex-direction: column;
}
.perks-item .title-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}
.perks-item .icon img {
    width: 36px;
    height: 36px;
}
.perks-item-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 24px;
}
.perks-item-wrapper li {
    width: calc(25% - 15px);
}
.perks-item p {
    margin: 0;
    /* font-size: 14px; */
    /* line-height: 20px; */
    /* font-weight: 400; */
    /* color: #17181A; */
}
.perks-item .title {
    font-size: 20px;
    line-height: 26px;
    color: #17181A;
    margin-bottom: 0;
    display: inline-block;
}



/**/
.action-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}
.action-buttons .btn {
    margin: 0;
}
/**/
.form-wrapper {
    max-width: 740px;
    margin-inline: auto;
    border: 6px solid #F2F7EE;
    border-radius: 32px;
    padding: 40px;
    margin-top: 40px;
}
.form-wrapper h2.title {
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 10px;
}
.form-wrapper .block .title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 24px;
}
.form-wrapper .heading-block {
    margin-bottom: 32px;
}
.form-wrapper .block .row {
    flex-wrap: wrap;
    gap: 20px;
}
.form-wrapper .block .row .col-6 {
    width: calc(50% - 10px);
}
.form-wrapper .block .row .col {
    width: 100%;
}
.form-wrapper .block {
    margin-bottom: 32px;
}
.form-wrapper .action-buttons .btn:hover svg path {
    fill: #2AA466;
}
/**/
body .file-selected .file-text {
    width: auto;
    max-width: 100%;
    min-width: 400px;
    justify-content: center;
}
body .file-text i {
    min-width: 56px;
}
body .file-text p {
    width: auto;
}
/**/
.block select {
    width: 100%;
    border-radius: 16px;
    border: 1px solid #CDCFD4;
    padding: 8px 15px;
    min-height: 56px;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    padding-right: 32px;
    color: #17181a;
}
.action-buttons .btn {
    margin: 0;
    max-width: 300px;
    width: 100%;
    justify-content: center;
}
.btn.form-submit:hover svg path {
    fill: #2AA466;
}
body .custom-file-upload {
    border-radius: 16px;
}

@media (max-width: 1023px) {
    .perks-item-wrapper li {
        width: calc(50% - 10px);
    }
}
@media (max-width: 767px) {
    .hiring, .form-wrapper {
        padding: 0;
        border: 0;
        border-radius: 0;
    }
    .hiring-item {
        width: calc(50% - 8px);
    }
    .hiring-item-wrapper {
        gap: 16px;
    }
    .perks-item-wrapper li {
        width: 100%;
    }
    .perks-item {
        border-radius: 16px;
        padding: 16px;
    }
    .perks-item-wrapper {
        gap: 16px;
    }
    h3.title {
        font-size: 20px;
    }
    .hiring {
        margin: 24px 0 32px;
    }
    .perks-item .title {
        font-size: 18px;
        line-height: 24px;
    }
    .perks-item .title-wrapper {
        gap: 12px;
        margin-bottom: 12px;
    }
    .perks-item .icon img {
        width: 30px;
        height: 30px;
    }
    .form-wrapper h2.title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 8px;
    }
    .form-wrapper .heading-block {
        margin-bottom: 20px;
    }
    .form-wrapper .block .title {
        margin-bottom: 16px;
    }
    .form-wrapper .block {
        margin-bottom: 20px;
    }
    .careers-page {
        padding: 24px 0 0;
    }
    .form-wrapper {
        margin-top: 32px;
    }
}
@media (max-width: 479px) {
    .hiring-item {
        width: 100%;
    }
    .form-wrapper .block .row {
        flex-wrap: wrap;
        gap: 8px;
    }
    .form-wrapper .block .row .col-6 {
        width: 100%;
    }
    .action-buttons .btn {
        max-width: 100%;
    }
    body .file-selected .file-text {
        min-width: auto;
    }
}