* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
html,body {
	background-color: #fff;
	scroll-behavior: smooth;
	user-select: none;
}
section:not(.about) {
	padding-top: 2em;
	padding-bottom: 2em;
}
.modal h1.modal-title {
	font-family: 'Work Sans', sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #555;
}
.modal .card {
	box-shadow: 0 0.5rem 1rem rgb(0, 0, 0, .1);
	min-height: 100%;
}
.modal .card .card-header {
	background-color: #2A8AEF;
	color: white;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}
.modal .card .card-body {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #444;
}
.modal .card li {
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	font-weight: 500;
	color: #444;
	margin-bottom: 10px;
	text-align: justify;
}
.modal .card li ul li {
	margin-bottom: 0px;
}
.modal .btn {
	min-width: 120px;
	padding: 8px 15px;
	border-radius: 4px;
}
.whatsapp-btn {
	position: fixed;
	bottom: 20px;
	right: 15px;
	z-index: 1;
}
.whatsapp-btn img {
	width: 50px;
	height: auto;
}
@media(min-width: 992px) {
	section:not(.about) {
		padding-top: 4em;
		padding-bottom: 4em;
	}
}
@media(min-width: 1200px) {
	.modal h1.modal-title {
		font-size: 2.5em;
	}
}