.about {
    width: 100%;
    min-height: 100vh;
    background: white;
    padding: 30px 10px 10px 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_con {
    /*width: 85%;*/
    width: 100%;
    /*margin: auto;*/
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.about_con_left {
    width: 26%;
}

.about_con_right {
    width: 65%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about_line {
    width: 1px;
    height: 150px;
    background: #848484;
    margin: 0 50px;
}

.about_title {
    color: #626262;
    font-family: 'NunitoSans';
    /*font-weight: bold;*/
    font-size: 24px;
    margin-bottom: 30px;
    white-space: nowrap;
}

.about_title > span {
    font-size: 16px;
}

.about_con_text {
    font-family: 'Manrope';
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    .about_con {
        width: 100%;
        /*margin: auto;*/
        display: block;
        padding-top: 50px;
    }

    .about_con > div {
        width: 100%;
    }

    .about_con_right {
        display: block;
    }

    .about_line {
        height: 1px;
        margin: 20px auto;
    }

    .about_con_right > div {
        width: 100%;
    }
    .about_title{
        margin-bottom: 20px;
        font-size: 20px;
    }
    .about_title > span {
        font-size: 14px;
    }
    .about_con_text {
        font-family: 'Manrope';
        font-size: 16px;
        line-height: 150%;
        font-weight: 400;
    }
    .about_con_right{
        margin: 50px 0;
    }
}
