.delivery-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    font-family: "Roboto Condensed";
    margin-bottom: 60px;
}
.delivery-text__intro {
    color: #008ABD;
    font-size: 19px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.5;
}


.delivery-features {
    font-family: "Roboto Condensed";
}
.delivery-features__list {}
.delivery-features__item-wrapper {
    margin-bottom: 40px;
}
.delivery-features__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #66B2D1;
    padding: 0 0 30px;
    border-radius: 4px;
    height: 100%;
}
.delivery-features__item:before {
    content: "";
    position: absolute;
    width: 118px;
    height: 118px;
    top: -30px;
    left: 50%;
    transform: translate(-50%,0);
    border-radius: 50%;
    background: #fff;
    opacity: 0.5;
    filter: blur(37px);
    pointer-events: none;
}
.delivery-features__img-wrapper {
    flex: 0 0 auto;
    width: 100%;
    height: 100px;
    position: relative;
    margin-bottom: 10px;
}
.delivery-features__img {
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    bottom: 0;
    max-width: calc(100% + 20px);
    max-height: calc(100% + 20px);
}
.delivery-features__text {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}


