.delivery-info-box {
    padding: 14px;
    border-radius: 8px;
    margin-top: 20px;
    background-color: #1da4e8;
    color: white;
}
.delivery-info-box--green {
    background-color: #04a522;
}
#map{
    margin-top: 20px;
}