.wws_upcomingevent_wrapper {
  padding: 150px 20px 100px 20px;
  background-color: #f6f5f5;
  background-image: linear-gradient(to top, #ffffff 0%, #f6f5f5 100%);
  margin: 100px 0 0 0;
}
.wws_upcomingevent_heading {
  font-size: 57px;
  font-weight: 700;
  line-height: 71.98px;
  letter-spacing: 1.14px;
  text-align: center;
  margin-bottom: 60px;
  padding: 0 0 30px 0;
  position: relative;
}
.wws_upcomingevent_heading:after {
  position: absolute;
  content: '';
  width: 114px;
  height: 4px;
  background-color: var(--colorline);
  left: calc( 50% - 57px );
  bottom: 0;
}
.wws_upcomingevents_content_wrapper {
  margin: 0 auto;
  max-width: 1400px;
}
.wws_upcomingevent_wrapper  .events-table.eventList thead {
  display: none;
}
.wws_upcomingevent_wrapper .events-table.eventList tbody tr {
  background-color: #e5edea;
  border: 0 !important;
  cursor: pointer;
}
.wws_upcomingevent_wrapper .em-events-list .events-table.eventList tbody tr td {
  font-family: "filson-soft" !important;
  border-bottom: 15px solid #fafafa !important;
  padding: 50px 55px !important;
  color: #090909;
}
.wws_upcomingevent_wrapper .em-events-list .events-table.eventList tbody tr td:nth-child(1){
  border-left: 3px solid #a1d184 !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.wws_upcomingevent_wrapper .em-events-list .events-table.eventList tbody tr td:nth-child(2) {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}
.wws_upcomingevent_wrapper .em-events-list .events-table.eventList tbody tr:last-child td {
  border-bottom: 0 !important;
}
.wws_upcomingevent_wrapper table{
  width: 100%;
}


@media(max-width:1360px){

  .wws_upcomingevent_wrapper {
    margin: 60px 0 0 0;
    padding: 60px 20px 100px 20px;
  }
}
@media(max-width:1500px){
  .wws_upcomingevent_heading{
    font-size: 50px;
    line-height: 60px;
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 0 0 20px 0;
  }
  .wws_upcomingevent_wrapper .em-events-list .events-table.eventList tbody tr td {
    padding: 30px 35px !important;
  }
}
@media(max-width:1200px){
  .wws_upcomingevent_heading {
    font-size: 45px;
    line-height: 52px;
  }
  .wws_upcomingevent_wrapper .em-events-list .events-table.eventList tbody tr td {
    padding: 20px 25px !important;
  }
  .wws_upcomingevent_wrapper .em-events-list .events-table.eventList tbody tr td:nth-child(1) {
    font-size: 16px;
    line-height: 24px;
  }
  .wws_upcomingevent_wrapper .em-events-list .events-table.eventList tbody tr td:nth-child(2) {
    font-size: 16px;
    line-height: 20px;
  }
}
@media(max-width:1024px){
  .wws_upcomingevent_heading {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 30px
    max-width: 100%;
  }
  .wws_upcomingevent_wrapper .em-events-list .events-table.eventList tbody tr td:nth-child(1) {
    font-size: 14px;
    line-height: 20px;
  }
  .wws_upcomingevent_wrapper .em-events-list .events-table.eventList tbody tr td:nth-child(2) {
    font-size: 14px;
    line-height: 18px;
  }
  .wws_upcomingevent_wrapper .em-pagination .page-numbers.current, 
  .wws_upcomingevent_wrapper .em-pagination .page-numbers:hover {
    font-size: 22px;
  }
  .wws_upcomingevent_wrapper .em-pagination .page-numbers {
    font-size: 16px;
  }
}
@media(max-width:767px){
  .wws_upcomingevent_heading {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  .wws_upcomingevent_heading::after {
    width: 100px;
    height: 2px;
  }
  .wws_upcomingevent_wrapper table{
    overflow-x: auto;
  }
  .wws_upcomingevent_wrapper .events-table.eventList tbody tr{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .wws_upcomingevent_wrapper .em-events-list .events-table.eventList tbody tr td{
    flex-basis: 100%;
    border-bottom: 0px !important;
    border-left: 3px solid #a1d184 !important;
  }
  .wws_upcomingevent_wrapper .em-events-list .events-table.eventList tbody tr td:nth-child(2){
    padding-top: 0 !important;
  }
}