main {
	margin: 80px 45px 20px 60px;
	display: flex;
	flex-direction: row-reverse;
}

main p {
	font-size: 16px;
	line-height: 26px;
}

p2 {
	font-size: 16px;
	line-height: 26px;
		color: #000000;
}

p3 {
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	font-family: Poppins, sans-serif;
	font-style: italic;
	color: #000000;
}

h1 {
	margin-top: 100px;
	margin-bottom: 0;
	margin-left: 60px;
}

.quotes {
	width: 100%;
	margin-left: 60px;
	width: fit-content;
	display: flex;
	flex-direction: column;
}

.quotes video {
	width: 500px;
	margin-top: -60px;
}

.quotes img {
	width: 445px;
	border-radius: 10px;
	margin-left: 30px;
}

.accordian {
	margin: 0 10px 20px 0;
	margin-top: -60px;
}

.accordian li {
	list-style: none;
	width: 100%;
	margin: 20px 20px 20px 0;
	padding: 10px;
	border-radius: 8px;
	background: #fbf1f6;
	box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.15),
		-6px -6px 10px -1px rgba(255, 255, 255, 0.7);
}

.accordian li label {
	display: flex;
	align-items: center;
	padding: 10px;
	font-family: Poppins, sans-serif;
	font-size: 18px;
	font-weight: 500;
	cursor: pointer;
}

label::before {
	content: '+';
	margin-right: 10px;
	font-size: 24px;
	font-weight: 600;
}

input[type="radio"] {
	display: none;
}

.accordian .content {
	color: #555;
	padding: 0 10px;
	line-height: 26px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s, padding 0.5s;
}

.accordian input[type="radio"]:checked + label + .content {
	max-height: 400px;
	padding: 10px 10px 20px;
}

.accordian input[type="radio"]:checked + label::before {
	content: '-';
}

.content {
	background: #fff;
}

.content a {
	cursor: pointer;
	color: #EC008C;
}

.section {
	margin: -20px 0 10px 65px;
	display: flex;
	align-items: center;
}

.section h2 {
	font-size: 24px;
	line-height: 34px;
	color: #000000;
	font-family: Poppins, sans-serif;
	font-weight: 400;
	margin-bottom: 20px;
}


.section a {
	position: relative;
	display: inline-block;
	margin: 15px 25px;
	outline: none;
	color: #EC008C;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1.35em;
}

.section a:hover,
.section a:focus {
	outline: none;
	color: gray;
	cursor: pointer;
}

.section a {
	padding: 12px 15px 0;
	height: 45px;
	font-size: 16px;
	color: #EC008C;
	font-family: Poppins, sans-serif;
}

.section a::before,
.section a::after {
	position: absolute;
	width: 45px;
	height: 2px;
	background: #EC008C;
	content: '';
	opacity: 0.2;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	pointer-events: none;
}

.section a::before {
	top: 0;
	left: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
}

.section a::after {
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.section a:hover::before,
.section a:hover::after,
.section a:focus::before,
.section a:focus::after {
	opacity: 1;
}

.section a:hover::before,
.section a:focus::before {
	left: 50%;
	-webkit-transform: rotate(0deg) translateX(-50%);
	-moz-transform: rotate(0deg) translateX(-50%);
	transform: rotate(0deg) translateX(-50%);
}

.section a:hover::after,
.section a:focus::after {
	right: 50%;
	-webkit-transform: rotate(0deg) translateX(50%);
	-moz-transform: rotate(0deg) translateX(50%);
	transform: rotate(0deg) translateX(50%);
}

.section a {
	position: relative;
	display: inline-block;
	margin: 15px 25px;
	outline: none;
	color: #EC008C;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1.35em;
}

.section a:hover,
.section a:focus {
	outline: none;
	color: gray;
	cursor: pointer;
}

.section a {
	padding: 12px 15px 0;
	height: 45px;
	font-size: 14px;
	color: #EC008C;
	font-family: Poppins, sans-serif;
}

.section a::before,
.section a::after {
	position: absolute;
	width: 45px;
	height: 2px;
	background: #EC008C;
	content: '';
	opacity: 0.2;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	pointer-events: none;
}

.section a::before {
	top: 0;
	left: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
}

.section a::after {
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.section a:hover::before,
.section a:hover::after,
.section a:focus::before,
.section a:focus::after {
	opacity: 1;
}

.section a:hover::before,
.section a:focus::before {
	left: 50%;
	-webkit-transform: rotate(0deg) translateX(-50%);
	-moz-transform: rotate(0deg) translateX(-50%);
	transform: rotate(0deg) translateX(-50%);
}

.section a:hover::after,
.section a:focus::after {
	right: 50%;
	-webkit-transform: rotate(0deg) translateX(50%);
	-moz-transform: rotate(0deg) translateX(50%);
	transform: rotate(0deg) translateX(50%);
}

/* MOBILE VERSION */


@media only screen and (max-width: 992px) {
	main {
		justify-content: flex-end;
		background-position: center;
		margin-left: 20px;
		margin-right: 20px;
		margin-top: -30px;
		flex-direction: column;
	}

	h1 {
		font-size: 34px;
		line-height: 40px;
		text-align: center;
		margin-top: 60px;
		margin-left: 20px;
	}
	
	h2 {
		text-align: center;
		font-size: 24px;
		line-height: 30px;
	}
	
	.quotes {
		margin: 0 auto;
	}
	
	.quotes video {
		width: 100%;
		margin-top: 30px;
	}
	
	.quotes img {
		width: 90%;
		margin: 0 20px;
		align-self: center;
	}

	.accordian {
		margin: 0 20px 50px 0;
		width: 90%
	}
	
	.accordian li {
		margin-left: 20px;
	}
	
	.section {
		flex-direction: column;
		margin: -40px 0 20px;
	}
	
	.section a {
		text-align: center;
	}
}
