.jobAd {
    border: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: Arial, sans-serif;
    font-size: 17px;
    line-height: 1.3;
    margin: 0 auto;
    max-width: 865px;
    width: 100%;
    color: #444444;
}

.jobAd * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.jobAd a {
    color: #00A98A;
}

.jobAd ul {
    margin: 0 0 0 45px;
}

.jobAd ul li {
    list-style: disc;
    padding-left: 15px;
}

.jobAd .jobAdHeader img {
    width: 100%;
}

.jobAd .jobAdHeader {
    position: relative;
}

.jobAd .jobAdHeader .applyButton {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.jobAd .jobAdHeader .txtContainer {
    position: absolute;
    width: 48%;
    right: 30px;
    top: 30%;
}

h1 {
    font-family: Arial;
    font-weight: bold;
    font-size: 34px;
    line-height: 1.35;
    margin: 0 0 15px;
    color: #000;
    text-transform: none;
}

h2 {
    font-family: Arial;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.3;
    margin: 0;
    color: #000;
    text-transform: none;
}

.jobAd h3 {
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3;
    margin: 0 0 5px;
    color: #444444;
    text-transform: none;
}

.jobAd .jobAdContent {
    padding: 30px 50px 15px;
    border-bottom: 1px solid #bce5fb;
    position: relative;
}

.jobAd .jobBlock {
    margin: 0 0 20px;
}

.jobAd .jobAdContent .jobBlock.last {
    margin: 40px 0 0;
    max-width: 78%;
}

.jobAd .jobAdContent img.brezel {
    position: absolute;
    right: 50px;
    bottom: -21px;
    width: 15%;
}

.jobAd .applyButton {
    background-color: #444;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    padding: 10px 24px;
    text-decoration: none;
    border-radius: 5px;
    text-transform: uppercase;
}

.jobAd .jobAdFooter {
    padding: 30px 50px 15px;
    font-style: italic;
    font-size: 14px;
}

@media (max-width: 767px) {
    .jobAd .jobAdHeader .txtContainer {
        position: static;
        width: 100%;
        right: 0;
        top: 0;
        padding: 30px 15px 0;
    }
    .jobAd .jobAdContent,
    .jobAd .jobAdFooter {
        padding: 30px 15px 15px;
    }
    .jobAd .jobAdHeader .applyButton {
        bottom: unset;
        top: 200px;
        right: 30px;
    }
    .jobAd .jobAdContent img.brezel {
        right: 20px;
        width: 12%;
    }
    .jobAd .jobAdContent .jobBlock.last {
        max-width: 83%
    }
}

@media (max-width: 480px) {
    .jobAd .jobAdHeader .applyButton {
        top: 100px;
        right: 20px;
    }
    .jobAd .jobAdContent img.brezel {
        display: none;
    }
    .jobAd .jobAdContent .jobBlock.last {
        max-width: 100%;
        margin-top: 30px;
    }
}