    .beige-block {
        color: #20482d;
        background-color: #f6f1ea;
        display: flex;
        flex-direction: column;
        border-radius: 30px;
        padding: 10px 30px 30px;
        margin: 30px 0 20px;
    }
    .with-sidebar .left-side-holder .beige-block h3,
    .with-sidebar .left-side-holder .green-block h3 {
        margin-bottom: 10px;
    }
    .beige-block h2,
    .beige-block h3,
    .beige-block ul.checklist li
    {
        color: #20482d;
    }
    .content .left-side-holder .green-block h3,
    .content .left-side-holder .beige-block h2 {
        font-size: 24px;
        font-weight: 500;
        font-family: "sofia-pro", sans-serif;
        margin-top: 15px;
        line-height: 48px;
        margin-bottom: 0;
    }
    .green-block {
        color: #f6f1ea;

        background-color: #20482d;
        display: flex;
        flex-direction: column;
        border-radius: 30px;
        padding: 10px 30px 30px;
        margin: 20px 0;
    }
    .green-block h2,
    .green-block h3
    {
        color: #f6f1ea;
    }
	.content p.bigger-purple {
		display: block;
		color: var(--blue);
		font-size: 1.35em;
	}
	.with-sidebar.content {
		margin: 50px auto 0;
		display: flex;
		gap: 80px;
		justify-content: space-between;
	}
	.with-sidebar .left-side-holder {
		max-width: 875px;
	}
	.with-sidebar .left-side-holder p {
		margin-top: 25px;
	}
	.with-sidebar .left-side-holder .bullet-list p,
	.with-sidebar .left-side-holder .checklist p {
		margin: 0;
	}
	.with-sidebar .left-side-holder p.bigger-purple {
        font-size: 24px;
        margin-top: 16px;
        line-height: 26px;
        font-weight: 500;
	}
	.with-sidebar .left-side-holder .ctabtn {
		margin: 40px 0 30px 0;
		padding: 10px 20px;
		height: auto;
		width: auto;
		display: inline-block;
	}
	.with-sidebar .left-side-holder h1 {
		line-height: 1.2em;
		margin-top: 2px;
		margin-bottom: 15px;
	}
	.with-sidebar .left-side-holder > h2 {
		font-family: "sofia-pro", sans-serif;
		font-size: 18px;
        line-height: 22px;
        font-weight: 500;
		margin-top: 35px;
		margin-bottom: 10px;
	}
	.with-sidebar .left-side-holder h3 {
		font-weight: 100;
		font-family: "sofia-pro", sans-serif;
		font-size: 1.2em;
		margin-top: 35px;
		margin-bottom: 15px;
	}
	.with-sidebar .sidebar-holder {
		max-width: 375px;
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.with-sidebar .more-services {
		display: flex;
		border-radius: 10px;
		padding: 34px 25px;
		flex-direction: column;
		gap: 32px;
	}
	.with-sidebar .more-services h3 {
		line-height: 30px;
		font-size: 1.325em;
		margin-top: 5px;
		margin-bottom: 16px;
	}
	.with-sidebar .more-services a {
		font-size: 1em;
        font-weight: normal;
        color: #252760;
        transition: none;
        -webkit-transition: none;
    }
	.with-sidebar .more-services a:hover {
        color: #252760;
        opacity: .8;
    }
	.with-sidebar .more-services ul {
		margin: 0;
	}
	.with-sidebar .more-services ul>li {
		margin: 5px 0;
	}
	.with-sidebar .service-testimonial {
		background-color: #252760;
		color: #fff;
		border-radius: 10px;
		padding: 20px;
		display: flex;
		gap: 30px;
		flex-direction: column;
	}
	.with-sidebar .service-testimonial .city {
		color: #dadada;
	}
	.with-sidebar .service-testimonial .author {
		display: flex;
		justify-content: space-between;
	}
	.with-sidebar .service-testimonial .text {
		font-style: italic;
	}
	ul.bullet-list {
		margin-left: 15px;
	}
	ul.bullet-list li {
		display: flex;
		flex-direction: row;
		margin: 0 0 8px;
	}
	ul.bullet-list li::before {
		line-height: 0.4em;
		content: '·';
		width: 32px;
		min-width: 32px;
		font-size: 2em;
	}
	ul.checklist {
		margin-left: 0;
		margin-top: 10px;
	}
	ul.checklist li {
		display: flex;
		flex-direction: row;
		margin: 0 0 18px;
		color: var(--blue);
	}
	ul.checklist li::before {
		content: ' ';
		height: 17px;
		width: 40px;
		min-width: 40px;
		margin-top: 6px;
		background-image: url(/assets/img/icon-checkmark.webp);
		background-size: contain;
		background-repeat: no-repeat;
	}
	.quote-icon {
		width: 60px;
		background-image: url(/assets/img/icon-quote.webp);
		background-size: contain;
		background-repeat: no-repeat;
	}
    .banner-holder img {
        border-radius: 30px;
        width: 100%;
    }
    .banner-holder {
        margin-top: 30px;
    }
    .why-us-block {
        background-color: #f5f8f9;
        padding: 30px;
        border-radius: 30px;
    }
    .why-us-block .side-img {
        background-size: contain;
        background-image: url(/assets/img/image-caregivers-why-us.webp);
        min-width: 370px;
        width: 370px;
        height: 290px;
        background-repeat: no-repeat;
    }
    .why-us-block .title-image-holder {
        display: flex;
        align-items: flex-end;
    }
    .why-us-block h2 {
        padding-bottom: 24px;
    }
    .why-us-block .top-left-title {
        color: var(--blue);
        display: flex;
    }
    .why-us-block .top-left-title:before {
        color: var(--blue);
        content: '·';
        line-height: 0.2em;
        width: 32px;
        min-width: 32px;
        font-size: 2.6em;
    }
    .learn-more-holder {
        color: #6f7086;
        margin-top: 30px;
    }
    @media screen and (max-width: 1200px) {
        .why-us-block .title-image-holder {
            flex-direction: column;
            align-items: center;
        }
        .why-us-block .side-img {
            background-position: 50%;
            min-width: auto;
            width: 100%;
            height: 50vw;
        }
        .with-sidebar.content {
            flex-direction: column;
            gap: 0;
            padding: 0;
        }
        .with-sidebar.content .left-side-holder {
            padding: 0 24px;
            max-width: none;
        }
        .with-sidebar .more-services {
            background: none;
            padding: 0 45px;
        }
        .with-sidebar .sidebar-holder {
            max-width: none;
            gap: 50px;
        }
        .with-sidebar .service-testimonial {
            padding: 50px;
            border-radius: 0;
            margin: 0 auto;
        }
    }
