header {
    background-image: url('../images/careers/careers-background.webp');
    background-size: cover;
    height: auto;
}

.careers {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.careers .text {
    padding: 80px;
    user-select: none;
    display: flex;
    width: 1000px;
    flex-direction: column;
}

.careers .featured-image {
    padding-top: 80px;
    padding-right: 80px;
    justify-self: center;
}

.careers .featured-image2 {
    display: none;
}

.careers .text h1 {
    color: #fff;
    font-size: 48px;
    font-family: gilroy-bold;
}

.careers .text .p1 {
    padding-bottom: 40px;
    padding-top: 40px;
    font-size: 25px;
}

.careers .text a {
    color: #fff;
    font-size: 20px;
}

.careers .text img {
    float: right;
}

.careers .text p {
    color: #fff;
    font-size: 18px;
}

.careers .text .job-oppertunities {
    transition-duration: 0.5s;
}

.careers .text .job-oppertunities:hover {
    background-color: rgba(181, 192, 255, 0.123);
}

/*.tasks-extended, .required-skills-extended, .desired-skills-extended, .whatweoffer-extended {
    display: none;
    color: #ffffff80;
}

.tasks-extended li, .required-skills-extended li, .desired-skills-extended li, .whatweoffer-extended li {
    margin-left: 55px;
    font-size: 15px;
}*/

.careers .text .pstyle {
    margin-left: 8px;
    color: #ffffff80;
    line-height: 26px;
    vertical-align: top;
    margin-bottom: 30px;
}

.careers .tasks, .careers .required-skills, .careers .desired-skills, .careers .what-we-offer {
    transition-duration: 1s;
}

.careers .text .button {
    padding: 30px;
    border-top-style: solid;
    border-bottom: solid;
    border-width: 0.5px;
    margin: -0.5px;
}

.careers .text .tasks-button {
    border-top-style: none;
}

.careers .text .tasks-button:hover, .careers .text .required-skills-button:hover, .careers .text .desired-skills-button:hover, .careers .text .whatweoffer-button:hover {
    cursor: pointer;
}

.blur-style {
    margin-top: 100px;
    width: 80%;
    max-width: 1000px;
    padding: 32px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), rgba(19, 40, 52, 0.10);
    backdrop-filter: blur(42px);
    margin-bottom: 100px;
}

.careers .join-us {
    text-align: center;
}

.careers .join-us .avatar2 {
    position: relative;
    margin-left: -20px;
    z-index: -1;
}

.careers .join-us .avatar3 {
    position: relative;
    margin-right: -20px;
    z-index: -1;
}

.careers .join-us h1 {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    padding: 20px;
    padding-bottom: 10px;
}

.careers .join-us p {
    color: #ffffffa3;
    font-size: 16px;
}

.careers .join-us .button a {
    background-color: #0074CD;
    padding: 10px;
    padding-right: 20px;
    padding-left: 20px;
    width: 395px;
    border-radius: 10px;
    color: white;
    transition-duration: 0.3s;
    white-space: nowrap;
}

.careers .join-us .button a:hover {
    background-color: #0074cda8;
}

.careers .join-us .button {
    margin-top: 50px;
}

#careers-button {
    color: #fff;
}

#home-button {
    color: #B8B8B8;
}

.careers .text .tasks #minus1, #minus2, #minus3, #minus4 {
    display: none;
}

.send-your-resume {
    background-color: #0074CD;
    padding: 10px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 10px;
    color: white;
    transition-duration: 0.3s;
    white-space: nowrap;
    justify-self: left;
}

.send-your-resume-div {
    align-self: center;
}

.send-your-resume:hover {
    background-color: #0074cda8;
}

.spacer-div {
    justify-self: left;
}