.main-banner {
    max-width: 100vw;
}

.mobile-video {
    width: 100%;
}

.desktop-video {
    display: none;
}

.logistics-cycle {
    margin: 0 0 3rem 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
}

.logistics-cycle h1 {
   margin: 4rem 0;
}

.slick-track {
    display: flex !important;
}

.logistics-cycle figure {
    min-width: 130px;
    min-height: 130px;
    border-radius: 20px;
    margin: 0 10px;
}

.logistics-cycle figure img {
    width: 95%;
    height: 95%;
    border-radius: 10px;
}

.logistics-cycle figure span {
   font-size: var(--font-size-1);
}

.why-portics {
    background-color: var(--light-gray);
    padding: 0 0 3rem 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.why-portics h1 {
    margin: 4rem 0;
}

.why-portics .cards-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 1rem;
}

.logistics-cycle .slide-container {
    width: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
}

#prev-btn-cycle, #next-btn-cycle{
    width: 40px!important;
    height: 40px;
    background: var(--accent);
    border-radius: 100%;
    color: white;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    z-index: 1000;
}

#prev-btn-cycle {
    left: 2%;
}

#next-btn-cycle {
    right: 2%;
}
@media only screen and (min-width : 768px) {
    .logistics-cycle figure {
        min-width: 140px;
        min-height: 140px;
    }
}

@media only screen and (min-width : 992px) {
    .logistics-cycle {

    }

    .logistics-cycle figure {
        min-width: 80px;
        min-height: 80px;
    }


    .mobile-video {
        display: none;
    }

    .desktop-video {
        display: block;
        width: 100%;
    }
}
