.brand-text-slider-section3 {
    overflow: hidden;
}
/* Wrapper */
.brand-text-slider-section3 {
    position: relative;
    overflow: hidden;
    width: 100%;
}
/* Slider Track */
.brand-text-slider3 {
    display: flex !important;
    align-items: center !important;
    gap: 60px;
    white-space: nowrap !important;
}

/* Each Item */
.brand-text-slider-item3 {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    flex-shrink: 0;
    justify-content: center;
}

/* Text */
.brand-text-slider-item3 h2 {
    font-size: 24px;
    font-weight: 600;
    color: #111;
    margin: 0;
}

/* Hover effect */
.brand-text-slider-item3:hover h2 {
    color: #ff6600;
     transition: 0.3s ease;
}
.brand-text-slider-item3 h2 {
    transition: 0.3s ease;
}
.brand-text-slider-item3:hover .brand-icon svg path{
     transition: 0.3s ease;
}

.brand-text-slider-item3:hover{
    transition: 0.3s ease;
}
