.row [class*="Pane"].PaneBox {
    padding: 0px 0px 0px;
}

/* Section-container-01 */
.Section-container-01 {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}
.Section-container-01 .container-header{
    padding: clamp(60px, 7.5vw + 6px ,150px) 30px;
    background-image: linear-gradient(rgba(15, 15, 15, .7) 0 0), url("/Portals/0/CoverAlls-Background/InsidePage4-Section-container-01-header.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}
.Section-container-01 .container-header:has( + .container-body){
    margin-bottom: -20px;
    clip-path: polygon(0 0, 100% 0, 100% calc( 100% - 20px ), 80% calc( 100% - 20px ), 75% 100%, 25% 100%, 20% calc( 100% - 20px ), 0 calc( 100% - 20px ));
}
.Section-container-01 .container-body{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    background-image: linear-gradient(rgba(255, 255, 255, .4) 0 0), url('/Portals/0/CoverAlls-Background/InsidePage4-Section-container-01-body.jpg');
    background-size: cover;
    background-position: 40% center;
    background-repeat: no-repeat;
    padding: clamp(40px, 5vw + 4px ,100px) 30px clamp(20px, 2.5vw + 2px ,50px);
}
.Section-container-01 .container-body .body-content{
    flex-grow: 1;
    width: calc( 60% - 15px );
}
.Section-container-01 .container-body .body-widget{
    flex-grow: 1;
    width: calc( 40% - 15px );
}
@media (max-width: 991px) {
    .Section-container-01 .container-body .body-content,
    .Section-container-01 .container-body .body-widget{
        width: 100%;
    }
}