.pregnancy-guide-v2 {
	padding: 58px 0;
	border-bottom: 1px solid black;
}
.pregnancy-guide-v2 h5 {
	font-family: 'Haboro Serif Norm Demi';
	font-size: 14px;
	letter-spacing: 0.044rem;
	text-transform: uppercase;
	margin: 0 0 25px;
	position: relative;
	padding: 0 0 0 24px;
}
.pregnancy-guide-v2 h5:before {
	content:"";
	display: block;
	width:9px;
	height:9px;
	background:black;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: 0;
}
.pregnancy-guide-v2 .flex {
	max-width: 1311px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.pregnancy-guide-v2 .flex .left {
	width: 53%;
	display:flex;
	justify-content: space-between;
}
.pregnancy-guide-v2 .flex .left img {
	width: 337px;
	height: 438px;
	object-fit: contain;
}
.pregnancy-guide-v2 .flex .right {
	width: 496px;
	display: table;
	padding: 0 46px 0 0;
}
.pregnancy-guide-v2 .flex .right a {
	text-decoration: none;
}
.pregnancy-guide-v2 .flex .right p {
	font-family: "PT Serif";
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0.17px;
	margin: 0 0 15px;
}
.pregnancy-guide-v2 .flex .right button, .pregnancy-guide-v2 .flex .right .pum-trigger {
	padding: 0 50px 0 10px;
	width: fit-content;
	height: 25px;
	text-align: left;
	background-image: url(../../assets/icons/utility/right-red-arrow.svg);
	background-repeat: no-repeat;
	background-position: center right 10px;
	line-height: 1;
	letter-spacing: 0.06rem;
	color: #7B3930;
	border: 1px solid #7B3930;
	margin: 25px 0 0;
	font-size: 11px;
    font-family: 'Haboro';
    text-transform: uppercase;
    height: 25px;
    display: block;
    padding: 6px 55px 5px 10px;
}
.pregnancy-guide-v2 .flex .right button:hover, .pregnancy-guide-v2 .flex .right .pum-trigger:hover {
	opacity:1;
	cursor:pointer;
	background-color:#E4C9B1;
}
@media all and (max-width:1280px) {
	.pregnancy-guide-v2 .flex {
		max-width: 95%;
	}
	.pregnancy-guide-v2 .flex .right {
		width:41%;
	}
	.pregnancy-guide-v2 .flex .left img {
		width: 50%;
		height: auto;
		object-fit: contain;
	}
}
@media all and (max-width:768px) {
	.pregnancy-guide-v2 .flex {
		max-width: 95%;
		display: block;
	}
	.pregnancy-guide-v2 .flex .left {
		width:100%;
	}
	.pregnancy-guide-v2 .flex .right {
		width: 96%;
		padding: 0;
		margin: 30px auto 0;
	}
}