html {
    font-family: "Poppins", Helvetica, sans-serif;
}

* {
	font-family: "Poppins", Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    font-style: normal;
    color:#333
}

h1 {
	position: absolute;
	top: 40px;
	left: 60px;
	font-size: 40px;
}

.row {
	margin-left: 0;
    margin-right: 0;
}

.dash {
	font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
}

.subtitle {
	display: block;
	color: #de0e0e;
	margin-top: -6px;
	font-size: 25px;
}

.introduction {
	background: linear-gradient(235deg, #fdf8f4, #f1eeea);
}

.introduction .text {
	font-weight: 500;
	font-size: 30px;
	padding: 200px 80px;
	padding-bottom: 150px;
	color: rgb(87, 59, 66);
}

.profile {
	padding: 70px 0px;
	padding-bottom: 0px;
}



.profile .profile-left {
	display: flex;
    flex-direction: column;
    align-items: center;
	margin-bottom: 50px;
}

.profile .profile-left img {
	width: 200px;
	border-radius: 8px;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.188);
}

.profile .profile-left .picture-subtitle {
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
}

.profile .profile-left .picture-subtitle-2 {
	font-size: 12px;
}

ul {
	list-style-type: none;
}

.expertises-title {
	font-size: 22px;
	font-weight: 600;
	padding-left: 30px;
	margin-bottom: 20px;
	padding-right: 30px;
}

.expertises {
	font-size: 20px;
	font-weight: 500;
	padding-right: 30px;
}

.education {
	font-size: 15px;
	font-weight: 400;
	color: rgb(122, 122, 122);
	padding-right: 30px;
}

.separator {
	border-top: 2px solid #f9f9f9;
}

.contact-title {
	font-weight: 500;
	font-size: 25px;
	border-bottom: 2px solid #de0e0e;
	display: inline-block;
	margin-top: 50px;
	margin-left: 70px;
}

.contact {
	padding: 50px 0px;
}

.contact .contact-block ul {
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	margin-left: 50px;
}

.contact .contact-block ul .bold {
	font-size: 16px;
	font-weight: 600;
}

iframe {
	width: 80%;
	height: 200px;
	border-radius: 8px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
}

footer {
	background-color: #f5f5f5;
	padding: 15px 25px;
	text-align: right;
	font-size: 12px;
	font-weight: 500;
	color: grey;
}