/* Collective Resident */

.resident-section.new-section .resident-container {
  max-width: 1232px;
    gap: 14px;
}
.resident-section.new-section .single-resident-section {
    padding: 20px;
    min-height: 169px;
    justify-content: left;
    flex-direction: column;
    border-radius: 4px;
    border: 1px solid #494949;
    background-color: #F0F0F0;
}

.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: start;
    justify-content: left;
    gap: 16px;
    margin-bottom: 6px;
}

.res-head-icon svg {
    max-width: 32px;
    height: 32px;  
}

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

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

}

.subheading-link-wrap {
    padding-left: 50px;
}

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

.resident-section.new-section .resident-section-link span {
    color: #494949;
}
.resident-section.new-section .resident-section-link .res-link-icon{
    right: 20px;
    position: absolute;
    top: calc(100% - 30px);
}
.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 .new-section.inner-intro .intro-container{
    max-width: 1232px;
}
@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1440px) {
     .resident-section.new-section {
    margin-bottom: 100px;
    }
}

@media screen and (max-width: 1024px) {
    .resident-section.new-section .icon-title-wrap{
        gap: 10px;
    }
    .resident-section.new-section h2.section-title{
        margin-bottom: 10px;
    }
}

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

@media screen and (max-width: 767px) {
     .resident-section.new-section {
       margin-bottom: 40px;
}
    .subheading-link-wrap {
    padding-left: 36px;
}
.resident-section.new-section .resident-container {
    gap: 12px;
   }
   .resident-section.new-section .res-head-icon svg {
    max-width: 28px;
     height: 28px;
}
.resident-section.new-section .icon-title-wrap{
    gap: 6px;
    margin-bottom: 2px;
}
.resident-section.new-section h2.section-title{
    margin-bottom: 6px;
    font-size: 1.5rem;
}
.resident-section.new-section h3.section-subtitle{
    font-size: 1.33rem;
    margin-bottom: 20px;
}
.resident-section.new-section .single-resident-section {
    min-height: 124px;
    padding: 16px;
}

}