#jobs {}
#jobs > .content-wrapper {}

/*--------------------------------------------------------------------------------*/

#jobs > .content-wrapper > .hook {
    margin-bottom: 15px;
    
	font-size: inherit;
    font-weight: 700;
    font-style: italic;
}
#jobs > .content-wrapper > .hook > span { font-weight: 100; }
#jobs > .content-wrapper > .title {
    max-width: 500px;
    margin-bottom: 50px;
    
    line-height: 130%;
    font-weight: 700;
}
#jobs > .content-wrapper > .title > span { font-weight: 100; }
@media (min-width: 1100px)    { #jobs > .content-wrapper > .title { font-size: 35px; } }
@media (max-width: 1099.99px) { #jobs > .content-wrapper > .title { font-size: 30px; } }

/*--------------------------------------------------------------------------------*/

#jobs > .content-wrapper > .jobs {
    display: flex;
    row-gap: 30px;
    
    filter: drop-shadow(0 0 1.5px rgba(0,0,0,.2));
}
@media (min-width: 900px) {
    #jobs > .content-wrapper > .jobs {
        flex-direction: row;
        flex-wrap: wrap;
    }
}
@media (max-width: 899.99px) {
    #jobs > .content-wrapper > .jobs {
        flex-direction: column;
    }
}

/*--------------------------------------------------------------------------------*/

#jobs > .content-wrapper > .cta-wrapper { text-align: center; }
@media (min-width: 900px)    { #jobs > .content-wrapper > .cta-wrapper { margin-top: 100px; } }
@media (max-width: 899.99px) { #jobs > .content-wrapper > .cta-wrapper { margin-top:  50px; } }
#jobs > .content-wrapper > .cta-wrapper > .cta-link {
    font-weight: 700;
    cursor: pointer;
}