.text-carousel-layout {
    height: 45px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.text-carousel-inner {
    position: relative;
    margin: 0;
    padding: 0 2%;
}

.experience-layouts-text_carousel_layout {
    margin-bottom: 5px !important;
}

@media screen and (max-width: 767px) {
    .text-carousel-layout {
        height: 39px;
    }
}

@media screen and (max-width: 450px) {
    .text-carousel-layout {
        height: 33px;
    }
}
