* {
  font-family: "Ubuntu";
}

i, h2, h3, span {
  color: #2cbfaa;
}

h2 {
  margin: 20px 0 0 0;
}

h3 {
  margin: 15px 0 0 0;
}

h4, p, ul {
	margin: 5px 0 5px 0;
}

.container-header {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding-top: 30px;
  padding-left: 10px;

  /* background-color: red; */
}

.container-header * {
  font-weight: 400;
  font-style: normal;
  font-family: 'Ubuntu';
}

.header {
  min-height: 190px;
  max-width: 100%;
  width: 100%;
  height: auto;
  position: relative;
}

.header-photo {
  float: left;
  position: relative;
  width: auto;
  height: 100% !important;
}

.header-info {
  background-color: #2cbfaa;
  width: 78% !important;
  height: auto;
  float: right;
  padding: 18px 0 22px 0;
}

.header-info * {
  color: #fff;
}

.header-info_container {
  margin-left: 5px;
}

.separator {
  height: 2px;
  background-color: white;
  margin-top: 8px;
  margin-bottom: 8px;
}

.header-info .separator {
  width: 230px;
}

.header-info .full-name {
  color: #fff;
  position: relative;
  font-size: 35px;
  line-height: 44px;
  text-rendering: optimizeLegibility;
}

.header-info .title {
  font-size: 24px;
  line-height: 26px;
}

.header-info .summary {
  font-size: 16px;
}

.person-info {
	padding: 20px 0 10px 20px;
}

.person-info span {
  font-family: "Ubuntu";
  font-size: 18px;
}

.person-info span a {
  color: #000;
  text-decoration: none;
}

.person-info i {
  font-size: 18px;
  width: 25px;
  height: 25px;
}

.session {
  padding-left: 20px;
  padding-right: 20px;
}

.session-title h2 {
  border-bottom:  2px solid #2cbfaa;
}

.session_group__content__period {
  display: flex;
  justify-content: space-between;
  font-styel: italic;
}

.session_group__content__desc {
  color: #7c7c7c;
  font-styel: italic;
}

.session_group__content__list ul {
 list-style-image: url("./cub.svg");
}

.session_group__content__list ul li.list-group-item i {
  font-size: 10px;
}

div .tags span {
  font-size: 1rem;
  background-color: #2cbfaa;
  margin-bottom: 5px;
}

a.clean {
  text-decoration: none !important;
  color: #fff !important;
}
