.widget-section_person {
  position: relative;
  margin-bottom: 90px !important;
}

.widget-section_person .line {
  width: 100%;
  height: 1px;
  background: #7686a1;
  position: absolute;
  top: 27px;
  left: 0;
  z-index: 0;
}

.widget-section_person .header {
  margin-bottom: 40px;
}

.widget-section_person .header .title {
  line-height: 54px;
  font-family: "Playfair Display";
  font-size: 42px;
  font-weight: 400;
  color: #20212b;
  float: left;
  padding: 0 40px;
  background: #fff;
  position: relative;
  z-index: 1;
}

.widget-section_person .header .categories {
  line-height: 24px;
  float: left;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 25px 25px 5px;
}

.widget-section_person .header .categories a {
  font-family: Hind;
  font-size: 18px;
  font-weight: 400;
  color: #233867;
  padding: 0 10px;
  cursor: pointer;
}

.widget-section_person .header .categories a:hover {
  opacity: 0.6;
}

.widget-section_person .header .categories a:first-child {
  padding-left: 0;
}

.widget-section_person .header .categories a:last-child {
  padding-right: 0;
}

.widget-section_person .container-box {
  position: relative;
}

.widget-section_person .container-box .container-background {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}

.widget-section_person .container-box .container-background .background {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.widget-section_person .container-box .content {
  position: relative;
  z-index: 0;
}

.widget-section_person .container-box .content .container {
  margin-bottom: 40px;
}

.widget-section_person .container-box .content .container:last-of-type {
  margin-bottom: 0;
}

.widget-section_person .container-box .content .photo {
  width: 180px;
  height: 180px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  border-radius: 99px 99px 99px 99px;
  -moz-border-radius: 99px 99px 99px 99px;
  -webkit-border-radius: 99px 99px 99px 99px;
  margin: 0 auto;
}

.widget-section_person .container-box .content .text div,
.widget-section_person .container-box .content .text p {
  margin-bottom: 40px;
}

.widget-section_person .container-box .content .text ul {
  padding: 0;
  margin-bottom: 40px;
}

.widget-section_person .container-box .content .text ul li {
  position: relative;
  list-style: none;
  font-family: "Hind";
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-left: 45px;
}

.widget-section_person .container-box .content .text ul li:before {
  content: '';
  display: block;
  width: 35px;
  height: 2px;
  background: rgba(255, 255, 255, 0.35);
  position: absolute;
  top: 12px;
  left: 0;
}

@media (max-width: 767px) {
  .widget-section_person {
    margin-bottom: 50px !important;
  }
  .widget-section_person .container-box .content .photo {
    margin-bottom: 30px;
  }
}
