.area-div {
    background-color: #f36527;
    height: 150px;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
}

.area-div-even {
    background-color: white;
    height: 150px;
    color: #f36527;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 1px solid #f36527;
}

.byarealink:hover {
    text-decoration: underline;
    text-decoration-color: #f36527;
}