.flex-module {
  background-repeat: no-repeat;
 
}

.flex-module img {
  border-radius: none;
}
.swiper-slide img {
    height: 220px;
    object-fit: cover;
    width: 100%;
}

.bg-white {
  background-color: #ffffff;
  color: #000;
}

.bg-gray {
  background-color: #f5f5f5;
  color: #009ba8;
  
}

.bg-black {
  background-color: #000000;
  color: #ffffff;
  padding: none:
}

.bg-gradient {
  background: linear-gradient(81deg, #084c53, #0aa6b5);
  color: #ffffff;
}

