#first-block, #second-block, #third-block, #forth-block {
text-align:center;
padding:2.5rem 0;
}

#fifth-block {
text-align:left;
padding:1.5rem 0;
	background: #e5e5e5;
}


#carousel {
text-align:center;
background:#e5e5e5;
}
#first-block {
background:#fff;
}
#second-block {
background:#639ec8;
}
#third-block {
background:#fff;
}
#fourth-block {
background:#e5e5e5;
}
footer {
background:#fff;
padding:3.5rem 0;
}

.photo {
       float: right;
       position: absolute;
       right: 5%;
       top: 50%;
       z-index: 1000;
       background-color: #FFFFFF;
       padding: 5px 15px 5px 15px;
       color: #639ec8;
       font-weight: bold;
	font-display: block;
	border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .right {
  float:none;
  }
	.photo {
		 right: 5%;
       top: 35%;
	}
}