.event-container {
  max-width: 800px;
  margin: 0 auto;
    font-family: Poppins,sans-serif;
    font-family: var(--font-headings, Poppins, sans-serif);
}

.event-container h3.year {
  
  text-align: center;
 
 letter-spacing: normal;
 text-align: left;
 font-size: 22px;
 font-weight: 600;
 line-height: 24px;
}

.event-container .event {
  box-shadow: 0 4px 16px -8px rgba(0, 0, 0, 0.4);
  display: flex;
  border-radius: 8px;
  margin: 0;
  
}

.event .event-left {
  background: #222;
  display: block;
  align-items: center;
  justify-content: center;
  color: #eee;
  padding: 8px 8px;
  font-weight: bold;
  text-align: center;
  border-radius: 8px 0 0 8px;
  height: 80px;
  width: 100px;
}

.event .event-left .date {
  margin-top:15px;
  font-size: 40px;
  text-align: center;
  width: 100px;
}

.event .event-left .month {
  font-size: 18px;
  font-weight: normal;
  margin-top: 15px;
  width: 100px;
  
}


.event .event-center {
  display: block;
  flex-direction: column;
  justify-content: center;
  padding: 0 24px;
  height: 80px;
  width: 70%;
}

.event .event-center h3.event-title {
  font-size: 20px;
  text-align: left;
  color: #000;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom:10px;
}

.event .event-center .event-description {
  font-size: 18px;
  text-align: left;
  color: #000;
  margin-top: 10px;
  
}



.event .event-right {
  display: block;
  flex-direction: column;
  justify-content: center;
  padding: 0 24px;
  height: 80px;
  width: 100px;
}



.event .event-right .event-description {
  font-size: 18px;
  text-align: left;
  color: #000;
   margin-top: 20px;
   text-align:right;
}
.event .event-right .event-description2 {
  font-size: 18px;
  text-align: left;
  color: #000;
   margin-top: 10px;
   text-align:right;
}

.event .event-right .event-description a, .event .event-right .event-description2  a{
  color: #000;
}

  .event-container  .pevents{
	   width: 100%;
	   align-items: left;
     justify-content: left;
    text-align: left;
   }
.event-container .pastevent {
  
  display: flex;
  margin: 0;
  width: 100%;
  margin-bottom: 5px;
 
  
}
.pastevent .pastdate {
  display: flex;
  flex-direction: row;
  color: #000;
  padding: 0px 0px;
  font-size: 18px;
  text-align: left;
  font-weight: bold;
  border-radius: 8px 0 0 8px;
 
  width: 20%;
}
.pastevent .pastinfo {
  
  display: flex;
  flex-direction: row;
  color: #000;
  padding: 0px 0px;
  font-size: 18px;
  text-align: right;
  border-radius: 8px 0 0 8px;
  
  width: 80%;
  align-items: left;
  justify-content: left;
}


  




@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) {
  .event {
    flex-direction: column;
	height: 150px;
  }

  .event .event-left {
    padding: 0;
    border-radius: 8px 8px 0 0;
	width: 100%;
	display: flex;
	flex-direction: row;
	height:50px;
  }
   .event .event-left .event-date{
	   display: flex;
	   flex-direction: row;
	   margin: 0px;
	   width: 100%;
   }
  .event .event-left .event-date .date{ 
    display: flex;
	flex-direction: row;
	font-size:20px;
	padding-left:20px;
	width: 50px;
	 margin: 0px;
  }
  
  
  .event .event-left .event-date .month { 
    display: flex;
	flex-direction: row;
	font-size:20px;
	font-weight: 700;
	width: 200px;
	text-transform: uppercase;
	margin: 0px;

  }
   .event .event-center{
	   width: 100%;
	   height: 60px;
	   padding-left: 20px;
	   width = 100%;
   }
    .event .event-center h3.event-title{
	   margin-top: 10px;
	   font-size: 18px;
   }
   .event .event-right{
	  display: flex;
	   flex-direction: row;
	   width: 100%;
	   padding-left: 0px;
	   padding-right: 0px;
   }
    .event .event-right .event-description{
	width: 50%;
	text-align: left;
	padding-left: 20px;
	 
   }
    .event .event-right .event-description2{
	  width: 50%;
	  text-align:right;
	  padding-right: 20px;
	  margin-top: 20px;
   }
   
  .event-container  .pevents{
	   width: 100%;
	   align-items: left;
     justify-content: left;
    text-align: left;
   }
   .pastevent .pastdate {
 
  color: #000;
  padding: 0px 0px;
  font-size: 15px;
  text-align: left;
  font-weight: bold;
   text-align: left;
  
   
  width: 30%;
}
.pastevent .pastinfo {
  
 
 
  color: #000;
  padding: 0px 0px;
  font-size: 15px;
  text-align: left;
  width: 70%;
  align-items: left;
  justify-content: left;
   text-align: left;
   width: 70%;
}





  
}