.Careers {
    background-color: black;
    padding: 40px 0px;
    display: grid;
    align-items: center;
}
/* .careersLeft {
    width: 50%;
  } */
.subtitle {
    text-transform: uppercase;
    color: #676c71;
    font-size: 15px;
    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;
    }

.form-controlss {
    /* display: block; */
    width: 100%;
    margin-bottom: 15px;
    font-size: 15px;
    border: 1px solid hsla(0, 26%, 87%, .5);
    border-radius: 0 !important;
    color: #fff;
    background-color: transparent;
    outline: none;
    padding: 10px 20px !important;
    transition: all .3s ease;
    appearance: none;
}

    .form-controlss::placeholder {
        color: white;
        opacity: 1;
    }

.forms-selects {
    width: 100%;
    margin-bottom: 15px;
    font-size: 15px;
    border: 1px solid hsla(0, 26%, 87%, .5);
    border-radius: 0 !important;
    color: #fff;
    background-color: transparent;
    outline: none;
    padding: 10px 20px !important;
    transition: all .3s ease;
    appearance: none;
}

form input, form select {
    width: 100%;
    margin-bottom: 15px;
    /* border: 10px; */
    font-size: 16px;
    /* opacity: 0.5; */
    border: 1px solid hsla(0, 26%, 87%, .5);
    border-radius: 0 !important;
    color: #fff;
    font-size: 15px;
    outline: none;
    padding: 10px 20px !important;
    transition: all .3s ease;
}


/* MEDIA QUERIES */

@media only screen and (max-width: 991px) {

    .careersLeft .title {
        font-size: 27px;
    }

    .careersRight {
        width: 100%;
    }
}
