.mainDiv{
  width: 90%;
  margin: 0 auto;
  position: fixed;
  display: flex;
  flex-flow: wrap;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  top: 60%;
  left: 5%;
}
.singleDiv{
  display: block;
  width: 47%;
  background-color: #fff;
  color: #754936;
  border-radius: 6px;
  margin-bottom: 1rem;
  padding: 0.5rem 0;    
  font-weight: 700;
  font-size: 1.25rem;
}
.singleDiv_long{
  width: 100%;
}