.events-appnext__section {
	padding-top: 58px;
	padding-bottom: 60px;
}

.events-appnext__second-section {
	padding-top: 23px;
}

.events__inner-container {
/* 	display: flex;
	justify-content: center; */
}


.events__caption {
	margin-bottom: 64px;
	
  font-size: 30px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #060c2e;
}

.events__card {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	
/* 	margin-right: 40px;
	width: 383px; */
	height: 235px;
	border-radius: 10px;
	background-color: #060c2e;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 2px 3px 0 rgba(6, 12, 46, 0.35);
	
	transition: all 0.3s ease;
}

.events__card:hover {
  box-shadow: 0 2px 30px 0 rgba(6, 12, 46, 0.1);
  transform: scale(1.04);
}

.events__card:last-child {
	margin-right: 0;
}

.events__text {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.events__common-text-emphasis {
	position: relative;
	font-weight: 700;
}

.events__card:hover .events__common-text-emphasis::after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #ffffff;
	animation: width-to-sides 0.1s ease-in;
}



/* .events-appnext__section .owl-item:not(.active) {
	opacity: 0;
} */


@media (max-width: 575.98px) {
	.events-appnext__section {
		padding-top: 38px;
		padding-bottom: 40px;
	}
	
	.events-appnext__second-section {
		padding-top: 0px;
	}

	.events__card {	
		margin-bottom: 26px;
	
		height: 235px;
		border-radius: 10px;
		background-color: #060c2e;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.events__caption {
	  margin-bottom: 18px;
	
	  font-size: 24px;
	  line-height: 1.25;
	}
	
	.events-appnext .owl-dots {
	  display: flex;
      width: 100%;
      justify-content: center;
	}
	
	.events-appnext .owl-dots .owl-dot {
		width: 7px;
  		height: 7px;
		border-radius: 50%;
  		background-color: rgba(6, 12, 46, 0.2);
	}
	
	.events-appnext .owl-dots .owl-dot:not(:last-child) {
		margin-right: 10px;
	}

	.events-appnext .owl-dots .owl-dot.active {
		background-color: #060c2e;
	}
	
	.events-appnext .owl-item {
		opacity: 1;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.events-appnext__section {
		padding-top: 38px;
		padding-bottom: 40px;
	}
	
	.events-appnext__second-section {
		padding-top: 0px;
	}

	.events__card {	
/* 		margin-right: 20px; */
		margin-bottom: 26px;
	
/* 		width: 100%; */
		height: 235px;
		border-radius: 10px;
		background-color: #060c2e;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.events__caption {
	  margin-bottom: 18px;
	
	  font-size: 24px;
	  line-height: 1.25;
	}
	
	.events-appnext .owl-dots {
	  display: flex;
      width: 100%;
      justify-content: center;
	}
	
	.events-appnext .owl-dots .owl-dot {
		width: 7px;
  		height: 7px;
		border-radius: 50%;
  		background-color: #f1f1f5;
	}
	
	.events-appnext .owl-dots .owl-dot:not(:last-child) {
		margin-right: 10px;
	}

	.events-appnext .owl-dots .owl-dot.active {
		background-color: #060c2e;
	}
	
	.events-appnext .owl-item {
		opacity: 1;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.events-appnext__section {
		padding-top: 38px;
		padding-bottom: 40px;
	}
	
	.events-appnext__second-section {
		padding-top: 0px;
	}

	.events__card {	
/* 		margin-right: 20px; */
		margin-bottom: 26px;
	
/* 		width: 100%; */
		height: 235px;
		border-radius: 10px;
		background-color: #060c2e;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.events__caption {
	  margin-bottom: 18px;
	
	  font-size: 24px;
	  line-height: 1.25;
	}
	
	.events-appnext .owl-dots {
	  display: flex;
      width: 100%;
      justify-content: center;
	}
	
	.events-appnext .owl-dots .owl-dot {
		width: 7px;
  		height: 7px;
		border-radius: 50%;
  		background-color: #f1f1f5;
	}
	
	.events-appnext .owl-dots .owl-dot:not(:last-child) {
		margin-right: 10px;
	}

	.events-appnext .owl-dots .owl-dot.active {
		background-color: #060c2e;
	}
	
	.events-appnext .owl-item {
		opacity: 1;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.events-appnext__section {
		padding-top: 38px;
		padding-bottom: 40px;
	}
	
	.events-appnext__second-section {
		padding-top: 0px;
	}

	.events__card {	
/* 		margin-right: 20px; */
		margin-bottom: 26px;
	
		width: 383px;
		height: 235px;
		border-radius: 10px;
		background-color: #060c2e;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.events-appnext .owl-dots {
	  display: flex;
      width: 100%;
      justify-content: center;
	}
	
	.events-appnext .owl-dots .owl-dot {
		width: 7px;
  		height: 7px;
		border-radius: 50%;
  		background-color: #f1f1f5;
	}
	
	.events-appnext .owl-dots .owl-dot:not(:last-child) {
		margin-right: 10px;
	}

	.events-appnext .owl-dots .owl-dot.active {
		background-color: #060c2e;
	}
	
	.events-appnext .owl-item {
		opacity: 1;
	}
}

@media (min-width: 1200px) {
	.events__members.uc_inline {
		display: flex;
		justify-content: center;
		margin-left: auto;
		margin-right: auto;
	}
	
	.events__card {	
		width: 383px;
	}
	
	.events__card:not(:last-child) {
		margin-right: 40px;
	}
}