.new-home {
    .hero .section .row {
        align-items: flex-start;
        padding-top: 90px;
    }

    .hero .section-title {
        color: var(--brown-color);
        font-size: 64px;
        line-height: 78px;
        font-family: var(--inter-font);
        font-weight: 600;
        margin: 0 0 30px;
    }

    .hero .section-subtitle {
        font-size: 24px;
        line-height: 36px;
        font-family: var(--inter-font) !important;
        font-weight: 400;
        color: var(--brown-color);
        margin-bottom: 40px;
        max-width: 435px;
    }

    .btn-primary {
        align-items: center;
        background: var(--pink-color);
        color: #fff;
        display: inline-flex;
        font-family: var(--inter-font);
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0.34px;
        gap: 8px;
        line-height: 1;
        padding: 20px 37px;
        text-decoration: none;
        border: 1px solid var(--pink-color);
        transition: 0.3s;
        margin: auto 0 0;
        text-transform: uppercase;
        justify-content: center;
    }

    .btn-primary:hover,
    .btn-primary:focus {
        background: transparent;
        text-decoration: none;
        color: var(--pink-color) !important;
        box-shadow: none;
    }

    .btn-primary-outline {
        padding: 14px 37px;
        font-weight: 600;
        color: var(--pink-color);
        font-family: var(--inter-font);
        border: 1px solid var(--pink-color);
    }

    .btn-primary-outline:hover,
    .btn-primary-outline:focus {
        background-color: var(--pink-color);
        color: white;
        box-shadow: none;
    }

    .text-with-image {
        background: var(--bg-light-color);
    }

    .text-with-image.vision-wrapper .section-title {
        font-family: var(--inter-font) !important;
        font-weight: 600 !important;
        color: var(--text-color);
        letter-spacing: -1px !important;
        margin-bottom: 25px !important;
    }

    .text-with-image .action-btns a:first-child {
        margin-right: 12px;
    }

    .timeline-image-card .donation-content .entry-content .text *,
    .vision-content p {
        font-family: var(--merriweather-font) !important;
    }

    .vision-wrapper .vision-img {
        max-width: 300px;
        margin: auto;
        padding-top: 100px;
    }

    .vision-wrapper .vision-content {
        padding-right: 40px;
    }

    .vision-wrapper .vision-content p {
        font-size: 18px;
        line-height: 36px;
        color: var(--text-color);
        letter-spacing: 0;
    }

    .hover-image-blocks {
        margin: 13px 0;
    }

    .hover-image-blocks .content-block.is-active {
        background: var(--light-pink-color);
    }

    .hover-image-blocks .content-block .content-box {
        border-top: 8px solid var(--pink-color);
    }

    .hover-image-blocks .content-block.is-active .content-box {
        border-top: 8px solid var(--light-pink-color);
    }

    .hover-image-blocks .content-block .content-box h3 {
        margin-bottom: 10px;
    }

    section.hover-image-blocks .content-block .section .content-box h3 a {
        color: #615D5E;
        font-family: var(--merriweather-font);
        font-size: 29px;
        font-weight: 400;
        text-transform: capitalize;
        line-height: 1.4;
    }

    .hover-image-blocks .content-block .content-box p {
        font-family: var(--inter-font);
        font-size: 15px;
        line-height: 24px;
        font-weight: 400;
    }

    .hover-image-blocks .content-block.is-active .content-box p {
        color: var(--text-color);
    }

    section.hover-image-blocks .content-block.is-active .section .content-box h3 a {
        color: var(--pink-color);
        font-style: italic;
        font-weight: 700;
    }

    .hover-image-blocks .content-block .content-box .text-btn {
        color: var(--pink-color);
    }

    .image-with-text .img-box {
        border-radius: 50%;
        max-width: 635px;
        margin-left: -50px;
    }

    .image-with-text .img-box img {
        border-radius: 50%;
    }

    .image-with-text .section-title {
        font-family: var(--merriweather-font);
        letter-spacing: -0.27px;
        margin-bottom: 30px;
        max-width: 315px;
    }

    .image-with-text .section-title em {
        color: var(--pink-color);
    }

    .image-with-text .section-subtitle p {
        line-height: 36px;
        margin-bottom: 30px;
        max-width: 475px;
    }

    .image-with-text .btn-primary-outline {
        border-color: transparent;
    }

    .text-with-image .action-btns a {
        display: inline-flex;
        justify-content: center;
    }

    .blog-section {
        padding: 140px 0 90px 0;
        background: var(--bg-light-color);
    }

    .blog-section .row {
        margin-bottom: 40px;
    }

    .section-title {
        letter-spacing: -1px;
        font-family: var(--inter-font);
        font-weight: 600;
        color: var(--text-color);
    }

    .post-item {
        justify-content: flex-start;
    }

    .post-item,
    .post-item .post-text {
        background: white;
    }

    .post-item img {
        display: block;
    }

    .post-item .cat a {
        color: var(--brown-color);
        font-family: var(--inter-font);
        letter-spacing: 0.5px;
    }

    .post-item .title h3 a {
        font-size: 15px;
        line-height: 23px;
        font-family: var(--merriweather-font);
        color: var(--text-color);
        font-weight: 400;
    }

    .text-with-image .action-btns a,
    .image-with-text .section .row .col-md-5 a.btn,
    .blog-section .read-more-btn {
        max-width: fit-content;
    }

}


@media (max-width: 767px) {
    .new-home {
        .hero .section .row {
            padding-top: 50px;
        }

        .hero .section-title {
            font-size: 48px;
            line-height: 1.1;
            margin-bottom: 20px;
        }

        .hero .section-subtitle {
            font-size: 16px;
            line-height: 1.33;
            margin-bottom: 20px;
        }

        .image-with-text .img-box {
            margin-left: auto;
            margin-right: auto;
            padding: 0 20px;
        }

        .image-with-text {
            background-image: none !important;
        }

        .image-with-text .section-title {
            max-width: 100%;
            margin-top: 40px;
        }

        .blog-section {
            padding: 70px 0 50px 0;
        }

        .text-with-image .action-btns a,
        .image-with-text .section .row .col-md-5 a.btn,
        .blog-section .read-more-btn {
            max-width: 100%;
        }

        .blog-section .post-item .img-box img {
            height: 100%;
        }
    }
}