/*
 Theme Name:     child-theme
 Description:    child theme
 Author:         ACF Coder
 Template:       astra
 Version:        1.1
*/

h1 {
	padding-bottom: 20px;

}

body {
	background: #f9f9f9;
}

/************ Site content *******/
.page-background {
	height: 800px;
	position: absolute;
	display: block;
	width: 100vw;
	background-size: cover;
	z-index: -1;
	border:0 !important;
}

.entry-meta {
	display: none;
}

.button__plain {
	padding: 0!important;
}


/***** Container *******/
.container, main, .main__content {
	margin: 120px auto 80px;
	padding: 40px 80px;
	background: #ffffff;
	border: 6px solid #205c60;
	box-shadow: none;

}

.content > div {
	margin: 0 auto 36px !important;
}

/**** Services block *******/


.services__block {

}

.services__block--img {
	width: 180px;
	height: 180px;
	display: flex;
	align-content: center;
	align-items: center;
}

.services__block--desc {
	flex: 1;
	display: flex;
	flex-direction: column;
	> *:not(:last-child) {
  margin-bottom: 12px;
}
	
	