.content-wrapper{
  margin-top: 50px;
}
.yt-video{
  width:100%; height:555px
}
.card{
  height: 100%;
}

 /* Center the image slider container */
 .image-slider {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}


/* Center the list horizontally and vertically */
ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  transition: transform 0.5s ease-in-out;
}

li {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.fw-500{
  font-weight: 500 !important;
}

.view-detail
{
  border-radius: 20px;
  background: #1832B9;
  border: 0;
  padding: 10px 40px;
  color: white;
  display: flex;
  align-items: center;
  margin: auto;
  cursor: pointer;
}

.view-detail:hover{
  background: #11237e;

}


.view-detail > svg{
  margin-left: 10px;
}


@media screen and (max-width:650px) {
  .yt-video{ height:255px
  }
  .customer-logo{
    
    max-width: 250px !important;
  }
  
}

.fw-600{
  font-weight: 600;
}

.text-primary{
  color: rgba(24, 50, 185, 1) !important;
}

.customer-logo{
  max-height: 160px;
  height: auto;
  align-self: center;
  justify-self: center;
  width: 100%;
}