* {
	box-sizing: border-box;
	outline: none;
}

body {
	background-color: #fff;
	font-family: 'Poppins', sans-serif;
}

p {
	line-height: 32.5px;
	font-size: 18px;
}

.mt-huge {
	margin-top: 100px;
}

.mb-huge {
	margin-bottom: 100px;
}

.pt-huge {
	padding-top: 100px;
}

.pb-huge {
	padding-bottom: 100px;
}

.header-banner {
	background: linear-gradient(259.16deg, #143e76 0%, #0e9af7 78.08%);
}

.text-dark-blue {
	color: #133c78;
}

.bg-sky-blue {
	background-color: #129efc1a;
}

.bg-blue {
	background-color: #129efc;
}

.bg-dark-blue {
	background-color: #133c78;
}
