
body {
    margin: 0;
    font-family: 'Oxygen', sans-serif;
    font-weight: 400;
}

h2 {
	margin: 0;
}

.vk-bg {
	background-color: #ecedf3;
}

.card {
  width: 500px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}

.name_title {
	color: rgb(21, 41, 68);
	font-family: "Playfair Display", serif;
	font-size: 60px;
	font-weight: 700;
	line-height: 70px;
}

.name_desc {
	color: rgb(21, 41, 68);
	font-family: Oxygen, sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 33px;
	width: 500px;
}

.name_desc2 {
	color: rgb(21, 41, 68);
	font-family: Oxygen, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	width: 500px;
}

.separator {
    background-color: #f7ab00;
    width: 40px;
    height: 6px;
}

.btn {
    padding: 17px 46px;
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 40px;
    min-width: 148px;
    background-color: #0bb3e4;
    color: #fff;
    position: relative;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.socials {
	color: rgb(99, 114, 121);
	font-family: Oxygen, sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-decoration-color: rgb(99, 114, 121);
	text-decoration-line: none;
}

.career_company {
	color: rgb(21, 41, 68);
	font-family: Oxygen, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	width: 500px;
}

.career_company_list {
	color: rgb(21, 41, 68);
	font-family: Oxygen, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	width: 500px;
}