.home-content__buttons {
    display:flex;
    flex-wrap: wrap;
}

.home-content__buttons a{
    margin: auto;
}

.home-content h3 {
    font-size: 2rem;
    color: #000000;
    text-align: center;
    font-family: "montserrat-regular", sans-serif;
}

.home-content h1 {
    font-family: "montserrat-regular", sans-serif;
    text-align: center;
    font-size: 2.5rem;
    line-height: 1.333;
    margin-top: 0;
    color: #000000;
    text-align: center;
}

.home-content h3 {
    font-family: "montserrat-regular", sans-serif;
    font-size: 1.6rem;
    color: #000000;
    text-transform: capitalize;
    letter-spacing: .3rem;
    position: relative;
    margin-top: 0;
    margin-bottom: 1.2rem;
    text-align: center;
}


.s-home {
    width: 100%;
    height: 100%;
    min-height: 786px;
    background-color: #fff;
    position: relative;
    display: table;
}