.events-listing {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 36px;
}
.event-category {
  color: #c08b22;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'MontserratBold';
  margin-bottom: 5px;
}
.event-description, .events-location {
  font-size: 14px;
  font-family: 'MontserratRegular';
  line-height: normal;
}
.event_learn_more{
    font-size: 14px;
  font-family: 'MontserratBold';
    line-height: normal;
}
.events-location {
  margin-bottom: 0;
}

.events-listing .media-body {
  padding: 0 50px 0 23px;
}
.events-dateinfo {
  border-radius: 61px;
  border: solid 2px #162835;
  width: 122px;
  text-align: center;
  padding: 27px 0 20px;
}
.events-month {
  margin-bottom: 10px !important;
  line-height: 0.78 !important;
  font-size: 12px !important;
  font-family: 'MontserratMedium';
  text-transform: uppercase;
  margin: 0 !important;
  color: #162835;
}
.events-date {
  margin-bottom: 6px !important;
  font-size: 35px !important;
  line-height: 25px !important;
  font-family: 'MontserratBold';
  margin-top: 11px !important;
  color: #162835;
}
.events-year {
  font-size: 16.1px !important;
  line-height: normal;
  font-family: 'MontserratMedium';
  margin: 0 !important;
  color: #162835;
}
.events-page .btn span {
  min-width: 75px;
}
.events-page .btn {
  height: 38px;
  margin-top: 2px;
}

.event-description {
  margin-bottom: 10px !important;
}
.event-description-box p{
  font-size: 14px;
font-family: 'MontserratRegular';
line-height: normal;
margin-bottom: 10px;
}
.events-page .btn-row {
  margin-top: 38px;
}
.events-page .btn-row button .icon {
  transform: rotate(-270deg);
}
.home-event .container:last-of-type .btn-row {
    margin-top: 16px;
}
@media (max-width: 959px) {
  .events-listing {
    display: block;
    margin-bottom: 0;
  }
  .events-page {
    padding-top: 46px;
    padding-bottom: 45px;
  }
  .events-listing .media-body {
    padding: 0 18px 0 23px;
  }
  /*.events-head .btn {
    margin-top: 0;
    position: absolute;
    bottom: 45px;
}*/
  .events-listing .media {
    margin-bottom: 28px;
  }
}
/*home case study css start*/
.home-event .event-category{ font-size: 14px; }
.home-event .events-page { background: transparent; background-image: none; }
.home-event h2 {
  margin-bottom: 50px;
}
.home-event .events-listing {
  grid-template-columns: auto;
}
.home-event-wrapper {
  display: flex;
  max-width: 1180px;
  margin: 0px auto;
}
.home-event-wrapper .media-left {
  max-width: 173px;
}
.home-event .container:last-of-type .events-listing.events_results .media {
  align-items: center;
  margin-bottom: 31px;
}
.home-event .container:last-of-type .events-listing .media-body {
  padding: 0 0px 0 15px;
}
.home-event .container:last-of-type {
  border-left: 2px solid #162835;
  padding-left: 82px;
}
.home-event .container:last-of-type .events-listing .media-body a {
  color: #444;
}
.home-event .container:last-of-type .events-listing .media-body a:hover {
  color: #C08B22
}
.home-event .events-page .btn-row button .icon {
  transform: rotate(-360deg);
}
.home-event .event_location a{ color: #444444; }
.home-event .event_location a:hover{ color: #C08B22; }
@media (max-width: 1199px) {
	.home-event .container:last-of-type .events-listing.events_results .media {
   
    margin-bottom: 0px;
}}

@media (max-width: 1023px) {
  .home-event .container:last-of-type h2 {
    margin-bottom: 30px;
    border-top: 2px solid #162835;
    padding-top: 50px;
  }
  .home-event .container:last-of-type {
    border-left: 0px solid #162835;
    padding-left: 20px;
    padding-top: 72px;
  }
  .home-event-wrapper {
    display: block;
  }
}
@media (max-width: 767px) {

	.home-event .events-page .btn-row {
    margin-top: 25px;
}
  .home-event .container:last-of-type .events-listing.events_results .media {
    margin-bottom: 23px;
  }
  .home-event .events-listing .media {
    margin-bottom: 20px;
  }
  .home-event h2 {
    margin-bottom: 40px;
    font-size: 30px;
    letter-spacing: 1.8px;
  }
  .home-event-wrapper .media-left {
    display: none;
  }
  .home-event .container:last-of-type .events-listing .media-body {
    padding: 0 0px 0 0px;
  }
}

/*home case study css end*/