.intro-history{
    background: #e6e6e6;
    padding: 100px 0 100px;
}
.intro-history__header{
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 25px;
}
.intro-history__item-title{
    font-size: 24px;
    color: #009A55;
    border-bottom: 1px solid #009A55;
    padding-bottom: 10px;
    font-weight: 500;
    margin-bottom: 10px;

}
.intro-history__item-description{
    font-size: 14px;
    color: #353535;

}
.intro-history__item-date{
    margin-left: 10px;

}
.intro-history__item{
    margin-bottom: 20px;
}