* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

.title {
	font-size: 28px;
	font-weight: 400;
}

.top-info {
	font-size: 16px;
	font-weight: 400;
	margin-top: 24px;
}

.btn-requirements {
	margin-top: 24px;
}

.btn-outline-default {
	color: #055aaa;
	background-color: #f9fafb;
	font-weight: 400;
	padding: 12px 16px;
	height: 48px;
	border-radius: 4px;
}

.btn-outline-default:hover:not([disabled]) {
	color: #055aaa;
	background-color: #f4f6f7;
}

.btn-outline-default[disabled] {
	background-color: #f9fafb;
	border-color: #f9fafb;
	color: #91c7ef;
}

.product-requirements {
	margin-top: 80px;
}

.users {
	font-size: 16px;
	color: #8997a4;
}

.requirements-list {
	list-style-type: none;
}
.requirements-list li {
	margin-top: 40px;
}
.requirements-list p {
	margin-bottom: 0;
}

.req-title {
	font-size: 22px;
	font-weight: 400;
}

.req-link-container {
	display: flex;
	margin-top: 24px;
	color: #055aaa;
}

.req-link-container i {
	display: flex;
	align-items: center;
	font-size: 24px;
}

.req-link-text {
	margin-left: 16px;
	font-weight: 400;
}

.req-link-container:hover {
	text-decoration: none;
}
