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

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

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

.widget-section_fullpage .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_fullpage .header .categories {
  line-height: 24px;
  float: left;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 25px 25px 5px;
}

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

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

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

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

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

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

.widget-section_fullpage .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_fullpage .container-box .content {
  position: relative;
  z-index: 0;
}

.widget-section_fullpage .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_fullpage .container-box .content .text div,
.widget-section_fullpage .container-box .content .text p {
  margin-bottom: 40px;
}

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

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

.widget-section_fullpage .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;
}

.widget-section_fullpage .container-box .content .text ul li a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: color 0.35s linear 0s;
  -o-transition: color 0.35s linear 0s;
  -moz-transition: color 0.35s linear 0s;
  transition: color 0.35s linear 0s;
}

.widget-section_fullpage .container-box .content .text ul li:hover a {
  color: #bad0ec;
  -webkit-transition: color 0.35s linear 0s;
  -o-transition: color 0.35s linear 0s;
  -moz-transition: color 0.35s linear 0s;
  transition: color 0.35s linear 0s;
}

@media (max-width: 767px) {
  .widget-section_fullpage {
    margin-bottom: 20px !important;
  }
  .widget-section_fullpage .header .title {
    font-size: 30px;
    line-height: 40px;
    padding: 0 20px;
  }
  .widget-section_fullpage .container-box {
    margin-bottom: 30px;
  }
  .widget-section_fullpage .container-box .content .text .textPlayfair {
    display: none;
  }
  .widget-section_fullpage .container-box .content .text ul {
    margin-bottom: 0px;
  }
  .widget-section_fullpage .container-box .content .text ul li {
    font-size: 16px;
    margin-bottom: 15px;
    color: #bad0ec;
    font-weight: bold;
  }
}
