/* Tupelo Resident */
.resident-section.new-section {
    /* background: #E0F0ED; */
    /*  padding: 58px 0; */
}

.resident-section.new-section .resident-container {
    display: flex;
    gap: 0;
}

.resident-section.new-section .single-resident-section {
    padding: 20px;
    min-height: 150px;
    justify-content: left;
    flex-direction: column;
    position: relative;
    border-radius: 4px;
    border: 1px solid #494949;
    /* background: #D1E8E4; */
}

.resident-section.new-section .resident-section-content {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: left;
    flex-direction: column;
}

.resident-section.new-section .icon-title-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    gap: 16px;
    margin-bottom: 6px;
    padding-right: 48px;
}

.resident-section.new-section .icon-title-wrap .res-head-icon {
    display: none;
}

.resident-section.new-section .subheading-link-wrap {
    padding-right: 48px;
}

.resident-section.new-section h2.section-title {
    font-weight: 500;
    margin-bottom: 0;
    font-size: 1.5rem;
    text-transform: capitalize;
    line-height: 1.6rem;
    color: #494949;
}

.resident-section.new-section h3.section-subtitle {
    font-weight: 300;
    font-size: 1.125rem;
    text-transform: capitalize;
    line-height: 1.6rem;
    color: #494949;
}

.resident-section.new-section .resident-section-link {
    justify-content: right;
    width: 100%;
    display: flex;
    text-align: left;
    width: 100%;
}

.resident-section.new-section .resident-section-link span {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 16px;
    top: 20px;
}

.resident-section.new-section .resident-section-link::after {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}

.page-layout-page-resident.theme-tupelo.v2 .new-section.inner-intro .content-wrapper {
    max-width: 1232px;
    margin: 0 auto;
}

.resident-section.new-section .resident-container .tupelo-resident-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    max-width: 1232px;
    margin: 0 auto;
}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 992px) {
    .resident-section.new-section .resident-container .tupelo-resident-container{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .resident-section.new-section .resident-container .tupelo-resident-container{
        grid-template-columns: repeat(1, 1fr);
    }
    .resident-section.new-section h2.section-title {
        margin-bottom: 0px;
        font-size: 1.834rem;
    }

    .resident-section.new-section h3.section-subtitle {
        font-size: 1.334rem;
        margin-bottom: 20px;
    }
}