/* Add custom CSS styles below */ 
    .bg-home, .bg-sec {
        background: #fff;
    }
    .ps-header .ps-header__middle {
        background: #fff !important;
    }
    .ps-footer__middle{
    background:#fff;
    border-top:0px;
    }
    
        .ps-footer--bottom {
        background: #f9f6f6;
    }
    
    .s-block--list-items .items a img {
    width: 100%;
    height: 100%;
    max-height: 400px;
    object-fit: contain;
}

.s-block--video{
    max-width: 1200px;
    margin: auto;
}