html.boxed .body {
    margin: 1px auto;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .featured-box-cards .card-deck .card { /*DO NOT CHANGE*/
    -ms-flex: 0 0 96.7%;
    flex: 0 0 96.7%;
  }
}

#boxes-featured-section { background-color: #ffffff; padding: 3.5rem 0 1.5rem 0;}
.boxes-featured-container { 
	background-color: transparent; 
	margin-top: -6.5rem; 
	position: relative; 
	z-index: 600;
}
.card{
	border:none;
	box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.7);
}

	.featured-box-cards {
		text-align: center;
		margin:0 auto;
		/*opacity: 0.85;*/ 
}
	
.card-title a {
		color:#fff;
	text-shadow: 2px 2px 8px #353032;
	text-decoration: none;
	}

.card-title a:focus, a:hover{
		color:#eee;
	    
	
}

.featured-box-cards .box-heading {
	color: var(--primaryColor-text);
	font-size: 31px;
	font-weight:400;
	padding: 2rem 0;
}

.featured-box-cards .box-text {}
.featured-box-cards .box-footer {
	padding: 1.5rem;
	background-color: #FFF;
	border-top: 0;
}
.featured-box-cards .custom-button {
	display: inline-block;
  max-width: 250px;
	padding: .75rem 1.5rem;
}
.card-1 {
    padding: 15px;
    /* background-image: url(../images/sitelook/box-1.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 180px;
    background-color: #11c3f0;
}
.card-2 {
    padding: 15px;
    /* background-image: url(../images/sitelook/box-1.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 180px;
    background-color: #11c3f0;
}
.card-3 {
    padding: 15px;
    /* background-image: url(../images/sitelook/box-1.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 180px;
    background-color: #11c3f0;
}
@media (max-width: 767.98px) {
	.featured-box-cards .card-deck .card { margin-bottom: 1rem; } /*If using icon images, change this margin-bottom to 3rem*/
  .featured-box-cards .card-deck .card:last-child { margin-bottom: 1rem;} /*leave this one as is*/
}
@media (max-width: 575.98px) { 
	.featured-box-cards .card-deck {margin: 0 15px;}
}