#footermenu ul li::before {
    display: none;
}

.testimonials {
    padding: 60px 0px;
    border-radius: 60px 60px 0 0;
    z-index: 2;
    position: relative;
}

.testimonials .testimonial h3 {
    font-size: 24px;
    padding-bottom: 0;
    line-height: 28px;
}

.testimonials .testimonial blockquote {
    margin-bottom: 20px;
    border-radius: 0;
    background: #1A1A1A;
    padding: 20px;
}

.testimonials .testimonial blockquote p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
}

.request-qoute {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 40px;
    padding-bottom: 110px;
    margin-bottom: -70px;
    background: linear-gradient(45deg, #522E91 0%, #158934 100%);
    height: auto;
    position: relative;
    overflow: hidden;
}

.request-qoute::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url('/wp-content/uploads/2024/08/masthead-pattern.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}