.reantaly-features-hilight-block {
  padding: 90px 0 90px 0;
  position: relative;
  display: none;
}
.reantaly-features-hilight-block .align-items-center .title-view {
  display: none;
}
@media (max-width: 767px) {
  .reantaly-features-hilight-block {
    padding: 30px 0;
  }
}
@media (min-width: 992px) {
  .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%;
  }
}
.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: 42px;
  letter-spacing: -1.8px;
  line-height: 50px;
  font-weight: 600;
  color: var(--title-text-color);
}
@media (max-width: 767px) {
  .reantaly-features-hilight-block .align-items-center .title-view h2 {
    font-size: 30px;
    padding: 0 15px;
  }
}
.reantaly-features-hilight-block .align-items-center .title-view p {
  margin-bottom: 20px;
  margin-top: 0;
  color: var(--text-color);
  line-height: 1.6;
}
@media (max-width: 767px) {
  .reantaly-features-hilight-block .align-items-center .title-view p {
    line-height: 1.3;
  }
}
.reantaly-features-hilight-block .align-items-center .title-view .spacer-20 {
  width: 100%;
  height: 20px;
  display: block;
  clear: both;
}
@media (max-width: 767px) {
  .reantaly-features-hilight-block .align-items-center .title-view .spacer-20 {
    height: 0;
  }
}
.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;
}
@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 .box-icon.s2 .fa-img {
  display: none;
  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 .d-inner h4 {
  /*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: cover;
  aspect-ratio: 1;
}
