.twc-ddi-wrapper {
	position: relative;
	background-color: #fff;
	width: 100% !important;
	margin: 0 auto;
	padding: 50px 0;
	transition: all .3s ease;
	background-color: #fff;
	perspective: 1000px;
	-webkit-perspective: 1000;
}

.twc-ddi-cols {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.twc-ddi-col {
	width: calc(25% - 2rem) !important;
	margin: .7rem;
	cursor: pointer;
}

.twc-ddi-container {
	transform-style: preserve-3d;	
}

.twc-ddi-front, .twc-ddi-back {
	background-size: cover;
	background-position: center;
	transition: transform .7s cubic-bezier(.4, .2, .2, 1);
	backface-visibility: hidden;
	text-align: center;
	min-height: 320px;
	height: auto;
	border-radius: 10px;
	color: #000;
}

.twc-ddi-front:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100% !important;
	height: 100%;
	content: '';
	display: block;
	opacity: 1;
/* 	background-color: #042c6c; */
	backface-visibility: hidden;
	border-radius: 10px;
}

.twc-ddi-container:hover .twc-ddi-front, .twc-ddi-container:hover .twc-ddi-back
	{
	transition: transform .7s cubic-bezier(.4, .2, .2, 1);

}

.twc-ddi-back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100%;
	background-color: #042c6c;
}

.twc-ddi-inner {
	transform: translateY(-50%) translateZ(60px) scale(.94);
	top: 51.5%;
	position: absolute;
	left: 0;
	width: 100% !important;
	padding: 2rem;
	box-sizing: border-box;
	outline: 1px solid transparent;
	perspective: inherit;
	z-index: 2;
	font-size: 13px;
}

@media screen and (min-width: 1090px) and (max-width: 1450px) {
	.twc-ddi-inner {
		font-size: 11.5px;
	}
}

@media screen and (min-width: 320px) and (max-width: 350px) {
	.twc-ddi-inner {
		font-size: 11.5px;
	}
}

.twc-ddi-container .twc-ddi-back {
	transform: rotateY(180deg);
	transform-style: preserve-3d;
}

.twc-ddi-container .twc-ddi-front {
	transform: rotateY(0deg);
	transform-style: preserve-3d;
}

.twc-ddi-container:hover .twc-ddi-back {
	transform: rotateY(0deg);
	transform-style: preserve-3d;
}

.twc-ddi-container:hover .twc-ddi-front {
	transform: rotateY(-180deg);
	transform-style: preserve-3d;
}

.twc-ddi-front .twc-ddi-inner p {
	font-size: 1.2rem;
	margin-bottom: 2rem;
	color: whitesmoke;
	text-align: center;
	position: relative;
}

.twc-ddi-front .twc-ddi-inner p:after {
	content: '';
	width: 8rem;
	height: 1px;
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -.35rem;
}

.twc-ddi-inner a {
	text-decoration: none;
}

.twc-ddi-inner a:hover {
	color: #fff;
	transition: all .3s;
}

.twc-ddi-front .twc-ddi-inner img {
	width: 40%;
	height: 100%;
}

.twc-ddi-inner ul li {
	text-align: left;
	margin-bottom: 0px;
	margin-right: 10px;
}

.twc-ddi-back .twc-ddi-inner ul li {
	list-style: none;
	color: white;
	line-height: 180%;
}

@media screen and (min-width: 2500px) and (max-width: 4000px) {
	.twc-ddi-front .twc-ddi-inner img {
		width: 20% !important;
	}
}

@media screen and (max-width: 68rem) {
	.twc-ddi-col {
		width: calc(33.333333% - 4rem) !important;
	}
}

@media screen and (max-width: 52rem) {
	.twc-ddi-col {
		width: calc(45% - 2rem) !important;
	}
}

@media screen and (max-width: 38rem) {
	.twc-ddi-col {
		width: 60% !important
	}
}

.twcp-global-text-color {
	color: #2e368e !important;
}

@media screen and (max-width: 680px) {
	.twc-ddi-col {
		width: 60% !important
	}
	.twc-ddi-row1 {
		display: block !important;
		margin: 20px !important;
	}
	.twc-ddi-text-container1 {
		width: 90% !important;
		margin-left: -4%;
		padding: 19px;
	}
	h2 {
		font-size: 1.80rem;
	}
}
.twc-ddi-inner a{
	color: orange;
	font-weight: bold;
}