.error-openings{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
  .error-section{
  }
  .error-name{
    background-color: #095192 ;
    color: #fff;
    font-weight: bold;
    padding: 15px 0px;
    
    width: 12.5rem;
    text-align: center;
    border: none;
    border-radius: 10px;
  }