.about{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.about-us{
    background-color: rgb(245, 245, 245);
    width: 80%;
    /* height: 100vh; */
    display:flex;
    flex-direction: column;       /* lay out children vertically */
    /* align-items: center;          center them horizontally */
    justify-content: flex-start;  /* align children to the top */
    padding: 10px;
    box-sizing: border-box;
}

.about-us-desc{
    font-size: 1.1rem;
    line-height: 1.75;
    color: black;
    padding: 10px;
}

.about-us-desc p {
    margin-bottom: 1rem; /* Adjust as needed */
}

.about-believe{
    padding-left: 20px;
}

#rules-div-titles {
  font-size: 1.8em;
  margin-bottom: 15px;
  margin-top: 0;
  color:#000000;
  border-bottom: 2px solid #000000;
  padding-bottom: 5px;
  /* width: 100%; */
  text-align: center;
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 650px) {

  #rules-div-titles {
    font-size: 1.3em;
  }

  .about-us-desc{
    font-size: .90em;
  }

  
}

@media screen and (min-width: 651px) and (max-width: 1024px) {
  

  

  
}