@media screen and (min-width: 992px){

	.big-card > .content{
		flex-basis: 45%;
		right: 0;
		position: relative;
		background: #D9D9D9;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
	.big-card > .content::after{
		content: '';
		display: block;
		height: 100%;
		width: 10%;
		background: inherit;
		position: absolute;
		left: 100%;
		top:0;
		clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
	}
	
	.big-card > .content > .text-wrapper > ul::after{
		content: '';
		position: absolute;
		display: block;
		background: black;
		height: 2px;
		width: 250px;
		z-index: 2;
		bottom: -1rem;
		left: -0.2rem;
	}
	
	.big-card > .image{
		flex-grow: 0;
		flex-basis: 55%;
		min-height: 684px;
		right: 0;
		background-image: url("../images/pexels-andrea-piacquadio-3861077 1.png");
		background-position: center right;
		background-size: cover;
		background-repeat: no-repeat;
	}
}

.big-card > .content{
	padding: 3rem 0;
	flex-basis: 45%;
	position: relative;
	background: #D9D9D9;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.big-card > .content > *{
	padding-left: 3rem;
}

.big-card > .image{
	/* flex-basis: 15%; */
	height: 200px;
	/* flex-grow: 1; */
	background-image: url("../images/pexels-andrea-piacquadio-3861077 1.png");
	background-position: center right;
	background-size: cover;
	background-repeat: no-repeat;
}


.wrapper{
	position: relative;
	margin-top: 12rem;
}

.darker-wrapper{
	background: #D9D9D9;
}

.darker-wrapper::before,
.darker-wrapper::after{
	content: '';
	display: block;
	height: 8px;
	max-width: 617px;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	left: 50%;
	transform: translate(-50%, 0);
	background: black;
	position: absolute;
}


.darker-wrapper::before{
	top: -4px;
}


.darker-wrapper::after{
	bottom: -4px;
}

.quotes > figure{
	padding: 1.5rem 0;
}

.btn{
	background: #29641F;
	height: 3rem;
	width: 12rem;
}

.btn:hover{
	background: #82A284;
}

#courses > .content > .cards{
	gap: 1rem;
}

#courses > .content > .cards > *{
	flex-grow: 1;
	text-decoration: none;
	color: black;
}

/* #snd-card{
	display: flex;
	justify-content: center;
	gap: 3rem;
}

#snd-card > .content{
	width: 60%;
}

#snd-card > .image{
	content: '';
	height: auto;
	margin: 1rem 0;
	width: 30%;
	background-image: url(../images/poster.jpeg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
} */
