.qe-marquee { width:100%; overflow:hidden; }
.qe-marquee .swiper-slide { width:auto; padding-right:28px; }
.swiper-slide picture{
	border-radius: 20px;
	overflow: hidden;
	height: 230px;
}

.swiper-slide picture img{
	max-width: 100%;
	height: 230px;
	width: auto;
	border-radius: 20px 20px 20px 20px;
}
.qe-card {
  	background-color: #0066FF;
  	max-width: 295px;
  	height: 230px;
    overflow: hidden;
    border-radius: 20px 20px 20px 20px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
    justify-content: center;
    min-height: 230px;
    overflow: hidden;
    flex-direction: column;
}
.qe-card img { width:40px; height:41px; object-fit:contain; }
.qe-card h4 { 
	font-size: 1rem;
	font-weight: 400;
	line-height: 150%;
	font-family: "Poppins";
	color: #FFFFFF;
}

@media(min-width: 2100px){
    .qe-marquee{
        max-width: 1920px;
        margin: auto;
    }
}