/* echron-about starts */
/* echron-about starts */
.echron-about {
    padding-top: 20px;
    background-color: #f1f1f1;
}
.echron-about p {
    font-size: 16px;
    text-align: justify;
    font-family: 'Muli', sans-serif;
}
.echron-phead {
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.echron-phead::after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    left: 0;
    right: 0;
    background-color: #e8eaed;
}

.echron-phead h3 {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 0;
    padding-right: 10px;
    font-weight: 800;
    font-size: 17px;
    background-color: #ffffff;
}
/* echron-about ends */
/* echron-about ends */