/*
Theme Name: Zephyr Child
Template: Zephyr
Version: 1.23
Author:	UpSolution
Theme URI: http://zephyr.us-themes.com/
Author URI: http://us-themes.com/
*/


/*Add your own styles here:*/


/*LAST CHANGE*/


/*
.w-grid-item-h:hover {
    box-shadow: none!important;
}

.w-grid-item-h {
    padding: 20px!important;
    height: auto;
    background: #fff!important;
}

.w-vwrapper>*:not(:last-child) {
    margin-bottom: 0rem!important;
    margin-bottom: var(--vwrapper-gap, 0.7rem)!important;
}
*/


/*END LAST CHANGE*/


/*.w-vwrapper {
    To add some padding inside the box of the elements

padding: 40px;

}
.w-hwrapper {
    To add some padding inside the box of the elements

padding: 40px;

}
*/


/*To remove de border radius in logo of the companies in the carousel*/


/*LAST CHANGE*/


/*
.as_circle {
    border-radius: 0%!important;
}*/


/*Display on mobile with padding inside each boxes*/


/*@media screen and (max-width: 640px) {
    #us_grid_2 .w-grid-item {
        padding: 0.25rem;
    }
}*/