.hero-center-div {
    text-align: center;
    display: block;
    width: 100%;
}
.hero-center-div img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}
.space.x2 {
    margin-top: 60px;
    text-align: center;
}
.space.x2 h3{
    text-align: center !important;
}
.space {
    margin-top: 20px;
}
.hero-center-div h3 {
    font-size: 26px;
    line-height: 50px;
    letter-spacing: 2px;
}
.sub-tittle {
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    font-size: 17px;
    line-height: 35px;
}

.space .button {
    position: relative;
    display: inline-block;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-right: 6px;
    padding: 19px 23px 14px;
    border-radius: 3px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    font-family: 'Josefin Sans', sans-serif;
    color: white;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.space .button {
    background-color: #000;
}
.space .button.btn-small {
    padding: 15px 13px 11px;
    font-size: 11px;
}
.w-embed .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.w-embed .fa-home:before {
    content: "\f015";
}
.btn-txt {
 
}