.heading-text {
	font-size: 4rem;
	font-weight: bold;
	margin-bottom: 2rem;
}

.subheading-text {
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 2rem;
}

.title {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 2rem;
}

.body {
	padding: 4rem;
}

.hr-break {
	margin: 2rem 0;
	border: 1px solid rgb(222, 222, 222);
}

.caption {
	font-size: 2rem;
	font-weight: 300;
}

.website {
	margin-bottom: 2rem;
}

.underline {
	text-decoration: underline;
}

.title-space {
	margin-top: 2rem;
}

.icon-group {
	display: flex;
	flex-direction: row;
	gap: 1.3rem;
}

.mail,
.phone {
	color: #a60f2d;
	height: 30px;
	width: 30px;
	cursor: pointer;
}
