.card2 {
	display: flex;
	flex-direction: column;
	min-width: 0;
	align-items: center;
	border-radius: .25rem;
}
.adv-services-content {
	display: flex;
	justify-content: space-around;
	align-items: center;
	border-top: 10px solid #d5d51d;
}


	.h2, h2 {
    font-size: 1.2rem !important;
    font-weight: normal !important;
    padding-bottom: 11px !important;
}
	.blocks {
    display: block;
    color: black;
    font-size: 16px;
    text-align: right;
    border: 1px solid #bc992c;
    border-radius: 10px;
    background: #fff685;
    padding: 5px 25px;
    position: relative;
     margin-top: 9px;
}
	
.blocks:hover{
    background-color: white;
    color:#957520;
}

.block-form-group {
    margin-bottom: 1rem;
    display: flex;
    justify-content: flex-end;
}
	.section {
		margin-top: 45px;
		margin-bottom: 45px;
	}
	.section.color-section {
		margin: 0;
	}
	.section.mt-0 {
		margin-top: 0;
	}
	.color-section {
		background: #ffffff;
		color: #967622;
		padding: 20px 0;
	}


.color-section-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    /*background-color: #f1eace;*/
    background-clip: border-box;
    /*border: 1px solid rgb(241, 234, 206);*/
    border-radius: .25rem;
}
	.adv-services-wrapper {
		font-size: 14px;
		padding: 25px;
	}
	.adv-services-wrapper .adv-services-content {
		display: flex;
    color: black;
    font-size: 12px;
    align-items: flex-end;
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    padding-top: 3px;
    background: #dedee0;
		height: 150px;
	}
	.adv-services-content .img-wrapper {
	width: 240px;
    text-align: center;
		/*background: linear-gradient(to bottom, rgba(0, 0, 0, 0.17) , rgba(0, 0, 0, 0.03));
		border-radius: .3rem;*/
	}
	.adv-services-content a {
		font-size: 18px;
		color: #c1a454;
		transition: all .3s ease-in-out;
		margin-top: 15px;
		margin-bottom: 15px;
		display: inline-block;
	}
	.adv-services-content a:hover {
		color: #007bff;
		transition: all .3s ease-in-out;
		text-decoration: none;
	}
	
	a.adv-services-link{
		display: block;
	}
	
	a.adv-services-link .adv-services-content span{
    color: #000000;
		padding: 5px;
	}
	a.adv-services-link:hover .adv-services-content span{
		color: #007bff;
		transition: all .3s ease-in-out;
		text-decoration: none;
	}

	.adv-services-wrapper .aboutus-content {
		display: flex;
    color: black;
    height: 171px;
    font-size: 12px;
    align-items: center;
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    padding-top: 3px;
    justify-content: space-between;
    background: #ffffff;
    border-top: 10px solid #d5d51d;
}
