.love-living-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #DCEFD9 no-repeat center top / 100% auto;
  overflow-x: hidden;
  transition: height 0.35s ease-in-out;
}
.love-living-page .community-resources-page {
  padding-top: 58px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .love-living-page .community-resources-page .tab-list {
    overflow-x: auto;
  }
  .love-living-page .community-resources-page .tab-list::-webkit-scrollbar {
    height: 3px;
  }
  .love-living-page .community-resources-page .tab-list::-webkit-scrollbar-thumb {
    background-color: rgba(112, 139, 109, 0.3);
    border-radius: 10px;
  }
  .love-living-page .community-resources-page .tab-list::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .love-living-page .community-resources-page .tab-list ul {
    width: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .love-living-page .community-resources-page .tab-list ul .tab-item {
    white-space: nowrap;
  }
}
.love-living-page .community-resources-page .pane-content p {
  line-height: 1.66;
  color: #101010;
}
.love-living-page .community-resources-page .pane-content .list {
  margin: 0 -27px -54px;
}
@media screen and (max-width: 1200px) {
  .love-living-page .community-resources-page .pane-content .list {
    margin: 0 -20px -40px;
  }
}
@media screen and (max-width: 992px) {
  .love-living-page .community-resources-page .pane-content .list {
    margin: 0 -15px -30px;
  }
}
.love-living-page .community-resources-page .pane-content .list .col-box {
  padding: 0 27px 54px;
}
@media screen and (max-width: 1580px) and (min-width: 1200px) {
  .love-living-page .community-resources-page .pane-content .list .col-box {
    width: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .love-living-page .community-resources-page .pane-content .list .col-box {
    padding: 0 20px 40px;
  }
}
@media screen and (max-width: 992px) {
  .love-living-page .community-resources-page .pane-content .list .col-box {
    padding: 0 15px 30px;
  }
}
.love-living-page .community-resources-page .pane-content .list .box {
  border-radius: 20px;
  border: 1px solid #D2D2D2;
  padding: 36px 50px;
  background-color: #FBFBFB;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.love-living-page .community-resources-page .pane-content .list .box p {
  text-align: center;
  font-weight: bold;
}
.love-living-page .community-resources-page .pane-content .list .box .btn-box {
  margin-top: 30px;
  font-size: 1.125rem;
}
