.invest_description {
    width: 991px;
    height: 300px;
    resize: none;
    margin-top: 10px;
}

.invest_description_line {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.invest_form input, textarea {
    border-radius: 5px;
    padding: 3px;
    border: 1px solid;
}

.invest_form label {
    margin-left: 10px;
}

.invest_checkbox {
    width: 15px;
    height: 15px;
    transform: translateY(20%);
}

.invest_form .go_product {
    margin-top: 20px;
}

.invest_red {
    font-weight: bold;
    color: red;
    margin-bottom: 10px;
}

.invest_green {
    font-weight: bold;
    color: green;
    margin-bottom: 10px;
}

.invest_bottom_margin {
    margin-bottom: 20px;
    width: 700px;
}

.invest_form.no_box_shadow {
    box-shadow: none;
}

.bottom_margin_invest_text {
    margin-bottom: 20px;
}

.container_pr.invest {
    flex-direction: column
}

.pre_display_invest {
    text-align: left;
}

.pre_display_invest .bottom_product_card {
    box-shadow: none;
}

@media screen and (max-width: 991px){
    .invest_description {
        width: calc(100% - 16px);
    }

    .invest_description_line {
        flex-direction: column;
    }

    .invest_description_line div {
        display: flex;
    }

    .invest_description_line label {
        width: 100px;
        display: block;
    }

    .invest_description_line.long_label label {
        width: 130px;
    }

    .invest_form input {
        margin-bottom: 10px;
    }

    .invest_bottom_margin {
        width: calc(100% - 16px);
    }

    .invest_checkbox {
        transform: translateY(0);
    }
}