/**
* Lantern Press - Home
* @author Katharina Tramm
* @version 0.1
*/

/* ===== Home Content ===== */

footer {
    margin-top: 50px;
}

#one-stop-solution .div-row {
    margin-top: 40px;
}

#one-stop-solution .div-row div {
    width: 274px;
    border: 1px solid #9a6142;
    border-radius: 5px;
    text-align: center;
    padding: 20px 0;
}

#one-stop-solution .div-row img {
    border-radius: 5px;
    margin-bottom: 20px;
}

#one-stop-solution .div-row div:hover {
    border: 3px solid #9a6142;
    margin: -2px;
    cursor: pointer;
}

#one-stop-solution .div-row div p {
    width: 200px;
    margin: auto;
}

#one-stop-solution .div-row div h5 {
    margin-top: 15px;
}

#map {
    margin: 50px 0 0;
    height: 646.73px;
}

#get-started {
    background: #F2F2F2;
    padding: 40px 55px;
    display: flex;
    align-items: center;
}

#testimonials {
    margin-top: 20px;
}

.div-row a:hover {
    color: #2d2a26
}