:root {
    --section-desc-color: #252525;
    --ip-default-transition: all 0.35s ease-in-out;
}

.site-easing {
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

#inner-page-wrapper {
    margin-bottom: 0;
}

#inner-page-wrapper>.container {
    width: 100%;
    padding: 0;
}

.ip-banner .container {
    width: 100%;
}

.section-wrap {
    position: relative;
}

.custom-margin {
    width: 100%;
    max-width: 1490px;
    margin: auto;
    padding: 0 15px;
}

.ip-ec-content {
    position: relative;
}

.breadcrumbs-wrap {
    padding: 30px 120px;
    /*    background: #162148;*/
    text-align: center;
    width: fit-content;
}

.breadcrumbs {
    color: #000000;
    /*
    font-size: 14px;
    font-family: 'Mulish';
    text-transform: uppercase;
*/
}

.breadcrumbs a {
    color: #000000;
}

.sec-title h2,
.sec-title h1 {
    font-size: 55px;
    font-weight: 500;
    line-height: 1.2;
    color: #4f4f4f;
    text-align: center;
    font-family: var(--font-family-title);
    text-transform: uppercase;
}

.sec-a {
    margin-top: 0;
    max-width: 1340px;
    padding: 0;
}

.sec-a .sec-title {
    margin: 0 0 42px;
}

.sec-stats {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.sec-stats>div {
    display: flex;
    flex-flow: row wrap;
    width: 33.33%;
    max-width: 402px;
}

.stat-title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}

.stat-title strong {
    font-size: 25px;
    font-weight: 500 !important;
    letter-spacing: 0.025em;
    line-height: 1;
    color: #4f4f4f;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--font-family-title);
}

.stat-title span {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.025em;
    line-height: 1;
    color: #4f4f4f;
    text-align: center;
    text-transform: uppercase;
    margin: 2px 0 0;
    font-family: var(--font-family-title);
}

.stat-title::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    margin: 9px 0 0;
}

.stat-item {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 33.33%;
    position: relative;
}

.stat-item::before {
    content: '';
    width: 1px;
    height: 27px;
    background: #000;
}

.stat-item.center::before {
    height: 60px;
}

.stat-item span {
    display: block;
    font-size: 20.55px;
    font-weight: 700;
    line-height: 1;
    color: #333333;
    text-align: center;
    text-transform: uppercase;
    margin: 6px 0 0;
    font-family: var(--font-family-default);
}

.stat-item em {
    display: block;
    font-size: 12px;
    font-weight: 500;
    font-style: normal !important;
    color: #333333;
    text-align: center;
    text-transform: uppercase;
    margin: 2px 0 0;
    letter-spacing: 0.05em;
    width: max-content;
}

.sec-stats>div:nth-child(2) {
    margin-left: 40px;
}

.sec-stats>div:last-child {
    margin-left: 50px;
}

.sec-stats>div:first-child .stat-title+.stat-item {
    padding-right: 55px;
}

.sec-stats>div:first-child .stat-title+.stat-item+.stat-item+.stat-item {
    padding-left: 55px;
}

.sec-stats>div:nth-child(2) .stat-title+.stat-item {
    padding-right: 59px;
}

.sec-stats>div:nth-child(2) .stat-title+.stat-item+.stat-item+.stat-item {
    padding-left: 55px;
}

.sec-stats>div:last-child .stat-title+.stat-item {
    padding-right: 60px;
}

.sec-stats>div:last-child .stat-title+.stat-item+.stat-item+.stat-item {
    padding-left: 55px;
}

.sec-b {
    max-width: unset !important;
    margin-top: 85px;
    width: unset;
    padding: 0;
    padding-left: 4.5%;
    padding-right: 9.8%;
    position: relative;
}

.sec-b .sec-content {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.sec-toc {
    width: 24.72%;
    padding: 3.6% 0 0;
}

.sec-toc>div {
    background: var(--primary);
    padding: 73px 120px 68px 70px;
    margin: 0 -118px 0 0;
}

.sec-toc h2 {
    font-size: 25px;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 15px;
    font-weight: 400;
}

.sec-toc ol {
    margin: 0 !important;
    list-style: auto;
    list-style-position: inside;
}

.sec-toc ol li {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 2.813;
}

.sec-photo {
    width: 29.32%;
}

.img-wrapper {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.img-wrapper canvas {
    display: block;
    width: 100%;
    height: 100%;
}

.img-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.sec-b .sec-text {
    width: 45.298%;
    padding: 60px 0 0;
    position: relative;
    z-index: 1;
}

.sec-b .sec-text>div {
    background: #fff;
    padding: 45px 64px 0 63px;
    margin: 0 0 0 -97px;
    height: 100%;
}

.sec-b .sec-bg-1 {
    right: 0;
    left: unset;
    width: 9.94%;
}

.sec-b .sec-bg-1 canvas {
    filter: grayscale(1);
}

.sec-text h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    color: #4f4f4f;
    margin: 0 0 12px !important;
    font-family: var(--font-family-title);
    text-transform: uppercase;
}

.desc p {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.025em;
    line-height: 1.847;
    color: #252525;
    margin: 0 0 28px;
}

.sec-c {
    padding: 65px 15px 100px;
    max-width: 1480px;
}

.sec-content {
    position: relative;
}

.sec-listings {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    /*    margin: 0 -14px;*/
}

.sec-listing {
    width: 32.28%;
    /*    padding: 0 14px;*/
    margin: 0 0 28px;
}

.sec-listing a {
    display: block;
    position: relative;
}

.sec-listing a:hover .sec-listing-photo img {
    transform: scale(1.05);
}

.sec-listing-info {
    width: 100%;
    max-width: 286px;
    background: rgba(13, 29, 56, 0.85);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    margin: auto;
    padding: 20px 26px 24px;
}

.sec-listing-info span {
    display: block;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.2;
    color: #fff;
    text-align: center;
}

.sec-button {
    display: flex;
    justify-content: center;
}

.sec-c .sec-button {
    margin: 34px 0 0;
}

.sec-button a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 365px;
    height: 64px;
    border: 2px solid var(--accent);
    font-size: 15px;
    font-weight: 500;
    color: #1c1c1c;
    text-align: center;
    text-transform: uppercase;
    padding: 0 15px;
    letter-spacing: 0.1em;
    transition: var(--ip-default-transition);
}

.sec-button a:hover {
    background: var(--accent);
    color: #fff;
}

.sec-disclaimer {
    line-height: 1.5;
    margin-top: 25px;
}

.sec-text {
    position: relative;
}

.comm-desc-content {
    position: relative;
    z-index: 2;
    padding: 10px 0;
}

.sec-text .desc-title {
    font-family: var(--font-family-title);
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    color: #4f4f4f;
    margin: 0 0 25px !important;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

.desc-subtitle {
    font-size: 17px;
    letter-spacing: 0.03em;
    font-weight: 500;
    color: #252525;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.with-bullet {
    position: relative;
}
.with-bullet strong {
    padding-bottom:10px;
}


.with-bullet::before {
    content: '';
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(https://cdn.agentimagehosting.com/0LR5JXNrkS5UFQoGNeu6J/2024/05/text-bullet-1.png);
    margin-right: 20px;
    margin-bottom: -1px;
}

.desc-paragraph {
    position: relative;
    margin-bottom: 62px;
}

.desc-paragraph ul li {
    font-size: 16px !important;
    font-weight: 400;
    letter-spacing: 0.03em !important;
    line-height: 1.75;
    color: #252525 !important;
}

.white-bg {
    position: relative;
    width: 100%;
    max-width: 891px;
}

.white-bg:before {
    position: absolute;
    content: '';
    background: #ffffff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.sec-d {
    padding-top: 3.5%;
    padding-bottom: 30px;
}

.sec-d .comm-desc-content {}

.sec-d .white-bg {
    padding-right: 142px;
    padding-top: 33px;
}

.sec-d .white-bg:before {
    left: -15px;
    width: calc(100% - 40px);
    height: calc(100% + 60px);
}

.sec-d .white-bg .desc-paragraph {
    margin-bottom: 120px;
}

.sec-d ul {
    padding-left: 10px;
    column-count: 2;
    max-width: 745px;
    margin-top: -10px;
}

/*.sec-d .comm-desc-content>.desc-paragraph .sec-text .desc-title {
    margin-bottom: 10px !important;
    /* font-size: 33px;  
}*/

/* .sec-d .comm-desc-content>.desc-paragraph .sec-text .desc-title, */
.ip-ec-content>.comm-desc-content .sec-text .desc-title:not(#neighborhood) {
    font-size: 33px;
}
.desc h3 {
    padding: 10px 0;
}

.desc-paragraph img {
    padding: 10px 0;
}
.sec-d .comm-desc-content>.desc-paragraph {
    padding-right: 10%;

    background: #fff;
    padding-top: 20px;
}

.sec-d .sec-text .desc-title {
    margin-bottom: 20px !important;
}

.ip-bg-wrapper {
    position: absolute;
    width: 100%;
    height: auto;
    max-height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #000;
    overflow: hidden;
}

.ip-bg-wrapper canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.ip-bg-wrapper.dark canvas {
    opacity: 0.4;
    filter: grayscale(1);
}

.sec-d .sec-bg-1 {
    width: 10.63%;
}

.sec-d .sec-bg-2 {
    width: 29%;
    left: unset;
    right: 10.375%;
}

.sec-e {
    padding-top: 6.2%;
    padding-bottom: 75px;
}

.sec-e .sec-bg-1 {
    width: 24.63%;
    left: 10.625%;
}

.sec-e .sec-bg-2 {
    width: 18.75%;
    left: unset;
    right: 0;
}

.sec-e .white-bg {
    max-width: 835px;
    margin-right: 6.4%;
    margin-left: auto;
    padding: 35px 61px 45px 60px;
}

.sec-e .sec-text .desc-title {
    margin-bottom: 5px !important;
}

.sec-e .desc p {
    /*    text-align: right;*/
}

.sec-e .dining-list .desc p {
    font-weight: 300;
    font-size: 15px !important;
    line-height: 1.867;
}

.sec-e .white-bg .desc-paragraph {
    margin-bottom: 40px;
}

.sec-f {
    padding-top: 6%;
    margin-top: 30px;
}

.sec-f .sec-bg-1 {
    width: 18.75%;
}

.sec-f .sec-bg-2 {
    width: 35.25%;
    left: unset;
    right: 4.375%;
}

.sec-f .sec-text .desc-title {
    font-family: var(--font-family-title);
}

.sec-f .white-bg {
    padding-top: 55px;
    padding-right: 150px;
    padding-bottom: 1px;
}

.sec-f .white-bg .desc-paragraph {
    margin-bottom: 50px;
}

.sec-f .white-bg::before {
    left: -75px;
}

.sec-f .white-bg ul {
    margin-left: -5px;
    margin-top: -8px;

}

.sec-f .white-bg ul li {
    padding-left: 55px;
    margin-bottom: 10px;
}

.sec-f .white-bg ul .with-bullet::before {
    position: absolute;
    top: 8px;
    left: 0;
}

.sec-f .desc-subtitle {
    margin-bottom: 28px;
    margin-top: 32px;
}

.sec-f .rec-list {
    padding-left: 45px;
    margin-right: -45px;
}

.rec-item .with-bullet::before {
    position: absolute;
    left: -35px;
}

.rec-title {
    font-weight: 700;
    letter-spacing: 0.03em;
    margin-bottom: 17px;
}

.sec-g {
    padding-top: 15px;
}

.sec-g .sec-text .desc-title {
    font-family: var(--font-family-title);
}

.sec-g .desc-paragraph {
    margin-bottom: 0;
}

.dining-item-title {
    font-weight: 700;
    letter-spacing: 0.03em;
    margin-bottom: 6px;
    font-size: 15px;
    color: #252525;
    text-transform: uppercase;
}

.dining-list {
    display: flex;
    flex-flow: row wrap;
    margin-top: 50px;
    margin-right: -30px;
    margin-left: 15px;
}

.dining-item {
    width: 50%;
    padding-left: 35px;
    padding-right: 50px;
    margin-bottom: 35px;
}
.dining-item-title.with-bullet strong {
    padding-bottom: 5px;
    display: block;
}
div.dining-item-title.with-bullet {
    display: block;
    margin-bottom: 20px;
}

.dining-item:last-child {
    /*    width: 100%;*/
}

.dining-item .with-bullet::before {
    position: absolute;
    left: -35px;
    top: 0;
}

.sec-h .sec-text .desc-title {
    font-family: var(--font-family-title);
}

.sec-h ul {
    column-count: 2;
    max-width: 745px;
    margin-top: -20px;
}

.sec-h ul p {
    display: inline-block;
}

.sec-i {
    padding-top: 7.5%;
    margin-top: 30px;
}

.sec-i .sec-bg-1 {
    width: 35.25%;

    left: 4.375%;
}

.sec-i .white-bg .desc-paragraph {
    margin-bottom: 0;
}

.sec-i .sec-bg-2 {
    width: 18.75%;
    left: unset;
    right: 0;
}

.sec-i .white-bg {
    padding: 55px 60px 15px 50px;
    margin-left: auto;
    max-width: 925px;
}

.sec-i .desc p {
    text-align: right;
}

.sec-i .sec-text .desc-title {
    text-align: right;
}

.desc p a {
    color: #252525;
    transition: var(--default-transition);

}

.desc p a:hover {
    color: var(--secondary-background-color);
    opacity: 0.6;
}

/*BG*/
.sec-d .ip-bg-wrapper canvas {
    max-height: 436px;
    background-position: top;
}

.sec-d .sec-bg-1 canvas {
    filter: grayscale(1);
}

.sec-d .desc p {
    line-height: 2;
}

.sec-e .ip-bg-wrapper canvas {
    max-height: 476px;
}

.sec-f .ip-bg-wrapper canvas {
    max-height: 645px;

}

.sec-f .ip-bg-wrapper.dark canvas {
    opacity: 0.5;
}

.sec-i .ip-bg-wrapper canvas {
    max-height: 478px;

}

.sec-i .ip-bg-wrapper.dark canvas {
    opacity: 0.5;
}

.outdoor-act {
    margin-top: -10px;
    margin-bottom: 70px;
}

.outdoor-act .desc p {
    font-size: 15px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.867;
}

.sec-e .outdoor-act .sec-text .desc-title {
    margin-bottom: 20px !important;
}

.outdoor-list {
    /*
    column-count: 2;
    display: block;
*/
    margin: 0;
    list-style: none;
   /* display: inline-grid;
    grid-template-rows: repeat(5, auto);
    grid-auto-flow: column;*/
	margin-bottom: 60px;
}

.outdoor-list li {
    padding-left: 35px;
    padding-right: 40px;
	width: 50%;
}

/*
.outdoor-list li:nth-child(2){
    margin-bottom: 20px;
}
.outdoor-list li:nth-child(5){
    margin-top: -140px;
}
.outdoor-list li:last-child{
    margin-top: -100px;
}
*/
.outdoor-list .with-bullet::before {
    position: absolute;
    left: -35px;
    top: 0;
}

.outdoor-list .dining-item-title {
    text-transform: unset;
}

.outdoor-list .desc.with-bullet::before {
	top: 5px;
}

/**************************************************/
/*MEDIA AND OTHER MOBILE STYLES*/
/**************************************************/
@media only screen and (max-width: 1480px) {
    .sec-stats>div {
        margin: 0 !important;
    }

    .stat-item {
        padding: 0 !important;
    }

    .sec-text h2 {
        font-size: 45px;
    }

    .sec-d .white-bg {
        padding-right: 85px;
        padding-left: 15px;
    }

    .sec-d .comm-desc-content>.desc-paragraph {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 1366px) {
    .sec-stats>div {
        padding: 0 15px;
    }

    .sec-toc {
        padding: 5.4% 0 0;
    }

    .sec-toc>div {
        padding: 55px 120px 55px 35px;
    }

    .sec-toc h2 {
        font-size: 24px;
    }

    .sec-b .sec-text>div {
        padding: 50px 50px 0 50px;
    }

    .sec-f .rec-list {
        margin-right: 0;
    }

}

@media only screen and (max-width: 1300px) {
    .sec-d .white-bg:before {
        left: 0;
        width: calc(100% - 25px);
    }

    .sec-d .white-bg {
        padding-right: 45px;
        padding-left: 30px;
        padding-top: 30px;
    }

    .sec-f .white-bg:before {
        left: -15px;
    }

    .sec-f .white-bg {
        padding-right: 50px;
    }

    .sec-d .comm-desc-content>.desc-paragraph {
        padding-left: 30px;
    }


}

@media only screen and (max-width: 1199px) {
    .stat-title strong {
        font-size: 20px;
    }

    .stat-item span {
        font-size: 16px;
    }

    .sec-b .sec-text>div {
        padding: 30px 30px 0 30px;
        margin: 0 0 0 -150px;
    }

    .sec-text h2 {
        font-size: 45px;
    }

    .sec-toc h2 {
        font-size: 20px;
    }

    .sec-toc>div {
        padding: 40px 110px 50px 25px;
    }

    .sec-toc ol li {
        font-size: 13px;
    }

    .desc p {
        font-size: 13px !important;
    }

    .sec-listing-info span {
        font-size: 13px;
    }

    .sec-listing-info {
        max-width: 255px;
    }

    .sec-d .sec-bg-2 {
        right: 15px;
    }

    .sec-e .sec-bg-1 {
        left: 15px;
    }

    .desc-paragraph ul li {
        font-size: 13px !important;
    }

    .sec-f .sec-bg-2 {
        right: 15px;
    }

    .sec-i .sec-bg-1 {
        left: 15px;
    }

    .sec-toc>div {
        margin: 0 -85px 0 0;
        padding: 40px 85px 50px 25px;
    }

    .sec-e .dining-list .desc p {
        font-size: 12px !important;
    }

    .outdoor-act .desc p {
        font-size: 12px !important;
    }

    .sec-text .desc-title {
        font-size: 45px !important;
    }

    /* .sec-d .comm-desc-content>.desc-paragraph .sec-text .desc-title, */
    .ip-ec-content>.comm-desc-content .sec-text .desc-title:not(#neighborhood) {
        font-size: 38px !important;
    }
}

@media only screen and (max-width: 991px) {
    .breadcrumbs-wrap {
        padding: 30px 15px;
    }

    .sec-stats>div {
        width: 100%;
        max-width: 500px;
        margin: auto !important;
        margin-bottom: 40px !important;
    }

    .desc p {
        font-size: 16px !important;
        text-align: center;
		padding: 0 15px;
    }
	.desc h3 {
		padding: 10px 15px;
	}
	.dining-list {
		padding: 0 15px;
	}
	.dining-list p {
		padding: 0;
	}

    .sec-toc {
        padding: 0;
        width: 100%;
        max-width: 500px;
        margin: auto;
    }

    .sec-toc>div {
        padding: 60px 50px;
        margin: 0;
    }

    .sec-toc h2 {
        text-align: center;
        font-size: 30px;
    }

    .sec-toc ol li {
        font-size: 15px;
        text-align: center;
    }

    .sec-photo {
        width: 100%;
        max-width: 500px;
        margin: 15px auto;

    }

    .sec-b .sec-text {
        width: 100%;
        max-width: 800px;
        margin: auto;
        padding: 0;
    }

    .sec-b .sec-text>div {
        margin: 0;
    }

    .sec-text h2 {
        text-align: center;
        font-size: 50px;
    }

    .sec-listing {
        width: calc(50% - 28px);
        margin: 0 auto 28px;
    }

    .sec-listings {
        width: 100%;
        max-width: 850px;
        margin: auto;
    }

    .ip-bg-wrapper {
        display: none;
    }

    .white-bg {
        padding: 0 !important;
    }

    .white-bg:before {
        opacity: 0;
    }

    .sec-text .desc-title {
        text-align: center;
		padding: 0 15px;
    }

    .desc-subtitle {
        text-align: center;
    }

    .sec-d ul {
        width: max-content;
        margin: auto;
        column-count: 1;
    }

    .sec-d {
        padding-top: 0;
        padding-bottom: 0;
    }

    .sec-e .desc p {
        text-align: center;
    }

    .sec-e {
        padding-top: 0;
    }

    .desc-paragraph ul li {
        font-size: 16px !important;
    }

    .sec-f {
        margin-top: 0;
    }

    .sec-f .rec-list {
        padding-left: 0;
    }

    .rec-title {
        text-align: center;
    }

    .rec-item .with-bullet::before {
        position: relative;
        left: 0;
    }

    .dining-item {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .dining-item .with-bullet::before {
        position: relative;
        left: 0;
        top: 1px;
    }

    .dining-item-title {
        text-align: center;
    }

    .sec-h ul {
        width: max-content;
        margin: auto;
        column-count: 1;
    }

    .sec-i .desc p {
        text-align: center;
    }

    .sec-i .sec-text .desc-title {
        text-align: center;
    }
    .dining-item-title.with-bullet strong {
        display: inline-block;
}
    .sec-i {
        margin-top: 0;
    }

    .outdoor-list {
        column-count: 1;
        display: block;
    }

    .sec-d .comm-desc-content>.desc-paragraph {
        padding-right: 0;
        padding-left: 0;
        padding-top: 0;
    }

    .dining-list {
        margin: 0;
		margin-bottom: 60px;
    }

    .outdoor-list .with-bullet::before {
        position: relative;
        left: 0;
        top: 2px;
    }

    .outdoor-list li {
        margin: 0 !important;
        padding: 0;
		width: 100%;
    }

    .sec-b {
        padding: 0 15px;
    }

    .sec-e .dining-list .desc p {
        font-size: 15px !important;
    }

    .outdoor-act .desc p {
        font-size: 15px !important;
    }

    .sec-d .white-bg .desc-paragraph {
        margin-bottom: 60px;
    }

}

@media only screen and (max-width: 767px) {
    .sec-listing {
        width: 100%;
        max-width: 450px;
        margin: 0 auto 14px;
    }

}

@media only screen and (max-width: 480px) {
    .breadcrumbs-wrap {
        padding: 30px 0;
        width: 100%;
    }

    .sec-title h2 {
        font-size: 35px !important;
    }

    .desc p {
        font-size: 13px !important;
        margin-bottom: 15px !important;
    }

    .sec-b {
        margin-top: 20px;
    }

    .sec-toc>div {
        padding: 60px 15px;
    }

    .sec-text h2 {
        font-size: 35px;
    }

    .sec-b .sec-text>div {
        margin: 0;
        padding: 30px 0;
    }

    .sec-c {
        padding: 0px 0 80px;
    }

    .desc-paragraph ul li {
        font-size: 13px;
    }

    .desc-paragraph {
        margin-bottom: 35px;
    }

    .sec-text .desc-title {
        font-size: 30px !important;
    }

    /* .sec-d .comm-desc-content>.desc-paragraph .sec-text .desc-title, */
    .ip-ec-content>.comm-desc-content .sec-text .desc-title:not(#neighborhood) {
        font-size: 25px !important;
    }

    .desc-paragraph ul li {
        font-size: 13px !important;
    }

    .sec-f .white-bg ul li {
        padding-left: 30px;
    }

    .sec-e .dining-list .desc p {
        font-size: 12px !important;
    }

    .outdoor-act .desc p {
        font-size: 12px !important;
    }

    .sec-button a {
        max-width: 280px;
    }

    .sec-listings {
        padding: 0 15px;
    }
}

h3 {
    font-family: var(--font-family-tile);
    font-size: 25px;
    font-weight: 500px;
    line-height: 1.2;
    color: #4f4f4f;
    margin: 0 0 25px !important;
    letter-spacing: 0.025em;
}