@charset "utf-8";

.slick_interview {
width:80%;
margin:0 auto;
}



div.interview section.auxiliary_txet div.col_2 figure {
max-width:360px;
margin:0 auto;
text-align:left;
}
.interview h3{
	font-size: 23px;
    margin: 30px auto 10px auto;
	border-bottom: solid 3px rgba(251,183,183,1.00);
    position: relative;
}


.interview h3:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #f93434;
    bottom: -3px;
    width: 100px;
}

div.interview_client{
 text-align: center;
}
div.interview_client img{
	max-width:500px;
}
div.roundcube li {
    width: 120px;
    height: 120px;
    border-radius: 15px;
    margin: 0 auto;
    list-style: none;
}
section.enterprise h2{
	margin-bottom: 0px;
}

section.enterprise p{
	text-align:left;
}

div.interview section.auxiliary_txet div.col_2 div article {
	padding:0px;
}
div.interview section.auxiliary_txet div.col_2 div,div.interview section.auxiliary_txet article {
	padding:8px;
}
.enterprise img {
	width:250px;
}
@media screen and (min-width: 1080px) {	
div.roundcube li {
    width: 200px;
    height: 200px;
    border-radius: 20px;
    margin: 0 auto;
    list-style: none;
}
section.auxiliary_txet {
		padding:10px;
	}
	.enterprise img {
	margin-top: 83px;
}

}