.delivery21{
    position: relative;
    margin-bottom: 100px;
}
.d21Back{
    width: 100%;
    max-width: 1300px;
    height: 340px;
    position: absolute;
    top: 0;
    left: calc(50% - 650px);
    background: linear-gradient(180deg, #242121 0%, rgba(36, 33, 33, 0) 100%);
    border-radius: 12px;
    z-index: 2;
}
.d21Inner{
    position: relative;
    z-index: 3;
    max-width: 850px;
    display: flex;
    flex-direction: column;
    padding: 60px 0;
    margin: 0px auto;
}
.d21iHeader{
    color: var(--white-grey);
    margin-bottom: 18px;
    text-align: center;
}
.d21iText{
    color: #827579;
    margin-bottom: 8px;
    text-align: center;
}
.d21iTitle{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 18px;
}

@media screen and (max-width: 1400px){
    .d21Back{
        width: calc(100% - 120px);
        left: calc(60px);
    }
    .d21Inner{
        padding: 30px 70px;
    }
}
@media screen and (max-width: 700px){
    .delivery21{
        margin-bottom: 40px;
    }
    .d21Back{
        width: calc(100% - 40px);
        left: calc(20px);
    }
    .d21Inner{
        padding: 25px 25px;
    }
    .d21iHeader{
        font-size: 30px;
    }
}
@media screen and (max-width: 500px){
    .d21iHeader{
        font-size: 28px;
    }
}