

/* Start:/local/components/likee/slider/templates/teasers/style.css?17315841112430*/
.features {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%
}

.features .feature {
    width: 33.33%;
    float: left;
    border-right: 1px solid #e5e5e5;
    padding: 50px 80px 60px;
    text-align: center
}

.features .feature a {
    display: block
}

.features .feature img {
    margin-bottom: 30px
}

.features .feature span {
    font-size: 17px;
    color: #222;
    display: block
}

.features .feature:last-child {
    border-right: none
}

.features.on-brand {
    margin-bottom: 0
}

.features.on-brand .feature {
    padding: 70px 80px 80px
}

.features.on-brand a {
    min-height: 170px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.features.on-brand a span {
    font-size: 20px;
    width: 100%
}

@media only screen and (max-width:1200px) {
  .features .feature {
    min-height: 296px;
    padding-left: 45px;
    padding-right: 45px
  }
}

@media only screen and (max-width:767px) {
  .features .feature {
        display: block;
        width: 100%;
        border-bottom: 1px solid #e5e5e5;
        padding: 30px 15px;
        min-height: 1px
    }
    .features .feature:last-child {
        border-bottom: none
    }
    .features .feature a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .features .feature img {
        width: 125px;
        height: auto;
        margin-bottom: 0;
        -o-object-fit: contain;
        object-fit: contain
    }
    .features .feature span {
        text-align: left;
        width: 160px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        margin-left: 40px
    }
    .features.on-brand .feature {
        padding: 30px 15px
    }
    .features.on-brand a {
        min-height: 1px;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .features.on-brand a span {
        width: 160px;
        font-size: 17px
    }
}

/* End */


/* Start:/local/components/likee/slider/templates/utp/style.css?17315841112970*/
.feature-list {
    margin-bottom: 30px
}

.feature-list-item {
    border-bottom: 1px solid #e5e5e5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 340px;
    padding: 40px 35px
}

.feature-list-item h3 {
    font-size: 36px;
    font-weight: 900;
    line-height: auto;
    margin-bottom: 10px;
    color: #cb3234;
    text-transform: uppercase
}

.feature-list-item h4 {
    font-size: 36px;
    color: #000;
    font-weight: 400;
    text-transform: none;
    line-height: auto
}

.feature-list-item .feature-text {
    font-size: 15px;
    line-height: 24px;
    width: 50%;
    padding: 0 35px
}

.feature-list-item .feature-hero {
    width: 50%;
    padding: 0 35px
}

.feature-list-item .feature-hero+.feature-text {
    padding-right: 100px
}

.feature-list-item .btn.big {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 700;
    border-width: 2px;
    padding: 9px 12px;
    -webkit-border-radius: 22px;
    border-radius: 22px
}

.feature-list-item.wide {
    display: block;
    min-height: 240px
}

.feature-list-item.wide .feature-hero,
.feature-list-item.wide .feature-text {
    width: 100%
}

.feature-list-item.wide .feature-hero br,
.feature-list-item.wide .feature-text br {
    display: none
}

.feature-list-item.wide .feature-text {
    font-size: 17px;
    line-height: 28px
}

.feature-list-item.wide h3 {
    margin-top: 0
}

@media only screen and (max-width:1200px) {
  .feature-list-item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .feature-list-item .feature-hero {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .feature-list-item .feature-hero h3 br,
    .feature-list-item .feature-hero h4 br {
        display: none
    }
    .feature-list-item .feature-text {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
}


@media only screen and (max-width:767px) {
  .feature-list-item {
      padding: 30px
  }
  .feature-list-item .feature-hero h3 {
      margin-top: 0;
      font-size: 24px
  }
  .feature-list-item .feature-hero h4 {
      font-size: 24px
  }
  .feature-list-item .feature-hero h4 br {
      display: none
  }
  .feature-list-item .feature-hero .btn {
      margin-bottom: 30px
  }
  .feature-list-item .feature-text {
      padding-right: 0!important
  }
  .feature-list-item.wide .feature-text {
      font-size: 15px;
      line-height: 24px
  }
}

/* End */
/* /local/components/likee/slider/templates/teasers/style.css?17315841112430 */
/* /local/components/likee/slider/templates/utp/style.css?17315841112970 */
