@charset "UTF-8";
/* CSS Document */
.practiceArea {
    padding: 0px 0 74px 0;
    background-position: top;
}
.welcomeText {
    margin: 38px 0 0 0;
}
ul.body-ul{
	color: #7b7b7b;
    font-size: 1.8rem;
	text-align: left;
	padding: 15px 0px 20px;
	display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
}
ul.ul-education{
	color: #7b7b7b;
    font-size: 1.8rem;
	text-align: left;
	padding: 15px 0px 20px;
	margin:auto;
	max-width: 350px;
}
hr.small-hr{
    width: 50px;
    height: 1px;
    background: #b5996a;
    left: 50%;
    right: 0;
    bottom: -22px;
	margin-top: 15px;
}
@media(max-width:767px){
	.welcomeText {
    border: none !important;
	}
}
@media(max-width:480px){
	hr.small-hr{
	margin-top: 25px;
}
	ul.ul-education{
	margin-left: 20px;
}
}
