.contact-us{
    background: #fff;
    padding: 0 0 3.5rem 0;
}
.contact-us .content{
    text-align: center;
    padding: 3rem 0;
}
.contact-us .content p{
    line-height: 2.5rem;
    color: #333;
}
.contact-us .content h3{
    margin: 3rem 0 2rem 0;
}

.button-container{
    display: flex;
    justify-content: center;
}
.button-container .button{
    margin: 0 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    width: 15rem;
    border-radius: 0.2rem;
    padding: 1rem 0;
    box-shadow: 0 0.1rem 0.5rem #aaa;
    transition: all 0.1s ease;
    text-decoration: none;
}
.button-container .button:hover{
    cursor: pointer;
    transform: scale(1.1);
}
.button-container .button span:first-child{
    font-weight: bold;
    font-size: 1.2rem;
}
.button-container .button span:last-child{
    font-size: 0.9rem;
    margin: 0.5rem 0 0 0;
}
.seller-login{
    background: #E9516C;
}
.apply-to-be-seller{
    background: #3CBAC2;
}