.page-header {
	/*background-image: url(https://fastly.picsum.photos/id/958/1400/500.jpg?hmac=wrLJZxD8bQSiyRdc_8NEZtSsfrZpeLtVG3yoXYPp-ck);*/
	background-repeat: no-repeat;
	position: relative;
    background-size: cover;
	background-position: center;
}
.page-caption {
    padding-top: 170px;
    padding-bottom: 174px;
	font-size: 46px;
    line-height: 1;
    color: #fff;
    font-weight: 600;
    text-align: center;
}
.card-section {
    position: relative;
    margin-top: -60px;
}
.card-block {
    padding: 80px;
}
.card-block p {
    font-size: 17px;
}
.card-block p:last-child {
    margin-bottom: 0;
}
@media (max-width: 767px) {
	.card-block img {
		width: 50%;
	}
}

.desc_block {
	overflow: hidden;
	position: relative;    
}
.desc_block.hide {
	height: 200px;
}
.desc_block.hide:after{
	content: "";
	display: block;
	height: 100px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%)
}

/* custom */
.card-block {
	/*background-image: linear-gradient(-80deg, rgba(121, 221, 9, 0.1), #f1f1f1 50%);*/
    box-shadow: 0 4px 21px -12px rgb(0 0 0 / 66%);
    border-radius: 10px;
}