.segment-features-box {
  display: flex;
  flex-direction: column;
  width: 1400px;
  margin: 0 auto;
  overflow-x: hidden;
}
.segment-feature-item {
  display: flex;
  margin: 0 0 90px 0;
}
.segment-feature-item > * {
  flex: 1;
  display: flex;
}
.segment-feature-notes {
  display: flex;
  flex-direction: column;
  margin: 58px 100px 0 0;
  font-weight: 400;
  color: #222;
  overflow: hidden;
}
.segment-feature-notes h2 {
  margin: 0 0 24px 0;
  font-weight: bold;
}
.segment-feature-notes a {
  width: 140px;
  height: 44px;
  border-radius: 8px;
  margin: 48px 0 0 0;
  font-weight: 500;
}
.segment-feature-notes a .right-arrow {
  width: 16px;
  height: 10px;
  background: url(/en/images/icons/btn-arrow-right-hover.png) center / 14px 10px no-repeat;
  margin: 0 0 0 10px;
}
.segment-feature-notes a:hover .right-arrow, .segment-feature-notes .btn-default:focus .right-arrow {
  background: url(/en/images/icons/btn-arrow-right.png) center / 14px 10px no-repeat;
  margin: 0 0 0 18px;
}
.segment-feature-notes-right {
  margin: 78px 0 0 100px;
}
.segment-feature-text {
  font-size: 18px;
  line-height: 28px;
}

.segment-feature-item .img {
  width: 700px;
  height: 480px;
  border-radius: 12px;
  transition: .8s;
}
.segment-feature-item .img:hover {
  background-size: 110% 110%!important;
}

.segment-feature-list {
  display: flex;
  flex-direction: column;
}
.segment-feature-list-item {
  display: flex;
  margin: 0 0 10px 0;
}
.segment-feature-list-item .circular {
  min-width: 8px;
  max-width: 8px;
  min-height: 8px;
  max-height: 8px;
  border: 2px solid #E72521;
  border-radius: 50%;
  margin: 10px 12px 0 0;
}
.segment-feature-list-item-box {
  display: flex;
  flex-direction: column;
}
.segment-feature-list-item-title {
  font-size: 16px;
  font-weight: 500;
  color: #222;
}
.segment-feature-list-item-desc {
  font-size: 14px;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
}
.animated {
  -webkit-animation-fill-mode: none!important;
  animation-fill-mode: none!important;
}
