.investor-container{
    width: 1200px;
    margin: auto;
    font-family: 'karlaregular';
}
.investor-top-text{
    width: 100%;
    display: inline-flex;
    flex-direction: column;
}
.investor-left-img{
    /* width: 40%;
    height: fit-content; */
    width: 100%;
    height: 40vh;
    object-fit: cover;
}
.investor-article-right{
    width: 100%;
    /* padding: 3rem ; */
    display: inline;
}

.investor-container h1{
    font-weight: 900;
    padding-bottom: 20px;
    position: relative;
}
.investor-container h2{
    font-weight: 700;
    font-size: 20px;
    font-family: 'karlaregular';
}
.investor-container p{
    font-size: 18px;
    font-family: 'karlaregular';
}
.investor-container br{
    line-height: 1rem;
}
.investor-container h1::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 40px;
    border-bottom:5px solid #644cfa;
}
.main-hide-list .sub-hide-list{
    list-style-type: none !important;
    position: absolute;
}
ol.upper-alpha li{
    list-style-type: upper-alpha ;
}
ol.number li{
    list-style-type: decimal !important;
}
ol.square li{
    list-style-type: square ;
}
ol.minus li{
    list-style-type: "-" ;
}
ol.dote li{
    list-style-type: disc ;
}
ol.upper-roman li{
    list-style-type: upper-roman ;
}
ol.star li{
    list-style-type: '*' ;
}
.aHover:hover{
    text-decoration: underline !important;
}
.main-hide-list{
    position: relative;
}
@media (max-width: 769px){
    .investor-container h1{
        font-size: 26px;
        margin-bottom: 40px;
    }
    .investor-container{
        width: 100%;
        /* padding: 0px 10px; */
    }
    .investor-top-text{
        flex-wrap: wrap;
    }
    .investor-left-img{
        width: 100%;
        height: 30vh;
        object-fit: cover;
    }
    .investor-article-right {
        width: 100%;
    }
    .investor-article-right, .investor-article{
        padding: 0px 0px 0px 10px;
    }
}