/*jobs*/
.jobs-banner {
    background: #f9f9f9;
    padding: 100px 120px;
    width: 100%;
    height: 100vh;
}

.jobs-banner .text {
    width: 30%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.jobs-banner .text h1 {
    font-weight: 700;
    font-size: 50px;
    line-height: 80px;
    color: #404040;
    margin-bottom: 40px;
}

.jobs-banner .text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #404040;
}

.jobs-banner .image {
    width: 40%;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(-100%, -50%);
}

.how-we-work {
    padding: 70px 200px;
}

.how-we-work .content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 70px;
    padding-right: 175px;
}

.how-we-work .content .left {
    width: 50%;
}

.how-we-work .content .left h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #404040;
    margin-bottom: 30px;
}

.how-we-work .content .left p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #404040;
}

.how-we-work .content .right {
    margin-top: 25px;
}

.how-we-work .content .right div {
    display: flex;
    margin-bottom: 25px;
}

.how-we-work .content .right div img {
    margin-right: 10px;
}

.how-we-work .open-positions {
    margin-bottom: 70px;
}

.how-we-work .open-positions h2 {
    margin-bottom: 70px;
}

.how-we-work .open-positions label {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #404040;
}

.how-we-work .open-positions select {
    width: 357px;
    height: 45px;
    border: 2px solid #4f4b6a;
    border-radius: 7px;
    padding: 3px 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #4f4b6a;
}

.how-we-work .open-positions .jobs-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
}

.how-we-work .open-positions .jobs-form .form-group {
    display: flex;
    flex-direction: column;
    flex: 1 1 280px;
    /* min-width: 200px; */
    max-width: 100%;
}

.how-we-work .open-positions #department {
    margin: 20px 50px 40px 10px;
}

.how-we-work .open-positions #type {
    margin: 20px 50px 40px 10px;
}

.how-we-work .open-positions .options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    width: 100%;
}

.how-we-work .open-positions .options h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #404040;
    margin-bottom: 20px;
}

.how-we-work .open-positions .options h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #f58220;
    margin-bottom: 10px;
}

.how-we-work .open-positions .options p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #404040;
    margin-bottom: 40px;
}

.how-we-work .open-positions .options .job {
    width: 100%;
    padding: 20px;
    border: .5px solid #f8cca5;
    border-radius: 7px;
    box-sizing: border-box;
}

.job h4 a {
    font-weight: bold;
    margin-bottom: 2px;
}

.job h4 a:hover {
    color: #f58220;
    text-decoration: none;
}

.how-we-work .benefits {
    margin-bottom: 70px;
}

.how-we-work .benefits h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #404040;
    margin-bottom: 20px;
}

.how-we-work .benefits p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #404040;
    margin-bottom: 15px;
}

.how-we-work .benefits .text img {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}

.how-we-work .email {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #404040;
}

.how-we-work .email a:hover {
    text-decoration: none;
    color: #f58220;
}

.open-positions form button {
    background: #4f4b6a;
    border-radius: 3px;
    color: #f4f5fd;
    border: none;
    cursor: pointer;
    font-size: 16px;
    padding: 10.5px 25px;
    width: 100px;
}

.open-positions form button:hover {
    background: #f58220;
    transition: color .1s;
}
