/*******************************************************
 *
 * General
 *
 *******************************************************/
 #inner-page-wrapper>.container {
    width: 100%;
    padding: 0;
 }
 #inner-page-wrapper {
    margin-bottom: 0px !important;
}
.location-banner-col-left.col-md-6 {
    padding-right: 0;
}
.page-id-3117 #ap .ap-img-box-container {
    max-width: 1200px;
}
.canvas_img {
    position: relative;
}
.canvas_img canvas {
    width: 100%;
    display: block;
}
.canvas_img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
  
#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

/* BANNER SECTION */
#location-banner {
    padding-bottom: 80px;
}
#location-banner .container {
    display: flex;
    align-items: center;
}
canvas.location-banner-img {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 550px; */
    height: auto;
    max-width: 612px;
}
#location-banner .location-banner-title {
    color: var(--black-color-2);
    font-weight: 700;
    font-size: 52px;
    line-height: 52px;
    font-family: 'Metropolis';
    padding-bottom: 24px;
}
#location-banner .location-banner-content {
    color: var(--gray-color-1);
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    padding-bottom: 24px;
}
#location-banner .location-address{
    display: flex;
    flex-flow: row nowrap;
    gap: 10px;
    position: relative;
    margin-bottom: 24px;
    /* padding-left: 22px; */
    font-family: Metropolis;
    font-size: 20px;
    font-weight: 600;
    line-height: 26.4px;
    color: var(--black-color-2);
}
#location-banner .location-address .location-pin{
    flex: 1 0 auto;
    display: block;
    width: 12px;
    height: 20px;
    background: center / contain url(../images/location-pin.png) no-repeat;
}
#location-banner .site-button {
    margin-top: 16px;
}

#location-banner .location-banner-col-right {
    padding-left: 80px;
}

/* SPACES SECTION */
#spaces {
    padding-top: 80px;
    padding-bottom: 80px; 
}
#spaces .spaces-header-container .spaces-title {
    padding-bottom: 0;
    color: var(--black-color-2);
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
}
#spaces .spaces-description {
    color: var(--gray-color-1);
    text-align: center;
    /* max-width: 800px; */
    max-width: 750px;
    /* max-width: 1018px; */
    margin: 0 auto;
    font-weight: 300;
}

.spaces-cards-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 32px;
    row-gap: 50px;
    margin-top: 80px;
}
.spaces-card-img {
    width: 100%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    /* height: 456px; */
    height: 380px;
}

.spaces-card-item-title h4 {
    color: var(--black-color-2);
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 42px;
    padding-bottom: 16px;
    padding-top: 24px;
}
.spaces-card-item-description-container {
    display: flex;
    gap: 10px;
}
.spaces-card-item-description {
    margin: 0 auto;
}
.spaces-card-item-btn {
    max-width: 240px;
    width: 100%;
}
.spaces-card-item .spaces-card-item-btn a {
    padding: 12px 20px;
    font-size: 12px;
}

.spaces-card-item-description p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: var(--gray-color-1);
    font-weight: 400;
}

/* AMENITIES AND PERKS */
#ap {
    padding: 80px 64px;
    background: var(--white-color-2);
}
#ap .ap-header-container{
    margin-bottom: 40px;
}
#ap .ap-header-container h2 {
    color: var(--black-color-2);
    font-size: 40px;
    line-height: 48px;
    font-weight:700;
    text-align: center;
}
#ap .ap-img-box-container {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
    margin-top: 40px;
}
#ap .ap-img-box-container .img-box {
    text-align: center;
    padding: 30px;
    border: 1px solid var(--gray-color-3);
    max-width: 236.8px;
    width: 100%;
    height: 197.86px;
}
#ap .ap-img-box-container .img-box p {
     color: var(--black-color-2);
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
    padding-top: 24px;
}

#ap .ap-list-container{
    display: grid;
    grid-template-columns: repeat(auto-fill, 310px);
    justify-content: center;
    gap: 16px 24px;
}

#ap .ap-list-item{
    display: flex;
    flex-flow: row nowrap;
    min-width: 310px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    letter-spacing: 0;
}

#ap .ap-list-item img{
    width: 24px;
    height: 24px;
    margin-right: 24px;
}

/* DESK OPTIONS */
#desk-options {
    padding: 80px 30px;
    background: var(--white-color-1);
    /* background: var(--white-color-2); */
}

#desk-options .desk-options-title {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    line-height: 48px;
    color: var(--black-color-2);
    margin-bottom: 60px;
}

#desk-options .desk-options-main {
    position: relative;
    overflow: hidden;
    max-width: 1306px;
    margin: 0 auto;
    padding: 0 69px;
}

#desk-options .desk-options-cards {
    position: relative;
    display: block;
    margin: 0 -15px;
}

#desk-options .desk-options-cards-col {
    position: relative;
    z-index: 1;
    display: block;
    padding: 0 15px;
    height: 100%;
}

#desk-options .desk-options-cards-item {
    background: var(--white-color-2);
    padding: 66px 30px;
    min-height: 100%;
}

#desk-options .desk-options-cards-item.featured-item {
    background: var(--secondary-color);
}

#desk-options .desk-options-cards-item > h2 {
    position: relative;
    display: block;
    font-size: 36px;
    margin-top: 0;
    font-weight: 700;
    line-height: 1.267;
    color: var(--black-color-2);
    margin-bottom: 27px;
}

#desk-options .desk-options-cards-item > h2 em {
    display: block;
    font-size: 16px;
    color: var(--gray-color-1);
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 4px;
}

#desk-options .desk-options-cards-item > strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: var(--black-color-2);
    text-transform: uppercase;
}

#desk-options .desk-options-cards-item > ul {
    display: block;
    margin: 30px auto;
    padding: 0;
    width: 237px;
    max-width: 100%;
}

#desk-options .desk-options-cards-item > ul > li {
    position: relative;
    display: block;
    padding-left: 38px;
    line-height: 1.25;
    text-align: left;
}

#desk-options .desk-options-cards-item > ul > li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    background: transparent url(../images/checked.svg) no-repeat;
    background-position: top left;
    width: 16px;
    height: 12px;
}

#desk-options .desk-options-cards-item > ul > li + li {
    margin-top: 15px;
}

#desk-options .desk-options-cards-item > div {
    position: relative;
    display: block;
    margin-top: auto;
}

#desk-options .desk-options-cards-item > div > a {
    color: var(--white-color-1);
}

#desk-options .desk-options-cards:not(.slick-initialized) {
    display: flex;
    overflow: hidden;
}

#desk-options .desk-options-cards:not(.slick-initialized) .desk-options-cards-col {
    width: calc(100% / 3);
    flex-shrink: 0;
    height: 100%;
}

#desk-options .desk-options-cards .slick-track {
    display: flex;
}

#desk-options .desk-options-cards .slick-slide {
    position: relative;
    display: flex;
    height: auto;
}

#desk-options .desk-options-cards .slick-slide > div {
    width: 100%;
    height: 100%;
}

#desk-options .desk-options-control {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    pointer-events: none;
}

#desk-options .desk-options-cards:not(.slick-initialized) + .desk-options-control {
    display: none;
}

#desk-options .desk-options-arrow {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 1;
    pointer-events: auto;
    cursor: pointer;
    color: var(--black-color-2);
    transition: all 0.4s ease-in-out;
}

#desk-options .desk-options-arrow:hover {
    color: var(--primary-color);
}

#desk-options .desk-options-arrow + .desk-options-arrow {
    margin-left: auto;
}

#desk-options .desk-options-arrow.slick-hidden {
    display: none !important;
}

#desk-options .desk-options-arrow i {
    font-style: normal;
}


/* BUSINESS SERVICES */
#business-services {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    background: var(--secondary-color);
}
#business-services .bs-title {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    line-height: 48px;
    color: var(--black-color-2);
}

.bs-img-box-container {
    margin-top: 40px;
    gap: 32px;
}
.bs-img-box-container .img-box {
    display: block;
    text-align: center;
    padding: 30px 25px;
    border: 1px solid var(--primary-color);
    max-width: 236.8px;
    height: 197.86px;
    width: 100%;
    background: var(--white-color-1);
}
.bs-img-box-container .img-box p {
     color: var(--black-color-2);
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
    padding-top: 24px;
}

/* WHATS IN SECTION */
#whats-in {
    padding-bottom: 80px;
}
.whats-in-header-container .whats-in-title {
    color: var(--black-color-2);
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    padding-bottom: 30px;
}
#whats-in .whats-in-header-container {
    max-width: 1312px;
    margin: 0;
}
#whats-in p {
    color: var(--gray-color-1);
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
}
#whats-in p {
    padding-top: 30px;
}
#whats-in p:nth-child(2) {
    padding-top: 0 !important;
}

/* HOW TO GET */
#how-to-get{
    padding-bottom: 80px;
}

#how-to-get .how-to-get-title{
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
}

#how-to-get .how-to-get-title:not(:last-child){
    margin-bottom: 30px;
    color: var(--black-color-2);
}

#how-to-get .how-to-get-content{
    margin: 0 auto;
    max-width: 1312px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
    color: var(--gray-color-1);
}

#how-to-get .how-to-get-content > ul{
    list-style: disc;
    margin-left: 2rem;
}

#how-to-get .how-to-get-content > p:not(:first-child),
#how-to-get .how-to-get-content > ul:not(:first-child){
    margin-top: 1rem;
}

/* HOW TO COMMUTE */
#how-to-commute {
    background: var(--secondary-color);
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
}
#how-to-commute .how-to-commute-title {
    font-size: 52px;
    font-weight: 700;
    text-align: center;
    color: var(--black-color-2);
    line-height: 48px;
}
#how-to-commute .how-to-commute-accordion {
    margin-top: 60px;
    border: none;
}
.accordion-title {
    font-size: 24px;
    color: var(--black-color-2);
    font-weight: 700;
    padding: 20px 24px; 
    line-height: 33.6px;
    background: var(--white-color-1);
    cursor: pointer;
}
.htc-accordion-item {
    border: 1px solid var(--primary-color);
}
.htc-accordion-item:not(:first-child) {
    margin-top: 16px;
}
.accordion-content {
    padding: 10px 24px 50px 24px;
    background: var(--white-color-1);
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color:var(--gray-color-1);
    display: none;
}
.accordion-content ul li {
    list-style: disc;
    margin-left: 25px;
}

.accordion-title {
    position: relative;
}
.accordion-title::before {
    content: '';
    width: 18px;
    height: 18px;
    background: transparent url(/app/themes/loftph/assets/svg/plus.svg) no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    transition: 0.3s;
}
.htc-accordion-item.active .accordion-title::before {
    background: transparent url(/app/themes/loftph/assets/svg/minus.svg) no-repeat;
    transition: 0.3s;
    background-position: center;
}

/* IMAGE GALLERY */
.gallery .gallery-custom-container{
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    position: relative;
    margin: 0 auto;
    width: auto;
    max-width: 1900px;
}

.gallery .gallery-header-container {
    padding-bottom: 60px;
}

.gallery .gallery-title {
    color: var(--black-color-2);
    font-size: 40px;    
    font-weight: 700;
    line-height: 48px;
}

.gallery .gallery-preview-container{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px 14px;
    width: 100%;
}

.gallery .gallery-custom-container .gallery-popup-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 27px;
    bottom: 32.439px;
    border-radius: 2px;
    background: var(--white-color-1);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
    color: var(--black-color-2);
    text-transform: none;
    gap: 10px;
    width: max-content;
    padding: 10px 15px;
}

.gallery .gallery-custom-container .gallery-popup-button:hover {
    background: var(--light-color-6);
    border-color: rgba(0, 0, 0, 0.25);
    color: var(--black-color-2);
}

.gallery .gallery-custom-container .gallery-popup-button img {
    width: 13px;
    height: 14.733px;
}

.gallery .gallery-preview-item{
    position: relative;
    height: 305px;
}

.gallery .gallery-preview-item:first-child{
    grid-row: 1 / 3;
    height: 624px;
}

.gallery .gallery-preview-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery .gallery-preview-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.gallery .gallery-preview-item-container {
    width: 100%;
    flex: 1 0 0;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 10px 14px;
}

/* Gallery Modal */
#gallery-popup {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    overflow: hidden auto;
    visibility: hidden;
    opacity: 0;
}

#gallery-popup.active {
    visibility: visible;
    opacity: 1;
    z-index: 1043;
}

#gallery-popup::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;   
}

#gallery-popup .gallery-popup {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1043;
}

#gallery-popup .gallery-popup-close {
    all: unset;
    position: absolute;
    top: 21.37px;
    right: 37.12px;
    cursor: pointer;
    width: 40.5px;
    height: 40.5px;
}

#gallery-popup .gallery-popup-inner-wrap {
    width: 1312px;
    padding: 55px 20.25px;
    max-width: calc(100% - 30px);
    min-height: 0;
    margin: auto;
    background: var(--white-color-1);
    position: relative;
}

#gallery-popup .section-title {
    color: var(--black-color-2);
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
}

#gallery-popup .gallery-popup-single-navbutton {
    width: 52.875px;
    height: 63px;
    position: absolute;
    cursor: pointer;
    bottom: 169.31px;
    z-index: 999;
}

#gallery-popup .gallery-popup-single-container {
   position: relative;
   margin-top: 53.56px;
}

#gallery-popup .gallery-popup-single-container.container::before,
#gallery-popup .gallery-popup-single-container.container::after {
    display: none;
}

#gallery-popup .gallery-popup-single-list.slick-initialized.slick-slider {
    width: 100%;
    max-width: calc(min(73.75vw, 1062px));
    height: 527.625px;
    margin: auto;
}

#gallery-popup .prev {
    left: 0;
}

#gallery-popup .next {
    right: 0;
}

#gallery-popup .gallery-popup-single-item {
    width: 100% !important;
    height: 527.625px;
}

#gallery-popup .gallery-popup-multi-item {
    height: 173px;
    padding: 0 8.25px;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

#gallery-popup .gallery-popup-single-item img,
#gallery-popup .gallery-popup-multi-item img,
#gallery-popup .gallery-popup-single-navbutton img,
#gallery-popup .gallery-popup-multi-navbutton img,
#gallery-popup .gallery-popup-close img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Gallery Nav */
#gallery-popup .gallery-popup-multi-container {
    position: relative;
    margin-top: 51.82px;
    width: 100%;
}

#gallery-popup .gallery-popup-multi-list.slick-initialized.slick-slider {
    margin: 0 43.75px;
}

#gallery-popup .gallery-popup-multi-list .slick-list {
    padding: 0 !important;
    margin: auto;
}

#gallery-popup .gallery-popup-multi-navbutton {
    position: absolute;
    width: 21px;
    height: 27px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    cursor: pointer;
}

#gallery-popup .gallery-popup-multi-navbutton.prev {
    left: 51.75px;
}

#gallery-popup .gallery-popup-multi-navbutton.next {
    right: 46.75px;
}

#gallery-popup .gallery-popup-multi-navbutton.slick-hidden {
    display: none !important;
}

/* BOTTOM CTA SECTION */
#btm-cta-sec {
    padding: 80px 0;
}
#btm-cta-sec .btm-cta-title {
    color: var(--black-color-2);
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: left;
    padding-bottom: 24px;
}
#btm-cta-sec p {
    color: var(--gray-color-1);
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 0;
}
#btm-cta-sec p a {
    white-space: nowrap;
}
.btm-cta-sec-header-container p {
    padding-top: 32px;
}
.btm-cta-sec-header-container p:nth-child(2) {
    padding-top: 0;
}
#btm-cta-sec .btm-cta-title {
    text-align: center;
}
#btm-cta-sec p {
    text-align: center;
}
.btm-cta-sec-header-container {
    max-width: 750px;
    margin: 0 auto;
}

@media (min-width: 1199px) {
    #gallery-popup .gallery-popup-multi-list .slick-list .slick-track {
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    #gallery-popup .gallery-popup-multi-item {
        width: 100% !important;
        max-width: 182px;
    }
}

@media (max-width: 1199px) {
    #gallery-popup .gallery-popup-multi-item {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    #location-banner .container {
        flex-direction: column;
    }
    #location-banner .location-banner-title,
    #ap .ap-header-container h2,
    #business-services .bs-title,
    #spaces .spaces-title,
    .whats-in-header-container .whats-in-title,
    #how-to-commute .how-to-commute-title,
    #btm-cta-sec .btm-cta-title {
        font-size: 48px;
    }
    #location-banner .location-banner-col-left {
        text-align: center;
    }
    #location-banner .location-address{
        display: block;
    }
    #location-banner .location-address .location-pin{
        display: inline-block;
    }
    #location-banner .site-button {
        width: max-content;
    }
    #location-banner .location-banner-col-right {
        padding: 30px 0 0;
    }

    #spaces {
        padding: 60px 0;
    }
    #spaces .spaces-cards-container {
        grid-template-columns: 1fr;
    }
    #spaces .spaces-cards-container {
        gap: 40px;
        margin-top: 40px; 
    }
    canvas.spaces-card-img {
        height: auto;
    }

    #btm-cta-sec {
        padding: 60px 0;
    }

    #ap{
        padding: 80px 0;
    }

    #gallery-popup .gallery-popup-multi-container,
    #gallery-popup .gallery-popup-single-container {
        margin-top: 24px;
    }

    .aiosp-wrap .aiosp-container .aiosp-content:has(#gallery-popup) {
        padding: 35px 0;
    }

    #gallery-popup .gallery-popup-close {
        width: 20px;
        height: 20px;
        right: 24px;
    }

    #gallery-popup .gallery-popup-multi-navbutton.prev {
        left: 21px;
    }
    
    #gallery-popup .gallery-popup-multi-navbutton.next {
        right: 21px;
    }

    #desk-options {
        padding: 60px 15px;
    }

    #desk-options .desk-options-main {
        width: 450px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }

    #desk-options .desk-options-cards {
        display: block !important;
        margin: 0 !important;
    }
    
    #desk-options .desk-options-cards-col {
        margin: 0 auto;
        padding: 0;
        width: 100% !important;
    }
    
    #desk-options .desk-options-cards-col + .desk-options-cards-col {
        margin-top: 30px;
    }
    
    #desk-options .desk-options-cards-item {
        padding: 30px;
        min-height: 0;
    }
    
    #desk-options .desk-options-control {
        position: relative;
    }
    
    #desk-options .desk-options-cards .slick-track {
        display: block;
    }

    #desk-options .desk-options-cards-item > div {
        width: 100%;
    }

}
@media (max-width: 767px) {
    #location-banner .container,
    #spaces .container,
    #ap .container,
    #business-services .container,
    #btm-cta-sec .container {
        padding: 0 20px;
    }
    #location-banner .location-banner-title,
    #ap .ap-header-container h2,
    #business-services .bs-title,
    #spaces .spaces-title,
    .whats-in-header-container .whats-in-title,
    #how-to-commute .how-to-commute-title,
    #btm-cta-sec .btm-cta-title  {
        font-size: 44px;
        line-height: 54px;
    }
 
    .spaces-card-item-title h4 {
        font-size: 19px;
        padding-top: 10px;
        padding-bottom: 13px;
        line-height: 1;
    }
    #ap .ap-img-box-container .img-box p,
    .bs-img-box-container .img-box p,
    #btm-cta-sec p {
        font-size: 19px;
        line-height: 28px;
    }
    .spaces-card-item-description-container {
        flex-direction: column;
        gap: 20px;
    }
    .spaces-cards-container {
        gap: 40px;
    }
    #how-to-commute .how-to-commute-accordion {
        margin-top: 40px;
    }
    .btm-cta-sec-header-container p {
        padding-top: 15px;
    }

    .gallery .gallery-preview-container{
        grid-template-columns: 1fr;
    }

    .gallery .gallery-preview-item:first-child{
        grid-row: 1 / 1;
        height: 305px;
    }

    #gallery-popup .gallery-popup-single-list.slick-initialized.slick-slider, 
    #gallery-popup .gallery-popup-single-item {
        height: 350px;
    }

    #gallery-popup .gallery-popup-single-navbutton {
        width: 32.875px;
        height: 43px;
    }

    #gallery-popup .gallery-popup-multi-list.slick-initialized.slick-slider {
        margin: 0;
    }

    .gallery .gallery-title, 
    #gallery-popup .section-title {
        font-size: 40px;
        line-height: 1;
    }

}
@media (max-width: 480px) {
    #location-banner .location-banner-title,
    #ap .ap-header-container h2,
    #business-services .bs-title,
    #spaces .spaces-title,
    .whats-in-header-container .whats-in-title,
    #how-to-commute .how-to-commute-title,
    #btm-cta-sec .btm-cta-title  {
        font-size: 40px;
        line-height: 1;
    }
}