.outer_stripe{
    /* height: 20rem; */
    width: 100%;
    background-color: #e5e5e5;
    padding-bottom: 0.2rem;
    box-sizing: border-box;
    /* border-bottom: 0.01rem solid gray;*/
}
.inner_stipe{
    /* height:20rem; */
    width: 100%;
    /* background-color: #dedede; */
    /* background-color: #dcd9d9; */
    background-color: #e1e1e1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;;
}
.list{
  color: #4e2f00;
    padding:1rem;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 200;
    font-family: 'Titillium Web';
    /* border-top: 1px solid whitesmoke; */
}
.dark{
  color: #693f00;
  color:white;
    font-weight: 400;
}
.white_space{
  min-height:17rem ;
  background-color: #ebeaea;
}
   