.internship-section{
	display: flex;
	flex-direction: row;
	
}
.internship-section-left{
	min-width: 497px;
	margin: 0 20px 20px 0;
}
.internship-title{
	color: #000;
}
.internship-image{
	margin-bottom: 12px;
}

.internship-btn{
	display: flex;
	justify-content: center;
	border-radius: 46px;
	background: transparent;
	border: 1px solid #BE1E2D;
	color: #BE1E2D;
	border-radius: 46px;
	height: 50px;
	align-items: center;
	font-size: 14px;
	line-height: 16px;
}
.internship-btn p{
	margin: 0;
    font-size: 14px;
    font-weight: 700;
}

.internship-section-right p{
	font-size: 14px;
    line-height: 17px;
	margin-bottom: 0;
	color: #454545;
}

.internship-section-right ul{
	margin: 0;
}
.internship-section-right li{
	margin: 0;
    padding-left: 10px;
}
.internship-section-right ul *{
	font-weight: 400;
}









