// Contact form
.fl-col-content {
	background-color: #c6d9f2;
  	border-radius: 4px;
}

// Articles grid
.fl-post-grid-post {
	border: 2px solid #1e73be;
}

img {
  	border-radius: 10px;
}

.slides img {
  	border-radius: 0;
}