.content {
    background-color: #fff;
    width: 85%;
    /* margin: 20px; */
}

.Investor {
    background: none;
    /* text-align: center; */
    padding-bottom: 25px;
    margin-bottom: 25px;
    margin-top: 20px;
    min-height: 600px;
}

.Investor_h2 {
    display: block;
    font-size: 20px;
    color: #000;
    padding-top: 40px;
    width: calc(87% - 24px);
    margin: auto;
    font-weight: bold;
    position: relative;
    font-family: "din 2014 bold";
}

.Investor_details {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 20px;
    position: relative;
    height: 230px;
    cursor: pointer;
    overflow: hidden;
}

.Investor_tit {
    text-align: left;
    font-family: "din 2014 bold";
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
}

.Investor_details p {
    /* text-indent: 2em; */
    font-size: 16px;
    letter-spacing: 0.1px;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: left;
    font-family:'din 2014 bold';
    color: #000;
}


.Partners_title {
    font-size: 32px;
    color: #000;
    font-weight: 600;
    margin-top: 20px;
    position: relative;
}
.Partners_title-lf{
    width: 114px;
    height: 2px;
    background: #DADADA;
    position: absolute;
    left: 33%;
    top: 24px;
}
.Partners_title-lf div{
    border-width: 0px;
    width: 30px;
    height: 4px;
    background-color: rgba(11, 69, 219, 1);
    float: right;
}
.Partners_title-rt{
    width: 114px;
    height: 2px;
    background: #DADADA;
    position: absolute;
    left: 60px;
    top: 53px;
}

.Partners_title-rt div{
    border-width: 0px;
    width: 30px;
    height: 4px;
    background-color: rgba(11, 69, 219, 1);
}






@font-face {
    font-family:'din 2014 bold';
    src: url(../DIN2014/DIN2014-Bold.ttf);
}
@font-face {
    font-family:'din 2014 regular';
    src: url(../DIN2014/DIN2014-Regular.ttf
    );
}
