.testimonials-box {
    background: #f0b4b4;
    background: #fdd54b29;
    border-radius: 16px;
    padding
Shorthand property to set values for the thickness of the padding area. If left is omitted, it is the same as right. If bottom is omitted it is the same as top, if right is omitted it is the same as top. The value may not be negative.
Learn more

Don't show
: 20px;
    position: relative;
    height: 100%;
    display: flex
;
    flex-direction: column;
}

@supports (color: color-mix(in lch, red, blue)) and (top: var(--f)) {
    .s-block--categories, .testimonials-sec {
        background: 
 color-mix(in srgb, #ffffff 8%, transparent);
    }
}
.accordion-box .item-box
 {
    background: #fff;
    background: var(--white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: rgb(100 100 111 / 15%) 0 7px 29px 0;
}
}

.custom-footer-wrapper {
    display: flex
;
    justify-content: center;
    margin: 0px 0 0px 0;
    BACKGROUND: #f2f2f2 !important;
}
.ps-header .ps-logo img {
        width: 98px;
        max-width: none;
        max-width: initial;
        min-width: 0;
        min-width: initial;
        height: 82px;
    }
}