/* Apiary Resident */
.resident-section.new-section .resident-container {
  max-width: 1000px;
  gap: 14px;
}
.resident-section.new-section .single-resident-section {
  padding: 12px;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 6px;
  padding-right: 0;
}
.resident-section.new-section .single-resident-section .color-overlay {
  position: absolute;
  content: "";
  height: 100%;
  width: calc(100% - 14px);
  left: 0;
  top: 0;
  border-radius: 6px;
}
.resident-section.new-section .resident-section-content {
  display: flex;
  width: 100%;
  height: 100%;
  border: 1px solid #494949;
  flex-direction: column;
  min-height: 244px;
  padding: 20px;
  z-index: 1;
  border-radius: 6px;
}
.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: 400;
  margin-bottom: 16px;
  font-size: 1.25rem;
  text-transform: uppercase;
  line-height: 1.6rem;
  color: #494949;
}

.resident-section.new-section h3.section-subtitle {
  font-weight: 400;
  font-size: 1rem;
  text-transform: capitalize;
  line-height: 1.6rem;
  color: #494949;
}
.resident-section.new-section .resident-section-link span {
  color: #ca7f0b;
}
.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: 1000px;
}
@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: 8px;
   
   }
   .resident-section.new-section .res-head-icon svg {
      max-width: 20px;
      height: 20px;
}
.resident-section.new-section .icon-title-wrap{
    gap: 6px;
     flex-direction: row;
     margin-bottom: 12px;
     align-items: normal;
}
.resident-section.new-section h2.section-title{
    margin-bottom: 0px;
    font-size: 1.334rem;
}
.resident-section.new-section h3.section-subtitle{
    font-size: 1.167rem;
    margin-bottom: 20px;
}
.resident-section.new-section .resident-section-content {
    min-height: 156px;
}
.resident-section.new-section .single-resident-section{
  padding: 10px;
}
}