.bot {
    font-family: Arimo;
    padding: 0px 0 40px 0;
}

.bot__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 40px;
}

.bot__link-item {
    width: 100%;
    float: none;
    word-break: break-all;
}

.bot__link{
    font-size: 16px;
    line-height: 150%;
    color: #404040;
    text-decoration: none;
}