.Careers {
    background-color: black;
    padding: 40px 0px;
    display: grid;
  align-items: center;
  }
  /* .careersLeft {
    width: 50%;
  } */
  .subtitle {
    text-transform: uppercase;
    color: #676c71;
    font-size: 13px;
    letter-spacing: 0.4px;
    padding-bottom: 10px;
    font-weight: 600;
  }
 .careersLeft .title {
    letter-spacing: 0.2px;
    color: #fff;
    font-weight: 700;
    font-size: 40px;
  }
  .careersRight {
    width: 50%;
    display: flex;
    align-items: center;
  }
  .careersRight p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.2px;
    opacity: 0.9;
  }
  
  .btnSeeOptions {
    background-color: #dd1717;
    padding: 12px 15px;
    border-radius: 5px;
    color: #fff;
    display: flex;
    border: none;
    align-items: center;
    justify-content: center;
  }
  .btnSeeOptions p {
    text-decoration: none;
    font-weight: 600;
    margin: 0;
    padding-right: 5px;
    letter-spacing: 0.2px;
    font-weight: 600;
  }
  

  
/* MEDIA QUERIES */

@media only screen and (max-width: 991px) {

  .careersLeft .title {
    font-size: 30px;
  }

  .careersRight {
    width: 100%;
  }
}