main {
    margin-top: 4rem;
    padding: 2rem 1rem 3.5rem 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    min-height: auto;
    height: auto;
    width: 100%;
    font-size: 1rem;
}

.main > div {
    height: 100%;
    width: 100%;
    max-width: 800px;
    background-color: #fff;
    border-radius: 2rem;
    margin: 0rem;
}

.main div p {
    margin-bottom: 1rem;
    line-height: 2;
}

.main div .bottom {
    margin-bottom: 2.75rem;
}

h1 {
    margin: 0rem 0rem 2rem 0rem;
    font-size: 3.5rem;
}

h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.25rem;
    margin:2rem 0rem .5rem 0rem;
    line-height: 1.5;
}

.visit-us {
    font-size: 20px;
    font-weight: 500;
    padding: 0.3em 1em;
    line-height: 1.7em!important;
    background-color: transparent;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 3px;
    width: 100%;
    letter-spacing: 1px;
    display: block;
    margin: auto;
    width: 10rem;
    text-align: center;
}

.main {
    background-color: #fff;
}