.jobs {
    margin: 1rem 0;
}

.jobs__title {
    font-family: "Gotham Medium";
    font-size: 1.8rem;
    line-height: 1.8rem;
    color: #333;
    margin: 1.5rem 0;
}

.jobs__list {
    border: 1px solid #e5e5e5;
}

.jobs__item__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: left;
    width: 100%;
    padding: 1rem;
    font-family: "Gotham";
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #333;
    background: #f7f7f7;
    border: unset;
    border-bottom: 1px solid #e5e5e5;
}

.jobs__item__button p {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.jobs__item__button span {
    font-family: "Gotham";
    font-size: 1rem;
    line-height: 1rem;
    color: #a4a4a4;
    margin-left: auto;
}

.jobs__item__button .icons {
    fill: #a4a4a4;
    width: 1rem;
    height: 1rem;
    margin-left: .5rem;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.jobs__item__button[aria-expanded='true'] {
    background: white;
    -webkit-box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, 0.08);
    color: #1fbc53;
}

.jobs__item__button[aria-expanded='true'] .icons {
    -webkit-transform: rotate(90deg) scaleX(-1);
    transform: rotate(90deg) scaleX(-1);
}

.jobs__item__button--send {
    margin-top: 1rem;
    color: #1fbc53;
    border: 1px solid #1fbc53;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: .8rem 1rem;
    font-family: "Gotham";
    font-size: 1.2rem;
    line-height: 1.3rem;
    background: #fff;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

.jobs__item__button--send:hover {
    color: #fff;
    background: #1fbc53;
    -webkit-box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.11);
}

.jobs__item__button--send:active {
    color: #333;
    background: #fff;
    border-color: #fff;
    -webkit-box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, 0.08);
}

.jobs__item__body {
    padding: 1rem;
}

.jobs__item__image {
    display: block;
    width: 100%;
    height: 100%;
}

.jobs__item__image img {
    width: 100%;
}

.jobs__item__image--video {
    position: relative;
}

.jobs__item__image--video.load:after {
    content: '\25b6';
    position: absolute;
    left: -webkit-calc(50% - 3rem);
    left: calc(50% - 3rem);
    top: -webkit-calc(50% - 2rem);
    top: calc(50% - 2rem);
    width: 5rem;
    height: 3.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    opacity: 1;
    padding-left: .2rem;
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
    color: #fff;
    font-family: "Gotham";
    font-size: 2rem;
    line-height: 2rem;
    background: rgba(0, 0, 0, 0.7);
}

.jobs__item__image--video:hover:after {
    background: -webkit-gradient(linear, left top, left bottom, from(#FF0002), to(#900606));
    background: linear-gradient(#FF0002, #900606);
}

@media (min-width: 768px) {
    .jobs__item__button span {
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
    }
}
