.deliver__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.deliver__padding {
    padding: 125px 0 40px 0;
    width: 55%;
}

.deliver__block h1{
    display: flex;
    justify-content: center;
}
.deliver__block span{
        font-size: large;
        line-height: 3;
}
.deliver__block p{
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 10px;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
}
th, td {
    padding: 12px;
    border: 1px solid #dddddd;
    text-align: center;

}

th {
    background-color: #ffffff;
    font-weight: bold;
    text-align: center;
}

tr:nth-child(odd) {
    background-color: #f2f2f2;
}

tr:nth-child(even) {
    background-color: #ffffff;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.text__foter{
    display: flex;
    justify-content: start;
    width: 55%;
    flex-direction: column;
}
.text__foter h5{
        line-height: 2;
}

@media (max-width: 770px) {
    .deliver__padding {
        width: 90%;
    }
}