.ar20-deliver {
    background: #434a4e;
}

.ar20-tile-title {
    font-size: 36px;
    line-height: 36px;
    padding: 44px 0 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}

.ar20-tile-items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
    position: relative;
}

.ar20-tile-item {
    width: 100%;
    padding-left: 16px;
    box-sizing: border-box;
    position: relative;
}

.ar20-tile-item p.ar20-tile-item-content {
    position: relative;
    padding: 30px 30px 10px;
    border-bottom: 1px solid #3b5668;
    background: rgba(12, 23, 31, 0.75);
    font-size: 24px;
    line-height: 24px;
    box-sizing: border-box;
    margin: 0;
}

.ar20-tile-item:first-child .ar20-tile-item-content:after,
.ar20-tile-item:last-child .ar20-tile-item-content:after {
    content: '';
    position: absolute;
    width: 31px;
    height: 31px;
    z-index: 10;
}

.ar20-tile-item:first-child .ar20-tile-item-content:after {
    top: 15px;
    left: 15px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

.ar20-tile-item:last-child .ar20-tile-item-content:after {
    bottom: 15px;
    right: 15px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

.ar20-tile-name {
    display: block;
    padding-bottom: 8px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}

.ar20-tile-descr {
    display: block;
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 6px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}

.ar20-tile-number {
    display: block;
    font-size: 36px;
    line-height: 36px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}

@media all and (min-width: 768px) {
    .ar20-tile-title {
        font-size: 48px;
        line-height: 48px;
    }

    .ar20-tile-item {
        width: 50%;
    }

    .ar20-tile-item p.ar20-tile-item-content {
        font-size: 22px;
        line-height: 22px;
        padding: 10px 30px 30px;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        min-height: 155px;
    }

    .ar20-tile-name {
        padding-bottom: 0;
    }

    .ar20-tile-descr {
        font-size: 19px;
        line-height: 24px;
    }

    .ar20-tile-number {
        padding-left: 20px;
        font-size: 22px;
        line-height: 22px;
    }
}

@media all and (min-width: 1200px) {
    .ar20-tile-item p.ar20-tile-item-content,
    .ar20-tile-number {
        font-size: 36px;
        line-height: 36px;
    }
}

.lang-fr .ar20-tile-item-content .ar20-tile-number {
    text-align: right;
    white-space: nowrap;
}
@media all and (max-width: 767px) {
    .lang-fr .ar20-tile-item-content .ar20-tile-number {
        text-align: left;
    }
}