.fragmented-system {
  padding: 160px 0 210px;
  background: url('/template/85b5ce5e/images/fragmented-system-bg.png') no-repeat;
  background-size: cover;
  background-position: center;
}
.fragmented-system .title-area {
  max-width: 1100px;
  margin: 0 auto 50px;
}
.fragmented-system .title-area .title-txt {
  font-family: Biotif;
  font-weight: 600;
  font-size: 53px;
  line-height: 70px;
  letter-spacing: -0.01em;
  padding: 0;
  margin: 0;
  color: #fff;
  max-width: 700px;
}
.fragmented-system .item-area {
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.fragmented-system .item-area .left-content {
  width: 68%;
  max-height: 560px;
  overflow: hidden;
}
.fragmented-system .item-area .right-content {
  width: 32%;
  padding: 0 0 0 80px;
}
.fragmented-system .item-area .left-content img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  max-height: inherit;
}
.fragmented-system .item-area .right-content .description-text {
  font-family: Biotif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 25px;
  color: #fff;
}
.fragmented-system .item-area .right-content .sub-title-text {
  font-family: Biotif;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.01em;
  color: rgb(255,255,255,0.92);
  padding: 0;
  margin: 0 0 20px;
}
.fragmented-system .item-area .right-content a.how-fix {
  border-radius: 10px;
  display: inline-block;
  color: #000;
  padding: 9px 30px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  height: 45px;
  max-width: 260px;
  margin: 40px 0 0;
  width: 100%;
  letter-spacing: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border: 0;
  background: #FFBE63;
}
.fragmented-system .item-area .right-content a.how-fix:hover{
  background:#f87252;
  color:#fff;
}
