.widget.line-section {
  position: relative;
}

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

.widget.line-section .header {
  margin-bottom: 33px;
}

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

.widget.line-section .desc {
  font-size: 16px;
  line-height: 1.63;
  padding: 0 40px;
  font-family: 'Hind';
}
