#p4 {
	position: relative;
	width: 868px;
	margin: auto;
	font-family: 'Urbanist', sans-serif;
	margin-top: 3rem;
}

#p4 .element {
	position: relative;
}

#p4 .img {
	width: 49%;
	vertical-align: middle;
}

#p4 .description {
	display: inline-block;
	vertical-align: middle;
	width: calc(50% - 20px);
	padding: 4px;
}

#p4 .description .big {
	margin: 0;
}

#p4 .description .big .top {
	margin-bottom: 10px;
	font-size: 30px;
}

#p4 .description .big .bottom {
	margin-top: 10px;
	font-size: 28px;
	color: #b34d0c;
}

#p4 .description .division-bar {
	width: 40%;
	height: 1px;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: black;
}

#p4 .description .small {
	font-size: 1.2rem;
	line-height: 2rem;
	text-align: justify;
}

#p4 .description .number {
	position: absolute;
	color: #a8a7a728;
	z-index: -1;
	font-size: 150px;

	font-family: 'Libre Caslon Display', serif;
}

#p4 .description .n-1 {
	left: 25%;
	top: 17%;
}

#p4 .description .n-2 {
	right: 10%;
	top: 17%;
}

#p4 .description .n-3 {
	left: 20%;
	top: 6%;
}

#p4 .description .n-4 {
	right: 5%;
	top: 15%;
}

#p4 .description .n-5 {
	left: 20%;
	top: 5%;
}

#p4 .description .n-6 {
	right: 10%;
	top: 1%;
}

#p4 .description .n-7 {
	left: 20%;
	top: 10%;
}

#p4 .btn {
	text-align: center;
	padding-top: calc(50px * 0.25);
	left: 35%;
	width: 30%;
	height: 50px;
	margin: auto;
	margin-top: 10px;
	color: black;
	font-weight: 600;
	background-color: transparent;
	font-size: 25px;
	text-decoration: underline;
	cursor: pointer;
}

#p4 b {
	font-family: 'Montserrat', sans-serif;
}

#p4 .title {
	letter-spacing: 3px;
}