.generic-detail-block {
	text-align: center;
}

.padding-top24 {
	padding-top: 24px;
}

.padding-top45 {
	padding-top: 45px;
}

.padding-top60 {
	padding-top: 60px;
}

.mgb-50 {
	margin-bottom: 50px;
}

.generic-section.three-block .col h4 {
	text-align: left;
}

.generic-section.three-block .col p {
	text-align: left;
}

.generic-detail-block .col h4.dark-orange-line:after,
.generic-detail-block .col h6.dark-orange-line:after {
	background: #fc9c0c;
}

.generic-detail-block .col h4.white-line:after,
.generic-detail-block .col h6.white-line:after {
	background: #fff;
}

.generic-fixed-table table td {
	font-weight: 400;
}

.generic-detail-block .dark-grey h4,
.generic-detail-block .darkpurple-reverse-gradient h4,
.generic-detail-block .dark-grey p,
.generic-detail-block .darkpurple-reverse-gradient p {
	text-align: left;
}

.generic-detail-block .dark-grey p,
.generic-detail-block .darkpurple-reverse-gradient p {
	padding-bottom: 0;
}

.weight-text-400 {
	font-weight: 400;
}


.database-info h4 {
	letter-spacing: -0.022em;
	color: #fff;
}

.database-info .inner-content p {
	margin: 21px 0 24px;
	float: left;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	width: 100%;
}

@media screen and (max-width: 991px) and (min-width: 768px) {

	.database-info .inner-content p {
		font-size: 18px;
	}
}

@media screen and (max-width: 767px) {

	.database-info .inner-content p {
		float: left;
		width: 100%;
	}
}

@media screen and (max-width: 767px) and (min-width: 596px) {

	.database-info .inner-content p {
		font-size: 16px;
		margin: 20px 0;
	}
}

@media screen and (max-width: 595px) {


	.database-info .inner-content p {
		font-size: 14px;
		margin: 20px 0;
	}


	.database-info .content-900 {
		padding: 0;
	}
}