
.pdf-fd-wrap {
	margin-bottom: 2em;
}

.pdf-fd-wrap strong {
	font-weight: bold;
}

.pdf-fd-wrap h5 {
	background: #f8f8f8;
	padding: 0.5em 1em;
	color: #337985;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1.5em;
}

.pdf-fd-wrap .dot {
	margin-bottom: 1.5em;
	margin-left: 0.25em;
}

.pdf-fd-wrap .num li .dot li,
.pdf-fd-wrap .dot li {
	margin-bottom: 0.5em;
	position: relative;
	padding-left: 0.85em; 
}

.pdf-fd-wrap .num li .dot li:before,
.pdf-fd-wrap .dot li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f111";
	position: absolute;
	left: 0;
	color: #337987;
	font-weight: 600;
	
	font-size: 0.4rem;
	top: 0em;
}

.pdf-fd-wrap .num {
	list-style: none;
	padding: 0;
	counter-reset: number;
	margin-bottom: 1.5em;
	margin-left: 0.25em;
}


.pdf-fd-wrap .num li {
	margin-bottom: 0.5em;
	position: relative;
	padding-left: 1.6em; 
}

.pdf-fd-wrap .num > li:before {
	counter-increment: number;
	content: counter(number);
	
	position: absolute;
	left: 0;
	top: 0.2em; 
	
	background-color: #337987;
	color: #fff;
	
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	
	display: flex;
	align-items: center;
	justify-content: center;
	
	font-size: 0.85em; 
	font-weight: 600;
	line-height: 1;
}

.pdf-fd-wrap .num li ul {
	margin-top: 1em;
}

.pdf-fd-wrap .flex.rev {
	gap: 1em;
	flex-direction: row-reverse;
	align-items: center;
}
.pdf-fd-wrap .desc {
	width: calc(100% - 300px);
}
.pdf-fd-wrap .photo {
	width: 300px;
}
.pdf-fd-wrap .photo img {
	max-width: 100%;
	width: 300px;
}

@media screen and (max-width: 767px) {
	.pdf-fd-wrap .flex.rev {
		flex-direction: column;
	}
	.pdf-fd-wrap .desc {
		width: 100%;
	}
	.pdf-fd-wrap .photo {
		width: 100%;
	}
	.pdf-fd-wrap .photo img {
		display: block;
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
	
}