.left-sidebar .padding-container {
    padding-right: 4rem;
}

.left-sidebar .main-section--header .main-head {
    color: #034135;
    font-size: 28px;
    font-weight: 700;
}

.left-sidebar .main-section--header .main-subtitle,
.left-sidebar .main-section--header .main-desc {
    font-size: 14px;
    font-weight: 600;
}

.feature-box:not(:last-child) {
    margin-bottom: 1rem;
}

.feature-box .feature-img {
    width: 70px;
    padding: 0.35rem;
    border-radius: 12px;
}

.feature-box.featured-businesses .feature-img {
    width: 56px;
}

.feature-box.events-and-activities .feature-img {
    width: 60px;
}

.feature-box .feature-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.feature-box .feature-content h4 {
    font-size: 16px;
    font-weight: 700;
}

.feature-box .feature-content p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25em;
}

.feature-box.referrals-and-recommendations .feature-img {
    background-color: #EAF5DC;
}

.feature-box.referrals-and-recommendations .feature-content h4 {
    color: #153839;
}

.feature-box.neighborhood-feed  .feature-img {
    background-color: #E3EFFB;
}

.feature-box.neighborhood-feed  .feature-content h4 {
    color: #233087;
}

.feature-box.deals-and-offers  .feature-img {
    background-color: #FCEBD3;
}

.feature-box.deals-and-offers  .feature-content h4 {
    color: #EA7750;
}

.feature-box.featured-businesses  .feature-img {
    background-color: #E5DBF0;
}

.feature-box.featured-businesses  .feature-content h4 {
    color: #50289F;
}

.feature-box.events-and-activities  .feature-img {
    background-color: #FDD6D5;
}

.feature-box.events-and-activities  .feature-content h4 {
    color: #A6212A;
}

.extras-box .extras-box-img {
    width: 30px;
}

.extras-box .extras-box-content h4 {
    color: #092B29;
    font-size: 18px;
    font-weight: 700;
}

.extras-box .extras-box-content p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25em;
}

.coming-soon-to-your-zip {
    padding: 12px 4px;
    background-color: #F2F2F2;
    border-radius: 10px;
}

.coming-soon-to-your-zip .feature-img {
    width: 45px;
}

.coming-soon-to-your-zip .feature-content h4 {
    font-size: 12px;
    font-weight: 700;
}

.coming-soon-to-your-zip .feature-content p {
    font-size: 12px;
    font-weight: 500;
}

.phase-iv .profile-contnet-inner .left-sidebar .nav_btn.learn-more {
    padding: 8px 55px !important;
}

@media screen and (max-width: 992px) {
    .page-content { position: relative; z-index: auto; }
    .profile-right-col > .row > #sideBarBtn { order: 1; }
    .profile-right-col > .row > :nth-child(2) { order: 2; }
    .profile-right-col > .row > .sidebar-right { order: 3; }
    .profile-right-col > .row > .main-content-box { order: 4; }
    .left-sidebar { overflow-y: auto; }
    .left-sidebar > .card { border: none; }
    .left-sidebar .padding-container { padding-right: 0; }
}