@charset "utf-8";
/* CSS Document */

a {
	text-decoration: none;
}
ul {
	padding-left: 0;
}
li {
	list-style: none;
}
* {
	box-sizing: border-box;
}
body {
	font-family: 'Montserrat', Arial, serif;
}

.position-list{
display: flex;
flex-direction: row;
background-color: #fcfcfc;
border-left: 14px solid #4673d9;
padding:40px 0; 
margin-bottom: 54px;
}

.position-list2{
display: flex;
flex-direction: row;
background-color: #fcfcfc;
border-left: 14px solid #4673d9;
padding:40px 0; 
margin-bottom: 54px;
}

.position-education,.position-skill{
display: flex;
flex-direction: row;
}

.position-skill{
margin-top: 14px;
}
.position-div2{
display: flex;
flex-direction: column;
position: relative;
top: 15%;
left: 15%;
}

.position-div{
width: 180px;
display: flex;
flex-direction: column;
align-items: center;
position: relative;
top: 15%;
left: 5%; 
}

.position-div img{
width: 144px;
height: 118px;
}

.position-div h2{
font-size: 20px;
color: #4673d9;
margin-top: 15px;
}

.position-div2 h3{
font-size: 16px;
color: #333;
text-align: center;
line-height: 26px;
}

.position-div2 p{
font-size: 16px;
color: #333;
margin-bottom: 8px;
line-height: 26px;
width: 620px;
margin-left: 10px;
}

.contact{
margin-top:56px;
text-align: center;
font-size: 16px;
color: #333;
}


@media screen and (max-width:1199px){
.position-div2 h3{
font-size: 16px;
}
.position-div2 p{
font-size: 16px;
margin-bottom: 8px;
line-height: 26px;
width: 484px;
margin-left: 10px;
}
}

@media screen and (max-width:991px){
.position-div2 h3{
font-size: 14px;
}

.position-div2 p{
font-size: 14px;
color: #333;
margin-bottom: 6px;
line-height: 24px;
width: 300px;
margin-left: 6px;
}

}



@media screen and (max-width:768px){

}




