.moto-icon-slider-section {
    background-color: #f5f5f5;
    padding: 45px 25px 15px 25px;
    border-radius: 8px;
    max-width: 600px;
    margin: 50px auto;
}

.moto-icon-slide-content {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 40px;
    max-width: 90%;
    width: 100%;
}

.moto-icon-slide-icon {
  width: 100px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

.moto-icon-slide-icon img {
  width: 75px;
  height: 75px;
  object-fit: contain;
}

.moto-icon-slide-text {
  display: flex;
  flex-direction: column;
  justify-content: start;
  text-align: left;
}

.moto-icon-slide-title {
  color: black;
  font-weight: 600;
  font-size: 16px;
}

.moto-icon-slide-descr {
  color: black;
  font-size: 13px;
}

.moto-icon-slider-nav {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 6px;
}

.moto-icon-slider-nav button {
    width: 16px;
    height: 2px;
    background: #ccc;
    border: none;
    transition: background 0.3s;
}

.moto-icon-slider-nav .tns-nav-active {
    background: #000;
}

#moto-icon-slider-play{
  display: none;
}