.nyheter-z-two-bg-parent {
position: relative;
background-color: #0F2540;
padding-top: clamp(60px, 10vw, 100px);
padding-bottom: clamp(60px, 10vw, 100px);
padding-left: clamp(12px, 4vw, 20px);
padding-right: clamp(12px, 4vw, 20px);
overflow: hidden;
}

.nyheter-z-bottom-bg-with-radius {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 50%;
background-color: #0B1C30;
border-top-left-radius: clamp(40px, 10vw, 150px);
border-top-right-radius: clamp(40px, 10vw, 150px);
z-index: 1;
}

.nyheter-z-center-box {
position: relative;
max-width: 718px;
margin: 0 auto;
z-index: 2;
background-color: #173963;
color: white;
padding: 52px 30px;
border-radius: clamp(12px, 2vw, 20px);
text-align: center;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.nyheter-z-center-box>.nyheter{
display: flex;
align-items: center;
gap: 25px;
flex-direction: column;
}

.nyheter-z-center-box>.nyheter p b{
font-family: var(--ff-gilroybold);
}

.nyheter-z-center-box>.nyheter h4{
font-family: var(--ff-inter);
font-size: clamp(28.8px, calc(23.23px + 0.97vw), 36px);
color: #e5f3ff;
font-weight: bold;
margin: 0;
width: 100%;
}
	
.nyheter-z-center-box>.nyheter p{
font-family: var(--ff-gilroy);
font-size: clamp(16px, calc(14.64px + 0.29vw), 18px);

color: #E5F3FF;
line-height: clamp(22px, calc(20.23px + 0.49vw), 26px);

font-weight: 300;
margin: 0;
width: 100%;
max-width: 450px;
}		

