.bs-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #505C6A;
    padding: 15px 0;
}

.bs-item__elements {
    display: flex;
    width: calc(100% - 80px);
    flex-direction: column;
}

.bs-item:first-child {
    border-top: 2px solid #505C6A;
}

.bs-item__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
}

.bs-item__text {
    color: #505C6A;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    line-height: 22.4px;
}

.bs-item__link {
    width: 48px;
    height: 48px;
    background: #010101;
    border-radius: 30px;
    color: #fff;
    padding: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.bs-item__title strong {
    color: #054B78
}
