.upcng-evt-mdl {
  padding: 120px 0px;
}
.upcng-evt-mdl-top-title {
  margin-bottom: 64px;
}
.upcng-evt-mdl-card-item {
  width: calc(50% - 15px);
  background-color: #EDEAFF;
}
.upcng-evt-mdl-card-item:last-child {
  background-color: #E9FFFB;
}

.upcng-evt-mdl-card-item-top-sec {
  height: 380px;
}

.upcng-evt-mdl-card-item-top-sec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  clip-path: polygon(50% 0%, 100% 0, 100% 79%, 69% 100%, 0 79%, 0 0);
}

.upcng-evt-mdl-card-item-btm-sec {
  padding: 0px 32px 48px;
  height: calc(100% - 380px);
  display: flex;
  flex-direction: column;
}

.upcng-evt-mdl-card-item-date-location {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.upcng-evt-mdl-card-item-date-location>div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.upcng-evt-mdl-card-item-date-location>div svg {
  display: block;
  width: 25px;
}

.upcng-evt-mdl-card-item-date-location>div span {
  text-transform: uppercase;
  width: calc(100% - 37px);
}

.upcng-evt-mdl-card-item-title {
  margin: 40px 0px 16px;
}

.upcng-evt-mdl-card-item-subtitle {
  margin: 0px 0px 40px;
}

.upcng-evt-mdl-card-item-cont>*:last-child {
  margin-bottom: 0;
}

.upcng-evt-mdl-card-item-btn {
  margin-top: auto;
}
.upcng-evt-mdl-card-item-cont {
  margin-bottom: 64px;
}

@media (max-width:1024px){
  .upcng-evt-mdl {
    padding: 70px 0px;
  }
}

@media (max-width:991px){
  .upcng-evt-mdl-top-title {
    text-align: center;
    margin-bottom: 40px;
  }
  .upcng-evt-mdl-card-item {
    width: 100%;
    max-width: 500px;
  }
  .upcng-evt-mdl-card-item-cont {
    margin-bottom: 30px;
  }
  .upcng-evt-mdl {
    padding: 60px 0px;
  }
}


  .upcng-evt-mdl-card-item-top-sec {
    height: 300px;
  }
  .upcng-evt-mdl-card-item-btm-sec {
    height: calc(100% - 300px);
  }
  .upcng-evt-mdl {
    padding: 50px 0px;
  }
}