.bg-blue-1 {
    background-color: #E8E8ED;	
}

.bg-blue-2 {
    background-color: #D0D1DB;	
}

.bg-blue-3 {
    background-color: #c2c4db;	
}

.bg-blue-4 {
    background-color: #A1A4B8;	
}

.group--slides.group--slide-standard .content-overlay {
    backdrop-filter: blur(4px);
    border-radius: 0.5rem 0.5rem 0 0;
    padding: 1.5rem !important;
    background: rgba(0, 0, 0, 0.65) !important;
    bottom: 0 !important;
    top: auto !important;
    left: auto;
    right: auto;
    width: 100%;
    transform: none !important;
}

.group--slides.group--slide-standard .content-overlay .h3 {
	font-size: 1.5rem;
}