.home-section {
  /* background: url('./assets/img/banner.png'); */
  /* padding: 5rem; */
  /* padding-bottom: 0; */
  width: 40%;
  height: 40%;
  background-size: cover;
  background-position: top;
  background-color: #edc685;
}

.responsive {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/*Accordion*/
/* .collapse {
    &:not(.show) {
      display: none;
    }
  } */

.accordion {
  background-color: #edc685;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: centre;
  outline: none;
  font-size: 30px;
  transition: 0.4s;
  border: 1px solid black;
  margin-bottom: 2px;
}

/*  .active,  */

.accordion:hover {
  background-color: silver;
}

.accordion:after {
  content: "\002B";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.accordion.active:after {
  content: "\2212";
}

/* .accordion:after {
    content: "\2212";
  } */

.panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel h5 {
  font-weight: bold;
  text-align: center;
}

.panel p {
  margin-top: 0;
  margin-bottom: 0;
}

.events {
  /* width:  was 50%; */
  width: 100%;
  border: 1px solid black;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: white;
  margin-bottom: 20px;
  overflow: hidden;
}

.events img {
  overflow: hidden;
}

.e-table {
  /* width:  was 50%; */
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.e-col {
  width: 50%;
  text-align: center;
}

.m-col {
  width: 100%;
  text-align: center;
}

.eventsheader {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: red;
}

.eventstext {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.eventstextsmall {
  text-align: center;
  font-size: 17px;
}

@media (max-width: 576px) {
  .e-table h4 {
    font-size: 20px;
  }

  .eventstext {
    font-size: 15px;
  }

  .eventsheader {
    font-size: 20px;
  }
}
