.block_wrap {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ECEFF4;
  margin-bottom: 24px;
  padding: 0 24px 24px 24px;

  &__title {
    font-weight: 500;
    font-size: 24px;
    color: #142A51;
    line-height: 33px;
    text-align: left;
    font-style: normal;
  }

  &__right {
    display: flex;
    gap: 16px;
  }
}
