/*
 * Global !!!
 *
 * Section title
 */
.section-title {
    color: #4fc7e7;
    font-weight: 700;
    padding: 30px 0 20px;
    text-align: center;
    position: relative;
    line-height: 1.2;
}
/* Section title with icon */
.section-title.section-title--icon {
    max-width: 300px;
    display: inline-block;
    color: #4fc7e7;
    text-align: left;
}
.section-title.section-title--icon::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: -250px;
    width: 223px;
    height: 182px;
    background: url('/wp-content/themes/israelweb/img/bg-icon-testimonials.png') no-repeat;
    background-position: 0px, 0px;
}
/* Section title with time */
.section-title.section-title--time .time{
    position: absolute;
    display: block;
    width: 60px;
    height: 24px;
    font-size: 12px;
    color: #000000;
}
.section-description{
    text-align: justify;
    text-align-last: center;
    color: #636363;
}
