.painpoint-section {
	background: var(--beige-light);
    padding: 2rem 0;
    position: relative;
    z-index: 10;
}

.painpoint-section .container {
	max-width: 1000px;
}

.painpoint-big-title {
	text-align: center;
	color: var(--cocoa-brown);
    font-size: 4rem;
    line-height: 3rem;
}

.painpoint-small-title {
	text-align: center;
	color: var(--cocoa-brown);
    font-size: 2rem;
    margin-bottom: 0;
    opacity: 70%;
}

.painpoint-section .text-container {
	background: var(--white);
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 4px 20px rgba(74, 48, 33, 0.08);
    font-size: 1.1rem;
}

.painpoint-explicit {
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
}


#NVL-PainPoint {
	max-width: 1000px;
}

#MobileLineBreak {
	display: none;
}

.nvl-sidebyside {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 2rem;
	align-items: center;
}

.nvl-explicit {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
}

.text-container{
  flex: 4 1 0;             /* 2 parts width */
  min-width: 0;            /* allow shrinking without overflow */
}

.image-container{
	flex: 3 1 0;
	justify-content: center;
}

#PainPoint img {
	width: 70%;
  transform: translateX(-22%);
	-webkit-filter: drop-shadow(5px 5px 5px #2227);
  	filter: drop-shadow(5px 5px 5px #2227);
}

#NVL-PainPoint img {
	width: 60%;
    -webkit-filter: drop-shadow(5px 5px 5px #2227);
  	filter: drop-shadow(5px 5px 5px #2227);
  	transform: translateX(-34%);
}

@media (max-width: 768px) {
	.painpoint-big-title {
	    font-size: 3.5rem;
	    line-height: 3rem;
	}

	.painpoint-small-title {
		text-align: center;
		color: var(--cocoa-brown);
	    font-size: 1.7rem;
	    margin-bottom: 0;
	}

	.painpoint-explicit {
		font-size: 1.6rem;
	}

	.nvl-sidebyside {
		flex-direction: column;
		align-items: center; 
	}

	#PainPoint img {
	 }

	#NVL-PainPoint .image-container{
	padding-right: 0;
	}

	#MobileLineBreak {
		display: inline;
	}
}
