main {
    color: white;
    height: 672px;
    -o-object-fit: cover;
       object-fit: cover;
    background: url("/public/static/assets/kar.jpg") no-repeat center;
    background-size: 100%;
  }
  
  .hero__subheading {
    margin-top: 405px;
  }
  
  .hero__header {
    width: 714px;
  }
  
  .career {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: center;
    margin-top: 160px;
  }
  
  .career__subheading {
    font-family: "Roboto Condensed";
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.139em;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  
  .career__header {
    font-weight: 500;
    font-size: 34px;
    line-height: 40px;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 0;
  }
  
  .colored {
    color: #FF8552;
  }
  #mail {
    margin-top: 48px;
    background-color: #FF8552;
    padding: 10px 34px;
    border-radius: 8px;
    width: 300px;
    cursor: pointer;
    display: flex;
    margin-bottom: 51px;
    justify-content: center;
    color: white;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    border: none;
    text-align: center;
  }
  .career__description {
    margin-top: 33px;
    max-width: 627px;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 318px;
  }
  
  @media screen and (max-width: 576px) {
    #mail {
      width: 200px;
    }
    main {
      height: 446px;
      background: url("/public/static/assets/kar.jpg") no-repeat center;
  
    }
    .hero__text-container {
      align-items: flex-start;
      justify-content: flex-start;
      margin-left: 24px;
    }
    .hero__subheading {
      margin-top: 298px;
      margin-bottom: 0;
    }
    .hero__header {
      text-align: left;
      margin-left: 0;
      margin-bottom: 24px;
      margin-top: 25px;
    }
    .career {
      margin-top: 40px;
    }
    .career__subheading {
      font-size: 15px;
      line-height: 20px;
      letter-spacing: 0.09em;
      text-align: center;
    }
    .career__header {
      font-size: 20px;
      line-height: 26px;
      text-align: center;
      max-width: 50%;
    }
    .career__description {
      font-size: 16px;
      line-height: 24px;
      margin-left: 12px;
      margin-right: 12px;
      margin-bottom: 72px;
    }
  }/*# sourceMappingURL=career.css.map */
  
  @media screen and (min-width: 576.01px) and (max-width: 1024px) {
    .main--links {
      display: none;
    }
  }