#invest_subheader {
    color: #FFFFFF;
    line-height: 45px;
    font-weight: 600;
}

.hero-image {
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.invest-image {
    background-image: url('/wp-content/plugins/devtac-website-customization/images/background-invest.jpg');
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 60px;
    line-height: 1;
    font-weight: 600;
    text-shadow: 2px 2px 5px #000000;
}

.span_percent {
    font-size: 70px;
    font-weight: 600;
    color: #2c3e4d;
}

.span_percent_symbol {
    font-size: 35px;
    font-weight: 600;
    color: #2c3e4d;
}

.bg_color_eee {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

.cstm_table td, .cstm_table th {
    border-color: rgba(0, 0, 0, 0.05);
    color: #2C3E4D;
    font-weight: 600;
    font-size: 15px;
}

.cstm_table td.text-left {
    padding-left: 18px;
}

.real_estate_header {
    font-weight: 600;
    font-size: 18px;
    color: #2c3e4d;
    float: left;
    margin-left: 10px;
}