@media(max-width: 1400px){
    .depot-wrapper {
    flex-direction: column;
}

div.details td:has(strong) {
    flex: 0 0 calc((100%/2) - 10px);
}

div.details tr {
    flex-wrap: wrap;
}
}

@media(max-width: 1024px){
    .depot-img {
    flex: 0 0 350px;
    width: 100%;
    max-width: 350px;
    margin: 0px auto;
}

.depot-item {
    flex-direction: column;
}

ol#tabs {flex-direction: column;}

div.details td:has(strong) {
    flex: 0 0 100%;
}

.international-fold{
    padding: 40px 0px;
}
}