.modal-investor{
    width: 1000px !important;
}
.modal-investor .modal-investor_body{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.modal-investor .modal-investor_body .img{
    width: 240px;
}

.modal-investor .modal-investor_body .img img{
    width: 100%;
    margin-bottom: 8px;
}

.modal-investor .modal-investor_body .img-detail{
    text-align: center;
}
.modal-investor .modal-investor_body .img-detail .name{
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 12px;
}
.modal-investor .modal-investor_body .img-detail .tuz{
    font-size: 12px;
    margin-bottom: 8px;
}
.modal-investor .modal-investor_body .img-detail .position{
    font-size: 12px;
    margin: 0;
}

.modal-investor .modal-investor_body .desc{
    width: calc(100% - 240px);
    font-size: 14px;
    padding-left: 32px;
}

.about-page .zuwlul .list-box .box .box-detail{
    min-height: 165px;
}

.about-page .zuwlul .list-box .box .box-detail .position{
    margin: 0;
}

.about-page .zuwlul .list-box .box .link-box{
    padding: 20px;
    border-top: 1px solid #ececec;
}

.about-page .zuwlul .list-box .box .link-box .link{
    font-size: 14px;
    display: block;
    font-weight: 500;
    background-color: #1C9AA8;
    border-radius: 8px;
    padding: 6px 12px;
    text-align: center;
    color: #fff;
}

@media only screen and (min-width: 320px) and (max-width: 767px){
    .about-page .zuwlul .list-box .box .box-detail{
        min-height: auto;
    }

    .modal-investor .modal-investor_body .img{
        width: 100%;
    }
    .modal-investor .modal-investor_body .img-detail{
        margin-bottom: 24px;
    }
    .modal-investor .modal-investor_body .desc{
        width: 100%;
        font-size: 14px;
        padding-left: 0;
        text-align: center;
    }
}