/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 25 2021 | 13:56:00 */
.custom-boxshadow {
    box-shadow: 0 30px 50px rgba(0,0,0,.2);
    width: 100%;
}

.gridbox .wpb_wrapper{
    display: grid !important;
    justify-content: space-between;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr)) !important;
    grid-gap: 25px;
}

.gridbox .custom-boxshadow .wpb_wrapper {
    max-width: 100% !important;
    overflow-x: hidden;
}

.gridbox .custom-boxshadow .vc_column-inner {
    padding: 0px !important;
}

.gridbox .custom-boxshadow section.heading.left.dark {
    padding: 25px;
}


@media screen and (max-width: 770px) {
.custom-boxshadow {
    margin-left: auto !important;
    margin-right: auto !important;
}
}