section.hero .hero_textpanel .hero_textcontainer {
    padding-right: 0;
}
#ways_container {
    margin-right: -40px;
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    margin-top: 40px;
}
.way {
    border-top: 0.5px solid #808285;
}
.way:last-child {
    border-bottom: 0.5px solid #808285;
}
.way a {
    color: #ffffff;
    display: block;
    width: 100%;
    padding: 12px 0;
    font-weight: 300;
}
.way a:hover, .way a.selected {
    color: #f3744e;
}

@media (min-width: 601px) and (max-width: 1000px) {
    section.hero .hero_textpanel .hero_textcontainer{
        padding-left: 0;
        padding-bottom: 0;
    }
    section.hero .hero_textpanel .hero_textcontainer h1 {
        padding-left: 30px;
    }
    section.hero .hero_textpanel .hero_textcontainer a {
        padding-left: 30px;
    }
    .way:last-child {
        border-bottom: none;
    }
}
@media (max-width: 600px) {
    section.hero .hero_textpanel .hero_textcontainer{
        padding-left: 0;
        padding-bottom: 0;
    }
    section.hero .hero_textpanel .hero_textcontainer h1 {
        padding-left: 10%;
    }
    section.hero .hero_textpanel .hero_textcontainer a {
        padding-left: 10%;
    }
    .way:last-child {
        border-bottom: none;
    }
}

#afterhours_imagecontainer {
    width: 40%;
    float: right;
    padding-left: 40px;
    display: inline-block;
}
#afterhours_imagecontainer img {
    width: 100%;
}
#afterhours_textcontainer {
    padding-right: 40%;
}
@media (max-width: 600px) {
    #afterhours_imagecontainer {
        width: 100%;
        float: none;
        padding-left: 0;
    }
    #afterhours_textcontainer {
        padding-right: 0;
    }
}