.office-leasing__shape::before{
    content: "";
    background-color: #FCC643;
    -webkit-transform: skew(-10deg);
        -ms-transform: skew(-10deg);
            transform: skew(-10deg);
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 200vw;
    height: 100%;
}
.office-leasing .bttn--black {
    color: #FCC643;
}
.office-leasing .bttn--black::before {
  background-color: var(--black);
  border-color: var(--black);
}
.office-leasing .bttn--black:hover {
  color: var(--black);
}
.office-leasing .bttn--black:hover::before {
  background-color: transparent;
  border-color: #000;
}


.office-leasing__office,
.office-leasing__leasing {
    position: relative;
    z-index: 2;
}
.office-leasing__title {
    color: #000;
    text-transform: uppercase;
    font-family: 'Oswald';
    font-family: 700;
}
.office__list-item {
    text-transform: uppercase;
}
.leasing__address,
.leasing__number {
    display: block;
}
.office__list-item,
.leasing__address,
.leasing__number {
    color: #000;
    font-family: 'DM Sans',sans-serif;
    font-weight: 500;
    letter-spacing: normal;
}
.office-leasing__flex p { color: #000; font-family: 'DM Sans',sans-serif; font-size: 1.4em; font-weight: 500; letter-spacing: normal; line-height: 1.5em; margin-top: 2rem; }
.retail__number,
.retail__email,
.retail__name {
    color: #000;
    display: block;
}
a + .retail__name { margin-top: 3rem; }
.retail__name {
    font-family: 'futura-pt-bold', sans-serif;
    font-weight: 700;
}
.retail__email,
.retail__number {
    color: #000;
    font-family: 'DM Sans',sans-serif;
    font-weight: 500;
    letter-spacing: normal;
}
@media only screen
and (min-width : 961px) {
    .office-leasing {
        margin-bottom: 14.8rem;
    }
    .office-leasing__shape::before {
        right: 5.3rem;
    }
    .office-leasing__bttn {
        position: absolute;
        bottom: 0;
        right: 8.1rem;
        width: 23.4rem;
        height: 8rem;
    }
    .office-leasing__bttn i {
        margin-left: 2rem;
    }
    .office-leasing__flex {
        padding: 10rem 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding-left: 8.333%;
    }
    .office-leasing__leasing {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        max-width: 25.8rem;
        margin-left: 3.7rem;
    }
    .office-leasing__office {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 34.3rem;
                flex: 0 1 34.3rem;
    }
    .office-leasing__title {
        font-size: 3.4rem;
        line-height: 1.55em;
        letter-spacing: 0.007em;
        margin-bottom: 1.4rem;
    }
    .office__list-item {
        font-size: 1.8rem;
        line-height: 1.72em;
    }
    .leasing__address {
        margin-bottom: 3rem;
    }
    .leasing__address,
    .leasing__number {
        font-size: 1.8rem;
        line-height: 1.38em;
    }
    .leasing__number {
        line-height: 1.72em;
    }
    .office-leasing__retail {
        padding-left: 8.333%;
    }

    .office-leasing__retail h3 {
        margin-bottom: 3.5rem;
    }
    .retail__name {
        font-size: 2.2rem;
        line-height: 1.5em;
        margin-bottom: 1.2rem;
    }
    .retail__email,
    .retail__number {
        font-size: 1.8rem;
        line-height: 1.72em;
    }

    .office-leasing  a:not(.bttn):hover {
        opacity: .7;
    }
}
@media only screen and (max-width : 960px) {
    .office-leasing {
        margin-bottom: 7rem;
    }
    .office-leasing__shape::before {
        right: 6.3rem;
    }
    .office-leasing__bttn {
        position: absolute;
        bottom: 0;
        right: 10.2rem;
        width: 21rem;
        height: 6.4rem;
    }
    .office-leasing__bttn i {
        margin-left: 2rem;
    }
    .office-leasing__flex {
        padding-top: 3rem;
        padding-bottom: 9.4rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .office-leasing__office {
        margin-bottom: 3.1rem;
    }
    .office-leasing__title {
        font-size: 2.8rem;
        line-height: 1.89em;
        letter-spacing: 0.007em;
        margin-bottom: 1rem;
    }
    .office__list-item {
        font-size: 1.7rem;
        line-height: 1.82em;
    }
    .leasing__address {
        margin-bottom: 3rem;
    }
    .leasing__address,
    .leasing__number {
        font-size: 1.7rem;
        line-height: 1.47em;
    }
    .leasing__number {
        line-height: 1.82em;
    }
    .office-leasing__retail {
        margin-top: 7rem;
    }

    .office-leasing__retail h3 {
        margin-bottom: 3.1rem;
    }
    .retail__name {
        font-size: 2rem;
        line-height: 1.35em;
        margin-bottom: 1rem;
    }
    .retail__email,
    .retail__number {
        font-size: 1.7rem;
        line-height: 1.82em;
    }

}
