.about{
    margin-bottom: 100px;
}
.about__top-body{
    padding-top: 200px;
    padding-bottom: 50px;
}
.about__top{
    background-image: url(../img/about/bg.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.about__info-text_bold{
    font-size: 20px;
    margin-bottom: 40px;
}
.about__top-title{
    color: #FFFFFF;
}
.about__content{
    padding-bottom: 0px;
}
.about__info{
    margin-bottom: 90px;
}
.about__info-text{
    color: var(--grey-dark-color);
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 15px;
}

.about__info-text_bold{
    color: var(--main-color);
    font-size: 18px;
    font-family: var(--semibold);
    line-height: 120%;
    margin-bottom: 30px;
}

.about__story-top > .about__line-orange{
    display: none;
    visibility: hidden;
}
.about__story-title {
    margin-bottom: 30px;
}
.about__story-card{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.about__line-orange{
    background-color: var(--accent-bg);
    padding: 10px;
    display: flex;
    justify-content: left;
}
.about__line-year{
    color: #FFFFFF;
    font-size: 30px;
    font-family: var(--semibold);
}
.about__story-card-month{
    color: var(--grey-dark-color);
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 120%;
}
.about__story-card-title{
    font-size: 20px;
    font-family: var(--semibold);
    line-height: 120%;
    margin-bottom: 15px;
}
.about__story-card-text{
    color: var(--grey-dark-color);
    font-size: 14px;
    line-height: 120%;
}
.about__story-card:not(:last-child){
    margin-bottom: 30px;
}
.about__story-card-info-box:not(:last-child){
    margin-bottom: 30px;
}
