body:not([class*="elementor-page-"]) .site-main {
max-width: 1140px!important;
}
.with-top-border-small:before{
content:" ";
width:30px;
height:1px;
background-color:#fff;
position:absolute;
top:0;
left:0;
transition: width .25s ease-in-out;
}
.card-hover-efect:hover .with-top-border-small:before{
width:120px;
}
.footer-title:before{
content:" ";
width:120px;
height:2px;
background-color:#FF8D00;
position:absolute;
bottom:0;
left:0;
}
ul.pwb-row {
list-style-type: none!important;
}