/*
 Theme Name:     Divi Child
 Theme URI:      https://www.4plays.it
 Description:    Divi Child Theme
 Author:         4Plays
 Author URI:     https://www.4plays.it
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

@media (max-width: 767px) {
  .row-invert-mobile {
    display: flex;
    flex-direction: column-reverse !important;
    flex-wrap: wrap;
  }

  .row-invert-mobile > .et_pb_column {
    width: 100% !important;
  }
}


.swiper {
  padding: 1rem 0;
}
.swiper-slide {
    border: 1px solid #dcdcdc;
    padding: 15px;
    background-color: white;
    border-radius: 12px;
}
.swiper-slide img {
  width: 100%;
  max-height: 80px;
  object-fit: contain;
}
.partner-title {
    margin-bottom: 0.5rem;
    font-size: 16px;
    text-align: left;
    color: #333;
    font-weight: 800;
}