.reantaly-features-hilight-block {
  padding: 80px 0 ;
  position: relative;
}

.reantaly-features-hilight-block .align-items-center .title-view .subtitle {
  display: inline-block;
  font-weight: bold;
  color: var(--color-primary);
  background: rgba(3, 27, 78, 0.05);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 2px 10px;
  margin-bottom: 5px;
}
.reantaly-features-hilight-block .align-items-center .title-view h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 48px;
  letter-spacing: -1.8px;
  line-height: 1;
  font-weight: 700;
  color: var(--title-text-color);
}

.reantaly-features-hilight-block .align-items-center .title-view p {
  margin-bottom: 20px;
  margin-top: 0;
  color: var(--text-color);
  line-height: 1.6;
}

.reantaly-features-hilight-block .align-items-center .title-view .spacer-20 {
  width: 100%;
  height: 20px;
  display: block;
  clear: both;
}

.reantaly-features-hilight-block .align-items-center .clearfix {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}
.reantaly-features-hilight-block .align-items-center .box-icon {
  padding: 0;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  line-height: 1.6em;
  visibility: visible;
  margin-bottom: 20px;
  color: var(--text-color);
  position: relative;
}
.reantaly-features-hilight-block .align-items-center .box-icon.s2 .d-inner {
  padding-left: 70px;
  line-height: 1.6;
  font-size: 16px;
}


.reantaly-features-hilight-block .align-items-center .box-icon.s2 .fa-img {
  position: absolute;
  width: 54px;
  height: 54px;
  padding: 10px;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
  background: var(--color-primary);
}
.reantaly-features-hilight-block .align-items-center .box-icon.s2 .fa-img .fa {
  margin: auto;
  height: 32px;
}
.reantaly-features-hilight-block .align-items-center .box-icon.s2 .fa-img .fa img {
  height: 32px;
  width: auto;
}
.reantaly-features-hilight-block .align-items-center .box-icon.s2.d-invert .d-inner {
  padding: 0;
  padding-right: 70px;
  text-align: right;
}
.reantaly-features-hilight-block .align-items-center .box-icon.s2.d-invert .fa-img {
  right: 0;
}
.reantaly-features-hilight-block .align-items-center .box-icon.p-small {
  font-size: 15px;
}
.reantaly-features-hilight-block .align-items-center .box-icon .d-inner {
  padding-left: 56px;
}
.reantaly-features-hilight-block .align-items-center .box-icon h4 {
  font-size: 17px;
  margin-bottom: 3px;
  color: var(--title-text-color);
  font-weight: 600;
  line-height: 26px;
}
.reantaly-features-hilight-block .align-items-center .main-img {
  display: flex;
  justify-content: center;
}
.reantaly-features-hilight-block .align-items-center .main-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.reantaly-features-hilight-block .align-items-center .title-view {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 25%;
    width: 50%;
  }



@media (max-width: 1280px) {
.reantaly-features-hilight-block .align-items-center .title-view h2 {
  font-size: 36px;
 
}

 
}



@media (max-width: 967px) {
  .reantaly-features-hilight-block {
    padding: 40px 0;
  }
  
  .reantaly-features-hilight-block .align-items-center .title-view h2 {
  font-size: 28px;
}
.reantaly-features-hilight-block .align-items-center .box-icon.s2 .d-inner {
  padding-left: 70px;
  line-height: 1.6;
  font-size: 14px;
}
}



@media (max-width: 767px) {
  .reantaly-features-hilight-block .align-items-center .box-icon.s2 .d-inner {
    line-height: 1.3;
  }

  .reantaly-features-hilight-block .align-items-center .title-view .spacer-20 {
    height: 0;
  }


  .reantaly-features-hilight-block .align-items-center .title-view p {
    line-height: 1.3;
  }


  .reantaly-features-hilight-block .align-items-center .title-view h2 {
    font-size: 30px;
    padding: 0 15px;
  }
}

@media (max-width: 467px) {
.reantaly-features-hilight-block .align-items-center .title-view h2 {
  font-size: 24px;
}
.reantaly-features-hilight-block .align-items-center .box-icon.s2 .d-inner {
  padding-left: 70px;
  line-height: 1.6;
  font-size: 13px;
}

}