/*
    CARD 1
*/
.card-1 {
	max-width: 100%;
	height: 458px;
	background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);
	color: #1a73e9;
	padding: 30px 25px;
	.card-text {
		color: #6c757d;
	}
	button {
		border-width: $b-width-2 !important;
		&:hover {
			color: #fff !important;
		    border: none;
		    background-image: linear-gradient(-20deg, #3232b7 0%, #1a73e9 100%);
		}
		&:focus {
			color: #fff !important;
		    border: none;
		    background-image: linear-gradient(-20deg, #3232b7 0%, #1a73e9 100%);
		}
	}
	.badge-collapsed-img {
		position: $pos-abs;
		bottom: 10px;
		right: 0;
		left: 0;
		img {
			width: 42px;
		    height: 42px;
		    border-color: #acb0c3;
		    box-shadow: 0px 0px 15px 1px #e6e6e6;
		}
	}
}
