section {
	padding: 100px 0px;
}
.bott img {
	max-height:800px;
	margin-top:60px;
}
.col-12{
	border:2px solid #000;
	padding:30px;
}
.sheet {
	margin-top:30px;
	padding:30px;
}
.sheet img{
	max-height: 70px !important;
	margin-bottom: 20px;
}
.sheet span {
	font-weight:bold;
	color:#000;
}
button {
	margin-bottom: 50px;
}
.small_title img{
	display: none;
}

@media (width: 768px) {
	.large_title img {
		display: initial !important;
	}
	.small_title img {
		display: none !important;
	}
}

@media (max-width: 768px) {
	.large_title img {
		display: none;
	}
	.small_title img {
		display: initial;
		margin-top:70px;
	}
	.bott img {
		margin-top:60px;
	}
}