table caption, table tbody td, table tbody th {
text-align: left;
}


div.wpb_wrapper .button {
    z-index: 99999;
    position: relative;
    background: 0 0;
    color: #fff;
    border: 3px solid #f7f8f9;
    padding: 15px 10px;
    text-align: center;
    border-radius: 15px;
    font-weight: 700;
    font-size: 1.1rem;
    margin-top: 20px;
    display: block;
    width: 180px;
}


div.wpb_wrapper .button:hover {
    color: #c3d600;
    border: 3px solid #c3d600;
}

div.wpb_wrapper .buttonIntro {
    z-index: 99999;
    position: relative;
    background: 0 0;
    color: #fff;
    border: 3px solid #f7f8f9;
    padding: 10px;
    text-align: center;
    border-radius: 15px;
    font-weight: 700;
    font-size: 1.1rem;
    margin-top: 20px;
    margin-left: 30px;
    display: block;
    width: 120px;
}


div.wpb_wrapper .buttonIntro:hover {
    color: #c3d600;
    border: 3px solid #c3d600;
}

.hero .hero-content {
     z-index: 99 !important;
}

.hero p {
 display: block;
}

p.heroLarge{
 display: block;    
 font-size: 18px;
 padding: 0 30px;
}

.hero .hero-content-landing-title h1 {
    margin-bottom: 10px!important;
}