body {
  font-family: 'Montserrat', sans-serif;
  background-color: #f5f7fa;
}

.main_container {
  display: flex;
  flex-direction: row-reverse;
  width: 1200px;
  background: #fff;
  margin: 40px auto;
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
}

/* Main content section */
.main_content_section {
  background: #fff;
  padding: 100px 90px;
}

/* About me section */
.about_me_section {
  margin-bottom: 40px;
}

.about_me_profession {
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 17px;
  color: #000;
  margin-bottom: 20px;
}

.my_name {
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  line-height: 55px;
  color: #000;
  margin-bottom: 25px;
}

.about_me_description {
  width: 630px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #595959;
  text-align: justify;
}

.main_content_title {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  color: #000;
  margin-bottom: 10px;
}

/* My industry section */
.my_industry_list {
  padding: 0 0 0 17px;
}

.my_industry_list_item {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #595959;
}

.my_industry_list_item_number {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: #595959;
}

.my_linkedin_text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #595959;
}

.my_linkedin {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}

/* My responsibilities */

.my_responsibilities_list {
  padding: 0 0 0 17px;
}

.my_responsibility_item {
  width: 630px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #595959;
  text-align: justify;
}

/* .my_industry_exp_section,
.main_responsibilities_section,
.work_experience_section,
.education_section {
} */

/* My work experience section */

.work_position {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: #595959;
  margin-bottom: 0;
}

.separator {
  color: #000;
}

.work_period {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #595959;
  margin-top: 0;
}

.workplace {
  color: #fb603a;
}

/* My education section */

.education_title,
.trainings_title {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: #595959;
  margin-bottom: 0;
}
.education_link,
.trainings_link {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: #fb603a;
}

.education_period,
.trainings_period {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #595959;
  margin-top: 0;
}

/* sidebar section */
.sidebar_section {
  background-color: #1e2939;
  width: 370px;
  padding: 40px 0;
}

.contacts_section,
.tech_skills_section,
.soft_skills_section,
.languages_section {
  margin: 50px 0 0 40px;
}

.sidebar_title {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  color: #fff;
  margin-bottom: 10px;
}

/* Contacts section */
.contacts_section_type {
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-right: 5px;
}

.contacts_section_link {
  color: #565e6a;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
}

/* Skills section */
.skills_list,
.languages_list {
  padding: 0 17px 0 17px;
}

.skills_item,
.languages_item {
  color: #fb603a;
}

.skills_item_text,
.languages_item_text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
