.information-delivery .container {
    max-width: 1488px;
}

.content-styling.delivery {
    line-height: 1.4;
    font-weight: 350;
}

.content-styling.delivery h2 {
    font-size: 18px;
    font-weight: 550;
    margin: 40px 0 16px;
    line-height: 1.4;
}

.content-styling.delivery h2:first-child {
    margin-top: 0;
}

.content-styling.delivery h3 {
    font-size: 14px;
    font-weight: 550;
    margin: 32px 0 24px;
    line-height: 1.4;
}

.content-styling.delivery p {
    margin: 0 0 12px;
}

.content-styling.delivery b,
.content-styling.delivery strong {
    font-weight: 450;
}

.content-styling.delivery .table {
    max-width: 960px;
}

.content-styling.delivery .table thead th {
    font-size: 16px;
    font-weight: 450;
    padding: 24px 0;
    border-bottom: 1px solid rgba(237, 236, 235, 1);
}

.content-styling.delivery .table tbody td {
    padding: 24px 0;
    font-weight: 350;
    border-bottom: 1px solid rgba(237, 236, 235, 1);
}

.content-styling.delivery .table thead th:last-child,
.content-styling.delivery .table tbody td:last-child {
    text-align: right;
}

@media (min-width:992px){

}