.floorplans-header__code {
    display: block;
    color: #165D65;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
}
.floorplans-header__title {
    font-family: 'oswald', sans-serif;
    font-weight: 700;
    color: #000000;
}
.floorplans-header__title span {
    color: #165D65;
}
.floorplans-header__flex {
    display: flex;
    align-items: center;
}
.floorplans-header__starting {
    display: block;
    text-transform: uppercase;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    color: #165D65;
}
.floorplans-header__price {
    display: block;
    font-family: 'oswald', sans-serif;
    font-weight: 700;
    color: #000000;
}
.floorplans-header__bttn-view {
    color: #000;
}
.bttn--tpt-blue.floorplans-header__bttn-view::before {
    border-color: #000;
}
@media only screen 
and (min-width : 961px) {
    
    .floorplans-header {
        padding-top: 18.8rem;
        padding-bottom: 10.6rem;
    }
    .floorplans-header__info {
        padding-top: 9.7rem;
        padding-left: 8.333%;
    }
    .floorplans-header .back-single__container {
        margin-bottom: 3.2rem;
    }
    .floorplans-header__code {
        font-size: 3rem;
        line-height: 1em;
        letter-spacing: normal;
    }
    .floorplans-header__title {
        font-size: 4rem;
        line-height: 1.5em;
        letter-spacing: .003em;
        margin-bottom: 3.6rem;
    }
    .floorplans-header__flex {
        justify-content: flex-start;
    }
    .floorplans-header__flex-left {
        flex: 0 1 11.4rem;
        margin-right: 6rem;
    }
    .floorplans-header__starting {
        font-size: 1.8rem;
        line-height: 1.31em;
        letter-spacing: normal;
    }
    .floorplans-header__price {
        font-size: 4rem;
        line-height: 1.25em;
        letter-spacing: 0.025em;
    }
    .floorplans-header__bttn-check {
        width: 24.1rem;
        height: 6rem;
    }
    .floorplans-header__image {
        width: 52rem;
        height: auto;
        margin-bottom: 4.4rem;
    }
    .floorplans-header__bttn-view {
        width: 20.6rem;
        height: 5.6rem;
    }
}
@media only screen 
and (max-width : 960px) {
    .floorplans-header {
        padding-top: 15.4rem;
        padding-bottom: 7rem;
    }
    .floorplans-header__code {
        font-size: 2.2em;
        line-height: 1.36em;
        letter-spacing: normal;
        margin-bottom: .5rem;
    }
    .floorplans-header__title {
        font-size: 2.8em;
        line-height: 1.35em;
    }
    .floorplans-header__title span {
        color: #000;
    }
    .floorplans-header__flex {
        justify-content: space-between;
        margin-bottom: 7rem;
    }
    .floorplans-header__starting {
        font-size: 1.2em;
        line-height: 1.25em;
        margin-bottom: .5em;
    }
    .floorplans-header__price {
        font-size: 2.8em;
        line-height: 1.35em;
        letter-spacing: normal;
    }
    .floorplans-header__bttn-check {
        padding: 1.8rem 2rem;
    }
    .floorplans-header__bttn-view {
        margin-top: 4rem;
        padding: 1.7rem 2rem;
    }
}