.container2 {
  max-width: 600px;
  background: #fff;
  box-shadow: 1px 1px 2px #DAD7D7;
  border-radius: 3px;
  margin-top: 10px;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.header2 {
  margin-bottom: 30px;
}
.header2 .full-name {
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.header2 .first-name {
  font-weight: 700;
}
.header2 .last-name {
  font-weight: 300;
}
.header2 .contact-info {
  margin-bottom: 20px;
}
.header2 .email,
.header2 .phone {
  color: #999;
  font-weight: 300;
}
.header2 .separator {
  height: 10px;
  border-left: 2px solid #999;
  margin: 0px 10px;
}
.header2 .position {
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
  text-decoration: underline;
}

.details {
  line-height: 20px;
}
.details .section {
  margin-bottom: 40px;
}
.details .section:last-of-type {
  margin-bottom: 0px;
}
.details .section__title {
  letter-spacing: 2px;
  color: #C4AC6C;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.details .section__list-item {
  margin-bottom: 40px;
}
.details .section__list-item:last-of-type {
  margin-bottom: 0;
}
.details .left,
.details .right {
  vertical-align: top;
  display: inline-block;
}
.details .left {
  width: 60%;
}
.details .right {
  text-align: right;
  width: 39%;
}
.details .name {
  font-weight: bold;
}
.details a {
  text-decoration: none;
  color: #000;
  font-style: italic;
}
.details a:hover {
  text-decoration: underline;
  color: #000;
}
.details .skills__item {
  margin-bottom: 10px;
}
.details .skills__item .right input {
  display: none;
}
.details .skills__item .right label {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #C3DEF3;
  border-radius: 20px;
  margin-right: 3px;
}
.details .skills__item .right input:checked + label {
  background: #79A9CE;
}

@media (max-width: 767px) {
  .separator {
    display: none;
  }
}/*# sourceMappingURL=style_info.css.map */