@import url("https://fonts.googleapis.com/css2?family=Questrial&family=Quicksand:wght@300;400;500;600;700&family=Space+Grotesk:wght@300;400;500;600&family=Unbounded:wght@200;300;400;500;600;700;800;900&family=Urbanist:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Questrial', sans-serif;
}

a {
    text-decoration: none;
}

.careers-banner {
    width: 100%;
    height: 100vh;
    background: #e6e6e6;
    padding: 120px 60px;
  }
  
  .careers-banner .text {
    position: absolute;
    color: #404040;
    top: 50%;
    transform: translate(0, -50%);
    width: 40%;
  }
  
  .careers-banner .text h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 40px;
  }
  
  .careers-banner .text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
  }
  
  .careers-banner .image {
    position: absolute;
    left: 90%;
    top: 50%;
    transform: translate(-90%, -50%);
    width: 42%;
  }
  
  .careers-banner .image img {
    width: 100%;
  }

  .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;
  }



  @media screen and (max-width:1000px) {
    .careers-banner {
        width: 100%;
        height: 100vh;
        padding: 120px 60px;
      }
      
      .careers-banner .text {
        position: absolute;
        top: 200px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 70%;
      }
      
      .careers-banner .text h1 {
        font-weight: 700;
        font-size: 40px;
        line-height: 55px;
        margin-bottom: 10px;
      }
      
      .careers-banner .image {
        position: absolute;
        left: 50%;
        top: 80%;
        transform: translate(-50%, -80%);
        width: 70%;
      }
}

@media screen and (max-width:600px) {
    .careers-banner {
        width: 100%;
        height: 100vh;
        padding: 120px 60px;
      }
      
      .careers-banner .text {
        top: 120px;
        width: 90%;
      }
      
      .careers-banner .text h1 {
        font-weight: 700;
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 10px;
      }
      
      .careers-banner .text p {
        font-weight: 400;
        font-size: 16px;
        line-height: 25px;
      }
      
      .careers-banner .image {
        position: absolute;
        left: 50%;
        top: 90%;
        transform: translate(-50%, -90%);
        width: 80%;
      }
}

@media screen and (max-width: 1000px) and (min-width: 601px) and (max-height: 900px) {
    .careers-banner {
        height: 900px;
    }
     
    .careers-banner .text {
        top: 130px;
      }

    .careers-banner .image {
        position: absolute;
        left: 50%;
        top: 400px;
        transform: translate(-50%, 0);
        width: 60%;
    }
}

@media screen and (max-width: 600px) and (min-height: 800px) {
    .careers-banner .text {
        top: 170px;
      }
}

@media screen and (max-width: 600px) and (max-height: 710px) {
    .careers-banner {
        height: 800px;
      }
      

    .careers-banner .image {
        position: absolute;
        left: 50%;
        top: 400px;
        transform: translate(-50%, 0);
    }
}
