/*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 rgba(64, 64, 64, 0.5);
  border-radius: 7px;
  padding: 3px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #404040;
}

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

.how-we-work .open-positions .options {
  display: flex;
  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 .engineering,
.how-we-work .open-positions .options .product,
.how-we-work .open-positions .options .marketing {
  width: 30%;
}

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

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

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

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