.schedule-container {
    padding-top: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    max-width: 100vw;
    border: 3px solid green;
    /* background-image: url("line-houses-on-street-300x300-1.png");
    background-repeat: repeat;
    background-size: contain; */
    /* background-color: rgba(255,255,255,0.3); */
    background-color: #dddddd;
}


.schedule-online {
    display: flex;
    border: 2px solid black;
    height: auto;
}
.schedule-online img {
    /* border: 2px dashed red; */
    width: 35vw;
    }

.one-stop-shopping {
    display: flex;
    align-items: center;
    /* border: 2px solid yellow; */
}
.one-stop-shopping img {
    display: flex;
    /* border: 2px dashed purple; */
    width: 40w;
}
/*  */
.schedule-by-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 2px solid orange; */
}
.schedule-by-phone img {
    display: flex;
    /* border: 2px dashed magenta; */
    width: 20vw;
}