/*
Theme Name:     Dedemsvaria X Insomedia
Theme URI:      https://insomedia.nl
Author:         Insomedia
Author URI:     https://insomedia.nl
Template:       hello-elementor
Version:        1.0.0
Text Domain:    dedemsvaria
*/

.elementor-element-bf88344 h5 { display: none; }
.elementor-element-bf88344 nav ul { padding: 0; margin: 0; list-style: none; }
.elementor-element-bf88344 nav a { color: #fff; font-family: var(--e-global-typography-text-font-family), Sans-serif; font-size: var(--e-global-typography-text-font-size); font-weight: var(--e-global-typography-text-font-weight); }


.sponsors { display: flex; flex-wrap: wrap; gap: 20px; }
.sponsors .sponsors__item { width: calc(20% - 16px); background: #fff; padding: 20px; border-radius: 10px; }
.sponsors .sponsors__item img { width: 100%; height: 75px; object-fit: contain; display: table; }


@media (max-width: 992px) {

    .sponsors .sponsors__item { width: calc(33.3333% - 13.3333px); }

}

@media (max-width: 768px) {

    .sponsors .sponsors__item { width: calc(50% - 10px); }

}