@charset "utf-8";
/* Register Module CSS */

.row .col-md-12 img, .row .col-md-4 img {
	width: 100%;
}

.row .col-md-4:nth-child(-n+3).thewhite {
	background-color: #fff;
	padding-top: 15px;
	border: 5px solid #f1f1f1;
}

.row .col-md-4, .row .col-md-12 {
	margin-bottom: 15px;
	text-align: justify;
}

.btn-banner {
	position: absolute;
	bottom: 35px;
	right: 70px;
}

@media (max-width : 991px) {
	.btn-banner {
		position: absolute;
		bottom: 10px;
		right: 30px;
	}
}

@media (max-width: 767px) {
	.btn-banner {
		position: static;
		bottom: 0px;
		right: 0px;
		width: 100%;
		margin-bottom: 15px !important;
	}

	.visible-desktop {
		display: none;
	}
}