/* Hive Resident */


.resident-section.new-section .resident-container {
  gap: 16px;
  max-width: 1595px;
}

.resident-section.new-section .single-resident-section {
    padding: 24px;
    text-align: center;
    min-height: 258px;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #CCCCCC;
}

.resident-section.new-section .resident-section-content {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;  
    z-index: 1;
}

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

.resident-section.new-section h2.section-title {
    font-weight: 700;
    margin-bottom: 16px;
    font-size: 1.5rem;
    text-transform: uppercase;
    line-height: 1.6rem;
    text-align: center;
    /* color: #000000; */
}

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

.resident-section.new-section .resident-section-link span {
    color: #8E8E8E;
    height: 42px;
    width: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    margin: 0 auto;
}
.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 .inner-intro.new-section .intro-container{
   max-width: 1595px;
  margin: 0 auto;
}
@media screen and (max-width: 1680px) {}

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

@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: 14px;
   
   }
    .resident-section.new-section .res-head-icon{
        height: 20px;
    }
   .resident-section.new-section .res-head-icon svg {
      max-width: 20px;
      height: 20px;
}
.resident-section.new-section .icon-title-wrap{
    gap: 6px;
    margin-bottom: 12px;
}
.resident-section.new-section h2.section-title{
    margin-bottom: 0px;
}
.resident-section.new-section h3.section-subtitle{
    font-size: 1.334rem;
    margin-bottom: 20px;
}

.resident-section.new-section .single-resident-section{
  padding: 10px;
   min-height: 161px;
}
.resident-section.new-section .resident-section-link span {
    height: 32px;
    width: 32px;
}
}