/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 19 2024 | 10:20:59 */
.whats-happening .elementor-element.e-child {
    overflow: hidden;
}

.whats-happening .elementor-element.e-child .elementor-image-box-content {
    padding: 10px;
}

.whats-happening  h2 {
    font-weight: 600;
}

.whats-happening > .container {
    padding: 0;
}

section.features-icons {
    margin: 0;
}

section.whats-happening {
    padding: 60px 0;
    background-color: #ebebeb;
	margin: 0;
}

@media(max-width: 1024px) {
	.whats-happening > .container {
    max-width: 100%;
    padding: 0 20px;
}
}