.slot-desc {
    color: white;
    text-align: center;
    font-size: 20px;
}

.slot-desc::first-line {
    font-weight: bold;
}

.slot-single-left {
    width: 30%;
    max-width: 150px;
    align-self: center;
}

.arrow {
    width: 100px;
    height: 100px;
}

.slot-single-right {
    width: 70%;
    max-width: 800px;
}

.slide-bottom {
    justify-self: center;
    height: 100px;
}

@media only screen and (min-width: 768px) {
    .mfgs-description-slider-wrapper-mobile {
        display: none;
    }
    
    .mfgs-description-slider-wrapper {
        display: initial;
    }
}

@media only screen and (max-width: 767px) {
    .mfgs-description-slider-wrapper {
        display: none;
    }

    .mfgs-description-slider-wrapper-mobile {
        display: initial;
    }

    .mfgs-description-cell {
        margin-left: 25px !important;
        margin-right: 0 !important;
    }

    .slide-inner {
        width: 90%;
        justify-self: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .swiper-pagination-progressbar.swiper-pagination-horizontal {
        margin-left: 0 !important;
    }

    .slot-section {
        position: relative;
        display: block;
        justify-content: space-between;
        width: 100% !important;
    }
}