.hero-section {
    background-image: url(/wp-content/themes/Carebilling/assets/images/banner-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 0;
    background-position:center;
}
a {
    color: #4d6473;
    font-weight: 600;
}
.content-text a {
    color: #fff;
}
.banner-hero {
    max-width: 580px;
}
 h1.primary_title{
    font-size:48px;
    line-height:60px;
}
.banner-hero .text_white{
    margin-top:20px;
    line-height:29px;
}
.grey{
    color:var(--grey);
}
.small-heading {
    color: var(--darkgrey);
    font-size: 20px;
    line-height: 32px;
}
.primary_text.white a {
    color: #fff;
    font-weight: 700;
}
.list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding-top: 30px;
}
.list img {
    width: 66px;
    height: 66px;
    object-fit: cover;
}
.margin-bottom{
    margin-bottom:20px;
}
.banner_row {
    display: flex;
    align-items: start;
    gap: 10px;
    padding: 10px 0px;
}
.client-card {border-right: 1px solid #CECECE;padding: 20px 50px 20px;}

.counter-inner {
    background: var(--whiteColor);
    padding: 6px 20px;
    display: flex;
    justify-content: center;
    box-shadow: 0px 6.77px 33.87px 0px #4D647333;
    border-radius: 10px;
    margin: 46px 0;
}

.number-dark {
    font-size: 46px;
    font-weight: 700;
    color: var(--purpleColor);
    text-align: center;
    margin-bottom: 10px;
}
.client-card:last-child {
    border: unset;
}
.testimonials {
    background-image: url(/wp-content/themes/Carebilling/assets/images/testimonial-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.testimonials h2 {
    font-size: 45px;
    line-height: 50px;
}

.light-text {
    color: #AEAEAE;
}
.testimonials .block {
    max-width: 520px;
}
.banner_row.grid {
    gap: 16px;
    padding-bottom: 30px;
}

.block.request-form {
    background: var(--whiteColor);
    padding: 30px 30px 36px 30px;
    border-radius: 10px;
}

.page-content {}

.page-content h2 {
    font-size: 28px;
    margin: 40px 0 20px;
}

.page-content p {
    margin-bottom: 20px;
    font-size: 18px;
    font-family: poppins,sans-serif;
    color: var(--grey);
    line-height: 26px;
}

.page-content h2:first-child {
    margin-top: 0;
}
