.the-content {
    color: #555555;
    font-size: 16px;
    line-height: 26px;
}

.quote{
    font-size: 11em;
    height: 10px;
    right: 9px;
    position: relative;
}

.quote-1{
    font-size: 7em;
    height: 10px;
    right: 5px;
    position: relative;
}

.quote-2{
    font-size: 18em;
    right: 5px;
    position: relative;
    opacity: 0.15;
}

.a-title {
    color: #a4762c;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}
.a-content {

}
.aboutHistory{
    padding-left: 30px;
    position: relative;
}
.aboutHistory .item{
    position: relative;
}
.aboutHistory .item:before{
    content: '';
    position: absolute;
    background-color: #ffffff;
    border: 4.5px solid #a4762c;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    top: 9px;
    left: -42px;
}
.aboutHistory .year{
    background-color: #a4762c;
    color: #ffffff;
    font-size: 2.5em;
    margin-left: 10px;
    position: relative;
    display: inline-block;
    padding: 10px 25px;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.aboutHistory .year:before{
    content: "";
    position: absolute;
    border: 10px solid transparent;
    border-right-color: #a4762c;
    top: calc(50% - 10px);
    left: -19px;
    width: 20px;
    height: 20px;
}
.aboutHistory .line{
    width: 1px;
    height: calc(100% - 18px);
    border-left: 1px dashed #a4762c;
    position: absolute;
    top: 9px;
    left: 0;
}
.aboutHistory .desc{
    padding: 15px 0 30px;
}
.aboutHistory .img{
    padding: 0 15px 15px 0;
    position: relative;
}
.aboutHistory .img:before{
    content: '';
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #f5f5f5;
}
.aboutHistory .img img{
    width: 100%;
    z-index: 10;
    position: relative;
}


@media only screen and (max-width: 991px) {
    .a-img {
        margin-bottom: 30px;
        text-align: center;
    }

    .a-title {
        font-size: 25px;
    }

    .aboutHistory .img{
        /*width: 50%;*/
    }
    .aboutHistory{
        margin-left: 12px;
    }
}


@media only screen and (min-width: 1024px) {
    .aboutHistory .flex{
        align-items: center;
    }
    .aboutHistory .desc{
        width: 45%;
        padding: 0 30px;
    }
    .aboutHistory .img{
        width: 55%;
    }
    .aboutHistory .img{
        padding: 0 30px 30px 0;
    }
    .aboutHistory .img:before{
        width: calc(100% - 30px);
        height: calc(100% - 30px);
    }
}
