.markets-content{
    display: flex;
    justify-content: space-between;
    padding:40px 0;
}
.markets__desc{
    width: 840px;
    line-height: 1.5;
}

.markets__nav{
    width: 255px;
}

.markets-menus{
    list-style: none;
}

.markets-menus a{
    display: flex;
    justify-content: flex-end;
    align-items: center;

    height: 35px;
    width: 100%;

    color: #000;

    border-bottom: 1px solid grey;

}

.markets__item{
    padding-right: 5px;
}

.markets-menus .active{
    color: #fff;
    background: #215d8d;
    border-bottom: 1px solid #215d8d;
}

.markets-menus a:hover{
    color: #fff;
    background: #215d8d;
    border-bottom: 1px solid #215d8d;
}

.markets__news{
    margin-top: 75px;
}
