.featured-in-animated {
     /* background-color: #18bbff;
     color: black;
     height: 85px;
     display: flex;
     align-items: center; */
         background-color: #ffffff;
    color: black;
    height: 85px;
    display: flex;
    align-items: center;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}
 .featured-in__container {
     position: relative;
     display: flex;
     overflow: hidden;
     width: 100%;
     height: 100%;
     align-items: center;
}
 .seen-swiper {
     display: flex;
     flex-direction: row;
}
 .logo-container {
     display: flex;
     width: 100%;
     -webkit-box-pack: start;
     justify-content: flex-start;
     -webkit-box-align: center;
     align-items: center;
     -webkit-animation: track 60s linear infinite;
     animation: track 60s linear infinite;
     min-width: calc(560px * 5) !important;
}
 @keyframes track {
     0% {
         transform: translateX(0);
    }
     100% {
         transform: translateX(-100%);
    }
}
 .featured-in-image-container {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-around;
     row-gap: 24px;
     min-width: 750px;
}
 .logo-slide-wrapper {
     display: flex;
     height: auto;
     min-width: 50px;
     margin-right: 20px;
     margin-left: 20px;
     -webkit-box-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     align-items: center;
}
 .logo-slide-wrapper img {
     height: 40px;
     width: auto;
}