.ndr.v2 {
	padding: 2rem 0;
	overflow: hidden;
}

.ndr.v2 h2 {
	position: relative;
	color: #343a40;
    font-size: 1.6rem;
    font-weight: 600;
	letter-spacing: 0.1rem;
    text-align: center;
    line-height: 130%;
    /* border-bottom: 1px solid #333333; */
    margin: 3rem 0 2.5rem 0;
    padding: 0 0 1.5rem 0;
	overflow: hidden;
}

.ndr.v2 h2 strong {
	color: #797ef6;
	font-size: 150%;
}

.ndr.v2 h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translatex(-50%);
    width: 400px;
    border-top: 1px solid #3ab4f0;
}

@media (max-width: 575.98px) {
	.ndr.v2 h2:after {
		width: 320px;
		max-width: 90vw;
	}
}

.ndr.v2 h2.subject {
	font-size: 2.4rem;
	font-weight: bold;
	display: flex;
}


@media (max-width: 767.98px) {
	.ndr.v2 h2.subject {
		font-size: 1.4rem;
	}
}

.ndr.v2 h2.subject:after {
    content: unset;
}

.ndr.v2 h2.subject span {
	position: relative;
	display: inline-block;
	margin: 0 auto;
}

.ndr.v2 h2.subject span:before {
	content: " ";
    display: block;
    height: 45%;
    width: calc(100% + 20px);
    position: absolute;
    background: #cce6f3;
    z-index: -1000;
    top: 50%;
    margin: 0 -10px;
}

.ndr.v2 .header {
	position: relative;
	display: flex;
	padding: 2.5rem 0;
	border-radius: 1.5rem;
	overflow: hidden;
}

.ndr.v2 .header.dark {
	color: white;
}

.ndr.v2 .header .background {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.ndr.v2 .header .background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ndr.v2 .header .background.right img {
	object-position: center right;
}

.ndr.v2 .header .content {
	padding: 4rem 2rem;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.2);
	z-index: 1;
}

.ndr.v2 .header .content h1 {
	font-size: 2.4rem;
	margin-bottom: 1.5rem;
}

.ndr.v2 .header .content p {
	margin-bottom: 0;
	font-weight: bold;
}

.ndr.v2 .solve {
	position: relative;
	font-size: 2.4rem;
	font-weight: bold;
}

@media (max-width: 575.98px) {
	.ndr.v2 .solve {
		font-size: 1.4rem;
	}
}

.ndr.v2 .contact {
	position: relative;
	overflow: hidden;
	border-radius: 1rem;
}

.ndr.v2 .contact.full {
	border-radius: unset;
}

.ndr.v2 .contact .background {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.ndr.v2 .contact .background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center right;
}

.ndr.v2 .contact .content {
	margin: 4rem 2rem;
}

.ndr.v2 .contact .content .title {
	color: white;
    font-size: 1.8rem;
    font-weight: bold;
}

.ndr.v2 .contact .btn {
    background-color: #39b6e2;
    color: white;
    padding: 1rem;
    border-radius: 5rem;
    font-size: 1.2rem;
	font-weight: bold;
	filter: drop-shadow(1px 1px 4px #39b6e2);

	transition    		: all 0.2s ease-in-out; 
	-o-transition       : all 0.2s ease-in-out;
	-moz-transition     : all 0.2s ease-in-out;
  	-webkit-transition  : all 0.2s ease-in-out;
}

.ndr.v2 .contact .btn:hover {
	filter: unset;
}

.ndr.v2 .solve strong {
	color: #797ef6;
	font-size: 120%;
}

.ndr.v2 .solve:before {
	content: "";
    width: 0;
    height: 0;
    border-width: 3rem 14rem 0 14rem;
    border-style: solid;
    border-color: #e5e5e5 transparent transparent transparent;
    margin: 0 auto;
    position: absolute;
    top: 82%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

/* 20231124 */
.ndr.v2 .solve.below:before {
	top: calc(100% + 1rem);
	transform: translate(-50%);
}
/* 20231124 */

@media (max-width: 575.98px) {
	.ndr.v2 .solve:before {
		top: 66%;
	}
}

.ndr.v2 ul.topic {
/* 	list-style: none; */
	padding-left: 1rem;
}

.ndr.v2 ul.topic li {
	position: relative;
	font-size: 1.1rem;
	margin: 0.75rem 0;
	padding-left: 1rem;
}

.ndr.v2 ul.topic li::marker {
	font-family: "Font Awesome 5 Free";
	content: '\f111';
	color: #797ef6;
	font-weight: bold;
	transform: translate(0, -50%);
}

.ndr.v2 ul.topic ul li::marker {
	font-size: 0.9rem;
}


/* .ndr.v2 ul.topic li:before {
	font-family: "Font Awesome 5 Free";
	content: '\f111';
    position: absolute;
	color: #797ef6;
	font-weight: bold;
    top: 55%;
	left: -2rem;
    transform: translate(0, -50%);
} */

.ndr.v2 .feature {
	border-radius: 0.5rem;
	overflow: hidden;
}

.ndr.v2 .feature .icon {
	display: flex;
	background-color: #2f86ef;
}

.ndr.v2 .feature figure {
	display: flex;
}
