.external-order-list{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}
.external-order-list .external-order-item{
    flex: 0 0 calc(50% - 5px); 
    max-width: calc(50% - 5px); 
    box-sizing: border-box;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    background: #fff;
}
.external-order-list a{
    display: flex;
    width: 100%;
}
.external-order-list .ic-ex-order{
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.external-order-list a .noimg{
    text-align: center;
    width: 100%;
    padding: 10px;
    align-content: center;
}

@media (max-width: 991.98px) {
    .external-order-list a .noimg{
        padding: 12px 10px;
    }
}

@media (max-width: 767.98px) {
    .external-order-list a .noimg{
        padding: 15px 10px;
    }
}