.themed-grid-col {
  
  margin: 0 10px 10px 10px;
	overflow: hidden;

}

.flex-container{
	display: flex;
	flex-direction: column;
}

.themed-3-grid-col {
  padding: .3rem !important;

}

.grid-3 {
	background: var(--gray-light);
	padding: 20px;
    margin-left: 0;
    margin-right: 0;
	border-radius: 1rem;
} 

.fs-grid-3 {
	background: #d5f3f9;
	padding: 20px;
    margin-left: 0;
    margin-right: 0;
	border-radius: 1rem;
} 

.fs-grid-2 {
	background: var(--gray-dark);
	padding: 20px 20px 20px 20px;
    margin-left: 0;
    margin-right: 0;
} 

.themed-container {
  padding: .75rem;
  margin-bottom: 1.5rem;
}

.themed-grid-img {
	margin-bottom: 1.5rem;
	width:100%;
	height:auto;
	border-radius: 1rem;
}

.themed-grid-img-shadow {
	margin-bottom: 30px;
	width:100%;
	height:auto;
	box-shadow: 0px 0px 8px #EDEEEE;
}
.themed-grid-border {
	margin-bottom: 30px;
	width:100%;
	height:auto;
	border: 1px solid #0000001a;
}

.iug-grid-img-shadow {
	margin-bottom: 30px;
	width:100%;
	height:auto;
	box-shadow: 0px 0px 4px #cccccc;
}