.finish {
  width: 100%;
  height: 100%;
  min-height: 143px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(237, 90, 90, 0.2);

  &__text {
    margin: 0;
    color: #0b1c26;
    font-size: 24px;
    font-weight: 400;
    line-height: 21px;
  }
}