.ca-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 $px40;
  
  &__title {
    font-size: $font-size-xxl;
    font-weight: $font-weight-bold;
    margin: $px10 0 $px20;
  }
}