.s-home-8 {
    background: linear-gradient(to bottom, rgba(255, 255, 255, .98) 0, rgba(255, 255, 255, .98) 100%), url('/images/bgs/bg-8.jpg') repeat 0 0;
    z-index: -1;
    margin-top: 10px;
}
.s-home-8 .s_lbox {
    padding: 15px;
}
.s-home-8 .s_lbox .s_title {
    color: #cb2227;
    font-size: 20px;
    text-align: right;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.s-home-8 .s_lbox .s_title::before {
    content: '';
    display: block;
    width: 60%;
    height: 1px;
    position: absolute;
    bottom: 6px;
    background-color: rgba(255, 0, 0, 0);
    background-image: linear-gradient(to left, #ccc, #ccc0 100%);
    background-image: linear-gradient(to left, #ccc, #ccc0 100%);
}
.s-home-8 .s_lbox .s_title span {
    color: #f89621;
}
.s-home-8 .s_lbox .s_desc {
    color: #444;
    line-height: 1.734em;
    font-weight: 300;
    text-align: justify;
}

/* END s-home-8 */
.s-home-8 .button {
    display: flex;
    align-items: center;
    float: left;
    margin-right: 40px;
}
.s-home-8 .button span:first-child {
    background-color: #f89621;
    font-size: 16px;
}
.s-home-8 .button span:first-child i {
    font-size: 12px;
}
.s-home-8 .button span:last-child {
    margin-left: 5px;
    font-size: 12px;
    color: #626262;
    text-transform: uppercase;
}
.s-home-8 .button:hover span:first-child {
    background-color: #cb2227;
}
.s-home-8 .button:hover span:last-child {
    color: #cb2227;
}

.b_catolgog{
    display: flex;
    align-items: center;
    width: 100%;
}
.b_catolgog .icon i{
    font-size: 40px;
    margin-bottom: -10px;
    padding-left: 5px;
    color: #f89621;
}
.b_catolgog .text{
    margin: 0 10px;
}
.b_catolgog .text h2{
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 5px;
}
.b_catolgog .text p{
    color: #666;
    font-weight: 300;
    font-style: italic;
}

/* BEGIN b-card-26 */
.b-card-26 {
  padding: 15px;
}
.b-card-26 .b_thumb {
  position: relative;
  overflow: hidden;
  width: calc(44% + 0.4px);
  margin: 0 auto 15px;
  border: 10px solid #1976d2;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.25s linear;
  -o-transition: border 0.25s linear;
  transition: border 0.25s linear;
}
.b-card-26 .b_title {
  color: #cb2227;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: normal;
}
.b-card-26 .b_desc {
  font-size: 15px;
  font-weight: 300;
  text-align: center;
}
.b-card-26:hover .b_thumb {
  border-color: #f60;
}

/* END b-card-26 */
/* BEGIN s-home-21 */
.s-home-21 {
  padding: 30px 0 0px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.05), rgba(238, 238, 238, .1));
  border-top: 1px solid #eee;
}
.s-home-21 .b-card-26 {
  margin: 0 0.47px 20px;
}
.s-home-21 .b-card-26 .b_thumb {
  width: auto;
  border: none;
  border-radius: unset;
  background-color: transparent;
}
.s-home-21 .b-card-26 .b_thumb::before {
  padding-bottom: 60%;
}
.s-home-21 .s_headline{
    margin-bottom: 30px;
    margin-top: 0;
}
/* END s-home-21 */
.s_desc-about{
    margin: 30px 30px 0;
    text-align: justify;
    color: #444;
    font-weight: 300;
}
.s-limage-1 .s_list .col-md-3 {
    padding-left: 0;
    padding-right: 0;
}
@media screen and (min-width: 992px) {
    .s-home-8 {
        display: table;
        width: 100%;
    }
    .s-home-8 .s_lbox {
        display: table-cell;
        width: 50%;
        vertical-align: middle;
        padding: 50px 60px;
    }
    .s-home-8 .s_lbox .s_title {
        font-size: 26px;
    }
    .s-home-8 .s_lbox .s_desc {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .s-home-8 .s_rbox {
        display: table-cell;
        width: 50%;
        padding: 45px 1.5px 50px;
    }
    .s-home-8 .s_rbox img {
        width: 100%;
    }
}
@media screen and (min-width: 1200px) {
  .s-home-21 .separator-line:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 0, 0, 0);
    background-image: -webkit-linear-gradient(top, rgba(255, 0, 0, 0), rgba(22, 43, 64, 0.17) 50%, rgba(255, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(22, 43, 64, 0.17) 50%, rgba(255, 0, 0, 0));
  }
}
@media screen and (max-width: 991px){
  .s-home-8 .s_lbox .s_desc{
    margin-bottom: 20px;
  }
  .s-home-8{
    padding-bottom: 30px;
  }
  .s_desc-about{
    margin: 30px 10px 0;
  }
}
@media screen and (max-width: 414px){
    .s-home-8 .s_lbox .s_title:before{
        width: 50%;
    }
}