/********* Layout the page *********/

.about_container {
    font-family: "Yu go";
    margin: 44px auto 0px auto;
    padding-bottom: 145px;
    line-height: 30px;
}

.about_container .about_title {
    border-bottom: 1px solid #CBCBCB;
    font-size: 52px;
    font-weight: bold;
    padding: 24px;
    text-align: center;
}

.about_container .content_holder {
    width: 80%;
    margin: 30px auto;
}

.content_holder > .item {
    margin-bottom: 70px;
}

/********* ulities *********/

.iblock {
    display: inline-block;
}

/********* technology item *********/

.technology {
    border-bottom: 1px dotted black;
    height: 47px;
}

.technology .triangle {
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    border-left: 13px solid #FEE200
}

.technology_name {
    font-size: 22px;
    font-weight: bold;
    line-height: 47px;
    margin-left: 6px;
}

.item .description {
    color: #7D7D7D;
    border-bottom: 1px solid #CCCCCC;
    font-size: 18px;
    margin-left: 33px;
    margin-top: 13px;
    padding-bottom: 17px;
    padding-top: 17px;
    width: 100%;
}
@media (min-width: 320px) and (max-width: 768px) { 

    .about_container .about_title {
        border-bottom: 1px solid #CBCBCB;
        font-size: 26px;
        font-weight: bold;
        padding: 0 24px 24px 24px;
        text-align: center;
    }
    .technology_name {
        font-size: 18px;
        font-weight: bold;
        line-height: 47px;
        margin-left: 6px;
    }
    
    .item .description {
        color: #7D7D7D;
        border-bottom: 1px solid #CCCCCC;
        font-size: 15px;
        margin-left: 0px;
        margin-top: 13px;
        padding-bottom: 17px;
        padding-top: 5px;
        width: 100%;
    }
    .content_holder > .item {
        margin-bottom: 35px;
    }
}