.wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 15px;
}

.title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #434343;
  margin: 5px 0px;
}

.error {
  padding: 12px;
  background: #af0505;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  svg {
    margin-right: 12px;
  }
  span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
  }
}
