
#fourth-block h2 {
	color: #fff;
}
#fourth-block p {
	color: #fff;
}
#first-block, #second-block, #third-block, #fourth-block {
	text-align: center;
	padding-top: 2.5em;
	padding-right: 4.5em;
	padding-bottom: 2.5em;
	padding-left: 4.5em;
}
#carousel {
	background: #fff;
}

#fourth-block {
	background: #191f26;
}

@media screen and (max-width: 768px) {

  .carousel-text h2 {
  	font-size: 1.3em;
  }
  .carousel-text p {
  	font-size: 1em;
  }
  ul.top-ul {
  	padding: 0;
  }
  ul.top-ul.right {
  	float: none;
  }
  
}