#company_profile table{
	width:100%;
}

#company_profile table{
	text-align:left;
}

#company_profile table th,
#company_profile table td{
	padding:5rem 0;
	border-top:1px solid #BCBCBC;
	font-size:1.8rem;
}

#company_profile table tr:last-child th,
#company_profile table tr:last-child td{
	border-bottom:1px solid #BCBCBC;
}

#company_profile table th{
	width:30%;
}

@media screen and (max-width:1600px) {

}

@media screen and (max-width:1400px) {

}

@media screen and (max-width:1200px) {
#company_profile table th, #company_profile table td {
    padding: 3rem 0;
    font-size: 1.6rem;
}
#access iframe{
	height:450px;
	}
}

@media screen and (max-width:1024px) {
#company_profile table th, #company_profile table td {
        padding: 2rem 0;
    }
}

@media screen and (max-width:767px) {
#company_profile table th, #company_profile table td {
        font-size: 13px;
    }
#company_profile table th {
    width: 40%;
}
#access iframe {
        height: 250px;
    }
}