/*  */
body.post-type-archive-neighborhoods .heroInner,
body.post-type-archive-neighborhoods .rch-pagination-agent{
	margin-block-end: 5rem;
}
/*********************
START: resources
*********************/

.resources{
    margin-block: 5rem;
}

.resources ul {
    background-color: var(--baseLight-color);
    border-left: 3px solid #000000;
    box-shadow: 3px 3px 3px 3px rgba(70, 70, 70, 0.05);
    margin-bottom: 40px;
    padding: 40px;
    width: 80%;
    margin-inline: auto;
}

.resources ul li{
    padding-block-end: 3rem;
    border-bottom: 1px solid #ccc;
}

.resources ul li:not(:first-child){
    padding-block-start: 1.5rem;
}

.resources ul li>a{
    color: #082054;
}

.resources ul li>a>h3 {
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 10px;
}

.resources ul li>a:last-child{
    display: flex;
    align-items: center;
    column-gap: 10px;
	font-family: var(--font-family-Bodoni) !important;
}

.resources ul li>a:last-child img{
    width: 1.25rem;
	height: 1.25rem;
}

.resources ul li>.box {
    background: #f1f1f1;
    padding: .5em;
    font-size: 18px;
    width: 100%;
    max-width: 60%;
    margin-block-end: 28px;
}

.resources ul li>.box p{
    margin-block-end: 0.5rem ;
    color: var(--baseDark-color);
	font-family: var(--font-family-Bodoni) !important;
}

/* real-estate-news page */
body.page-id-163 .resources ul li>p{
	margin-bottom: 2rem;
}
/*********************
END: resources
*********************/
@media screen and (max-width: 992px) {
	.resources ul li>.box{
		max-width: 80%;
	}
}
	

@media screen and (max-width: 992px) {
	.resources ul{
		width: 90%;
	}
	
	.resources ul li>.box{
		max-width: unset;
	}
}

@media screen and (max-width: 768px) {
	.resources ul{
		width: 100%;
	}
}