.afterhours {
    min-height: calc(100vh - 35px);
    background-color: #FCFCFC;
}
.afterhours>h1,
.afterhours>h2,
.afterhours>p {
  width: 100%;
}

.wrapper-afterhours {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1200px;
    margin: auto;
    padding-top: 50px;
}