.main-page-wrapper
{
background-color: rgb(243,243,243);
}
:is(.widget,.wd-widget,div[class^="vc_wp"])
{
padding: 20px;
padding-bottom: 30
box-shadow: 0 0px 1px 1px #e6e6e6;
background-color: white;
border-radius: 10px;
box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.06);
}
.widgettitle, .widget-title
{
font-weight: bold;
margin-bottom: 11px;
background: #F2F2F2;
padding: 10px;
border-radius: 8px;
}
.widget:last-child {
max-width: 100%
}