.about--text {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 300;
    color: #666666;
}

.heading-section .subheading {
    font-weight: 400;
    font-size: 18px;
    display: block;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #b3b3b3;
}

.heading-section.heading-section-with-line:after {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 1px;
    color: #d6a12f;
}

hr {
    border-top: 1px solid #d6a12f !important;
}

.row1 {
    flex-direction: row-reverse;
}

#section-counter {
    position: relative;
    z-index: 0;
}
.ftco-counter {
    padding: 6em 0;
}

.heading-section.heading-section-white .subheading {
    color: rgba(255, 255, 255, 0.7);
}

.div-facts {
    margin-top: 100px;
    margin-bottom: 10px;
}

h3, h4 {
    color: #ffffff;
}

.section-facts span {
    color: #eeeeee;
    font-size: 20px;
    font-family: "Roboto";
    font-weight: 400;
}

.section-facts p {
    color: #eeeeee !important;
    font-family: "Roboto";
    font-weight: 400;
}

.opacity-0 {
  opacity: 0;
}

.title {
  color: #1f1f1f;
}

.subtitle {
  color: #666666;
}

  /*END TESTIMONIAL ------------------------------------------ */

  @media (max-width: 560px) {
    .testi3 {
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .item {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0;
    }

    .div-facts {
        margin-top: 10px;
        margin-bottom: 0px;
    }
}