@charset "UTF-8";

.company_img{
    width: 100%;
    max-width: 400px;
    height: 100%;
}

.page-section__inner{
    display: flex;
}

.page-section__text{
    /* width: 720px; */
    margin-top: 40px;
    margin-right: 60px;
}

.page-section__text p{
    margin-bottom: 10px;
    line-height: 1.8;
}

.page-section__image{
    max-width: 490px;
}

.profile-table{
    margin-top: 15px;
}

.profile-table .profile-table__row{
    border-bottom: solid 1px #FF6E4A;
}

.profile-table .profile-table__row:last-child{
    border-bottom: none;
}

.profile-table__heading{
    display: block;
    width: 150px;
    padding: 30px 0;
    font-weight: bold;
}

@media (max-width: 768px){

    .company_img{
        max-width: 300px;
        margin: 0 auto 20px;
    }

    .page-section__inner{
        flex-direction: column;
    }

    .page-section__text{
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-right: 0;
    }
    
    .profile-table{
        margin-top: 10px;
    }

    .profile-table__heading{
        width: 100%;
        padding: 20px 0 10px;
    }

    .profile-table__data{
        padding: 0 0 20px;
        display: block;
    }

}



