<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.card2 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #ffffff;
    border-radius: .25rem;
}
	.advertise-title {
    color: #967620;
    text-align: center;
    font-weight: 380;
    font-size: 30px;
    letter-spacing: 0.05em;
    margin: 36px 0px;
}
	.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: #f1eace;
		color: #967622;
		padding: 20px 0;
	}
	.color-form-section-2 {
		background: #f7f3e5;
		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 {
		text-align: center;
		border-bottom: 2px solid #967620;
	}
	.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{
		margin-top: 15px;
		margin-bottom: 15px;
		display: inline-block;
		font-size: 18px;
		color: #c1a454;
	}
	a.adv-services-link:hover .adv-services-content span{
		color: #007bff;
		transition: all .3s ease-in-out;
		text-decoration: none;
	}</pre></body></html>