.reantaly-features-hilight-block {
  padding: 70px 0 0px 0;
  position: relative;
}

   .row.align-items-center .col-lg-3 {
    -webkit-box-flex: 0;
    flex: 0 0 35%;
    max-width: 35%!important;
}


    .row.align-items-center .col-lg-6 {
    -webkit-box-flex: 0;
    flex: 0 0 30%;
    max-width: 30%!important;
}

@media screen and (max-width: 768px){
.row.align-items-center .col-lg-3 {
       -webkit-box-flex: 0;
    flex: 0 0 100%!important;
    max-width: 100% !important;
}
}

@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: 20px;
  font-size: 36px;
  line-height: 52px;
  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: 30px;
  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 {
  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: left;
}
.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: 16px;
}
.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: 22px;
    margin-bottom: 3px;
    color: var(--title-text-color);
    font-weight: 600;
    line-height: 50px;
}
.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;
     
}
