header.hero-services {
    margin: 120px 0 0 0;
    background: #615047;
}

header.hero-services h2 {
    color: #fff;
    font-size: 43px;
    font-weight: bold;
}

header.hero-services p {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    padding: 20px 0 0 0;
}

.hero-services img {
    margin: 20px 0 -55px 0;
}

.services-one-inner {
    background: #FCF7F2;
    padding: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
}

.services-one-inner h4 {
    color: var(--orange);
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0 10px 0;
}

.services-one-inner p {
    font-size: 14px;
    color: #000;
    line-height: 20px;
}

.services-card {
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    min-height: 300px;
}

.services-card .services-img-wrapper img {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

.services-two-inner {
    padding: 40px 0;
}

.services-two-inner .section-title h3 {
    text-align: left;
}

.services-two-inner span.lead-text {
    font-size: 16px;
    color: #000;
    text-align: left;
    line-height: 23px;
}

.services-two-inner h4 {
    font-size: 16px;
    color: #000;
    margin: 20px 0 5px 0;
    font-weight: 700;
}

.services-two-inner p {
    color: #000;
    font-size: 16px;
    line-height: normal;
}


.cta-banner {
    background: url("../../../assets/frontend/img/generic/about-bottom-image.png") center/cover no-repeat;
    border-radius: 24px;
    padding: 46px 32px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.cta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            rgba(0, 0, 0, 0.6) 0%,
            rgba(0, 0, 0, 0.2) 55%,
            transparent 100%);
}

.cta-inner {
    position: relative;
    text-align: center;
}

.cta-btn {
    background-color: #FA752A;
    border: none;
    border-radius: 999px;
    padding: 10px 26px;
    font-weight: 600;
    font-size: 0.96rem;
}

.cta-inner h3.mb-2 {
    font-size: 30px;
    color: #fff;
}

.cta-inner p.mb-3 {
    font-size: 18px;
}

button.btn.btn-primary.cta-btn {
    background: #FA752A;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 30px;
    border: 0;
}