.delivery-delay__wrapper {
    display: flex;
    justify-content: space-around;
}

.delivery-delay__info {
    flex: 0 1 90%;
    text-align: left;
    margin-left: 10px;
}

.delivery-delay__small {
    font-size: 12px;
}

[data-section-type="store-availability"] svg {
    margin: 2px 0 0;
    width: 30px;
}