﻿.fund-description-head-title {
    color: #BC7248;
    font-size: 1.3em;
}

.fund-description-area-margin {
    margin-left:57px;
}

.fund-description-text {
    font-size:1.1em;
}

.deposit-fee-text {
    color: #096ec5;
}

.fund-description-first-col {
    width:422px;
    margin-right:11px;
    padding-right:12px;
}


@media only screen and (max-width: 576px) {
    .fund-description-head-title {
        color: #BC7248;
        font-size: 1.1em;
    }

    .fund-description-area-width {
        width: 95%;
    }

    .fund-description-first-col {
        /*width: 300px;*/
        width:255px;
    }
    .fund-description-text {
        font-size:1em;
    }

    .fund-description-area-margin {
        margin-left: 11px;
    }

}
