.navbar {
  background: transparent !important; color: #fff; position: absolute; top: 0; left: 0; right: 0;
}

.wrapper {
    background: #f9f9f9 url("/static/images/fund_header_bg.jpg") no-repeat;
    background-size: 100%;
}

.wrapper .row {
    width: 100%;
    margin: 0;
}

.wrapper .total-title {
    padding-top: 16%;
    padding-bottom: 9%;
    font-size: 48px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 4px;
    text-align: center;
    color: #fff;
}

.wrapper .content-wrapper {
    background-color: #fefefe;
    -webkit-box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, .03);
    -moz-box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, .03);
    box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, .03);
}

.content-wrapper .title {
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 5px;
    text-align: center;
    color: #11113f;
    padding-top: 60px;
}

.content-wrapper hr {
    margin-top: 30px;
    margin-bottom: 70px;
    width: 97px;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    background-color: #1858f5;
    box-shadow: 0 1px 30px 0 #1858f5;
}

.wrapper .row {
    border-top: 2px dashed #d5d5d5;
}

.wrapper .info-card {
    text-align: center;
    padding-top: 34px;
    padding-bottom: 34px;
}

.wrapper .row .info-card:not(:first-of-type):before {
    content: '';
    position: absolute;
    left: 0;
    top: 11%;
    bottom: auto;
    right: auto;
    height: 80%;
    width: 1px;
    border: 1px dashed #d5d5d5;
}

.content-wrapper .info-card-header {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
}

.product .info-card-content {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
}

.product .content-panel {
    padding-top: 64px;
    margin-bottom: 64px;
}

.product .content-panel h4 {
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: 600;
}

.product .content-panel p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
    text-align: justify;
    margin-bottom: 0;
}

.status {
    padding-bottom: 64px;
    margin-bottom: 64px;
}

.status .row {
    border-bottom: 2px dashed #d5d5d5;
}

.status .info-card-content {
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #333;
    font-size: 16px;
    line-height: 1;
    padding: 6px 24px;
}

.btn-buy {
    display: block;
    margin-top: 48px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 25px;
    border-radius: 2px;
    font-size: 14px;
    line-height: 1;
}

@media (max-width: 767px) {
    .wrapper .row .info-card:nth-of-type(2):before,
    .wrapper .row .info-card:nth-of-type(3):before {
        content: '';
        position: absolute;
        border: none;
    }

    .wrapper .total-title {
        font-size: 30px;
        letter-spacing: 1px;
        font-weight: 400;
    }

    .wrapper .row {
        padding-bottom: 20px;
    }

    .content-wrapper .title {
        font-size: 22px;
        letter-spacing: 1px;
        font-weight: normal;
        color: #585858;
    }

    .content-wrapper .info-card {
        padding-top: 20px;
        padding-bottom: 0;
    }

    .content-wrapper .info-card-header {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .product .content-panel {
        margin-bottom: 26px;
    }

    .product .content-panel h4 {
        font-size: 18px;
    }
}

@media (max-width: 420px) {
    .wrapper .content-wrapper {
        width: 100% !important;
    }

    .wrapper .total-title {
        font-size: 26px;
        padding-top: 20%;
    }

    .status {
        margin-bottom: 0;
    }
}