.jumbotron {
	padding-top: 155px;
	padding-bottom: 0;
	background-image: unset;
	background: #0b96f3;
    margin-bottom: -220px;
    color:white;
}
h1{
    margin-bottom: 50px;
}
#footer{
    padding-bottom: 0px;
}
.text{
    background:white;
    color: black;
}
.img{height: unset;padding:1px;}
.img img{height: 200px;width: 100%;}
#services{padding-bottom: 95px;}
section :first-child > .row {
    min-height: unset;
	height: unset;
}
#services .text {
	min-height: unset;
	padding-bottom: 75px;
}
#services .text button{
    background:#0b96f3;
}
#services .text button:hover{
    color: white;
}