.end-shipments {}

.end-shipments header {
    margin-bottom: 4rem;
}

@media (max-width: 992px) {
    .end-shipments header {
        margin-bottom: 3rem;
    }
}

@media (max-width: 575px) {
    .end-shipments header {
        margin-bottom: 2rem;
    }
}

.end-shipments__slider {
    position: relative;
}

.end-shipments__slide {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    cursor: pointer;
}

@media (max-width: 1560px) {
    .end-shipments__slide {
        gap: 2rem;
    }
}

.end-shipments__slide:hover h3 {
    color: var(--color-red);
}

.end-shipments__slide-img-wrap {
    overflow: hidden;
    border-radius: 4px;
    height: 368px;
}

@media (max-width: 1400px) {
    .end-shipments__slide-img-wrap {
        height: 318px;
    }
}

@media (max-width: 1199px) {
    .end-shipments__slide-img-wrap {
        height: 280px;
    }
}

@media (max-width: 575px) {
    .end-shipments__slide-img-wrap {
        height: 256px;
    }
}

.end-shipments__slide-img-wrap img {
    width: 100%;
    height: 100%;
}

.end-shipments__slide-body {
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
}

@media (max-width: 1400px) {
    .end-shipments__slide-body {
        gap: 1.4rem;
    }
}

@media (max-width: 769px) {
    .end-shipments__slide-body {
        gap: 1.2rem;
    }
}

.end-shipments__slide-desc {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.end-shipments__desc-item {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 22px;
    color: rgba(45, 29, 5, 0.8);
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1400px) {
    .end-shipments__desc-item {
        font-size: 1.5rem;
        line-height: 20px;
    }
}

@media (max-width: 769px) {
    .end-shipments__desc-item {
        line-height: 18px;
    }
}

@media (max-width: 575px) {
    .end-shipments__desc-item {
        line-height: 1;
    }
}

.end-shipments__desc-label {
    flex-shrink: 0;
}

.end-shipments__desc-value {
    flex-shrink: 0;
}