@media screen and (max-width: 1279px) {
    .sidebar__bar-text{
        display: flex;
        margin-bottom: -100%;
    }
}
@media screen and (max-width: 767px) {
    .sidebar__bar-text{
        display: unset;
        margin-bottom: unset;
    }
}
.index__content-col{
    flex:unset;
}
.index__content-col:first-child{
    max-width: 380px;
}
