/* Acacia Resident */
.resident-section.new-section .resident-container {
   max-width: 976px;
    gap: 20px;
}
.resident-section.new-section .single-resident-section {
    border: 1px solid #D3D3D3;
    padding: 24px;
    text-align: center;
    min-height: 244px;    
    flex-direction: column;    
    border-radius: 4px;
}

.resident-section.new-section .icon-title-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    
}

.resident-section.new-section h2.section-title {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 1.334rem;
    text-transform: capitalize;
    line-height: 1.6rem;
    text-align: center;
}

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

}

.resident-section.new-section .resident-section-link span {
    font-size: 0;
}

.resident-section.new-section .resident-section-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.page-layout-page-resident .new-section.inner-intro .intro-container{
        max-width: 976px;
}
@media screen and (max-width: 1680px) {}



@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 .resident-container {
    gap: 12px;
   }
   .resident-section.new-section .res-head-icon svg {
    max-width: 32px;
     height: 32px;
}
.resident-section.new-section .icon-title-wrap{
    gap: 6px;
}
.resident-section.new-section h2.section-title{
    margin-bottom: 6px;
}
.resident-section.new-section h3.section-subtitle{
    font-size: 1.167rem;
}
.resident-section.new-section .single-resident-section {
    min-height: 160px;
}
}