/* Work Together CTA */
.work-together {
    position: relative;
    background: #fff;
    overflow: hidden;
    padding-top: 40px;
}

.work-together:before {
    content: '';
    position: absolute;
    right: -90px;
    top: -120px;
    width: 320px;
    height: 320px;
    border: 1px solid rgba(177, 151, 119, .28);
    border-radius: 50%;
}

.work-together:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #eee;
}

.work-together .container {
    position: relative;
    z-index: 1;
}

.work-together-label {
    display: block;
    margin-bottom: 16px;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 5px;
    line-height: 1.4em;
    color: #b19777;
    text-transform: uppercase;
}

.work-together h2 {
    margin-bottom: 18px;
    font-family: 'Oswald', sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.15em;
    color: #272727;
    text-transform: uppercase;
    letter-spacing: 7px;
}

.work-together p {
    max-width: 760px;
    margin-bottom: 0;
    color: #777;
    font-size: 18px;
}

.work-together-btn {
    position: relative;
    display: inline-block;
    padding: 15px 32px;
    background: #b19777;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 4px;
    line-height: 1.4em;
    text-transform: uppercase;
    overflow: hidden;
}

.work-together-btn:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: #fff;
    transition: all .3s ease;
}

.work-together-btn span {
    position: relative;
    z-index: 1;
}

.work-together-btn:hover {
    color: #fff;
}

.work-together-btn:hover:after {
    width: 100%;
    background: #272727;
}

@media screen and (max-width: 991px) {
    .work-together .text-lg-end {
        text-align: left !important;
    }

    .work-together-btn {
        margin-top: 28px;
    }
}

@media screen and (max-width: 767px) {
    .work-together h2 {
        font-size: 34px;
        letter-spacing: 4px;
    }

    .work-together p {
        font-size: 16px;
    }
}
