#bg-modal {
	padding-top: 20px;
	padding-bottom: 70px;
	float: none;
	margin: 0 auto;
}
.modal-body-main {
	background-color: rgb(225,228,231);
	padding-top: 20px;
	padding-bottom: 30px;
	padding: 10px;
	color: black;
}

.modal-img {
	width: 150px;
}

.modal-header {
	background-color: #337ab7;
}

.modal-title {
	color: white;
}

.modal-body {
	padding-bottom: 0px;
}

.modal-footer-text {
	text-align: left;
	color: black;
}

.partner-text p {
	font-size: 18px;
	margin-top: 12px;
}

@media(max-width: 991px) {
	.mobile-margin {
		margin-top: 20px;
	}
}

@media(max-width: 600px) {
	.modal-img {
		width: 150px;
	}
}