.company{
    /* height: 300px; */
    /* max-width: 1300px; */
    /* background-color: #ebebeb; */
    text-align: center;
    padding: 10px 0;
}
.com_box{
    max-width: 1300px;
    height: 200px;
    margin: auto;
    /* background-color: #c9c9c9; */
}
.com_profile p{
    color: black;
    text-align: justify;
    text-indent: 34px;
}
.ability_img{
    height: 150px;
    background: url('../img/co-1.png') no-repeat center center;
    background-size: auto 100%;
    margin: 50px auto;
}
@media only screen and (max-width: 600px) {

        .ability_img{
            min-height: 225px;
            height: auto;
            width: 100%;
            background: url('../img/co-1-1.png') no-repeat center center;
            background-size: auto 100%;
            margin: 50px auto;
        }
        .com_box{
            min-height: 200px;
            height: auto;
            width: 100%;
            margin: auto;
            /* background-color: #c9c9c9; */
        }
        .com_profile{
            padding: 0 20px;
        }
}