* {
	box-sizing: border-box;
}

body {
	margin: 0;
}
.content_bg{
	background-color: #f7f7f8;
}
.content {

}

.content .backButton {
	font-size: 16px;
}
.opportunity_bg{
	background: linear-gradient(#fff 25%, #f7f7f8 75%);

}
.opportunity {
	padding-top: 24px;
}

.opportunityCard {
	margin: 0px auto;
	width: fit-content;
	height: fit-content;
	background-color: #fff;
	border-radius: 32px;
	display: grid;
	grid-template-columns: 736px 380px;
	border: 1px solid #f7f7f8;
	filter: drop-shadow(6px 6px 12px rgba(71, 70, 83, 0.04));
}

.photos {
	margin-top: 108px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #f7f7f8;
}

.photosHeader {
	font-size: 28px;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: -0.02em;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: center;
}

.photosDivider {
	width: 926px;
	border-bottom: 1px solid #adadb8;
	opacity: 0.5;
	margin-left: 19px;
}

.photosGrid {
	display: grid;
	grid-template-columns: repeat(4, 261px);
	grid-gap: 24px;
	margin: 24px auto 80px;
}

.photo {
	height: 200px;
	border-radius: 12px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.opportunityLeft {
	padding: 40px 72px;
}

.opportunityHeader {
	font-size: 28px;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: -0.02em;
	text-align: left;
}

.opportunityText {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
	margin-top: 24px;
}

.opportunityTags {
	display: flex;
	flex-wrap: wrap;
	margin-top: 24px;
}

.opportunityTag {
	font-size: 10px;
	font-weight: 400;
	line-height: 10px;
	letter-spacing: -0.02em;
	text-align: left;
	padding: 6px 10px;
	background-color: #f7f7f8;
	margin-right: 8px;
	margin-bottom: 8px;
}

.twoLinks {
	margin-top: 16px;
	display: grid;
	grid-template-columns: repeat(2, 290px);
	grid-template-rows: 36px;
	grid-gap: 12px;
}

.linkContainer {
	display: flex;
}

.opportunityLink {
	font-size: 11px;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 0em;
	text-align: center;
	color: #fff;
	padding: 10px 12px;
	background-color: #d70c52;
	border-radius: 8px;
	width: 100%;
	text-decoration: none;
}

.opportunityLink:hover {
	background-color: #f20d5c;
}

.opportunityLink:focus {
	background-color: #c10b4a;
}

.threeButtons {
	display: grid;
	grid-template-columns: repeat(3, 189.33px);
	grid-gap: 12px;
	margin-top: 24px;
}

.linkText {
	font-size: 11px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: 0em;
	text-align: left;
	color: #adadb8;
	margin-bottom: 4px;
}

.infoText {
	font-size: 11px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: 0em;
	text-align: left;
	color: #adadb8;
	margin-bottom: 4px;
}

.scheduleContainer {
	margin-top: 24px;
}

.schedule {
	font-size: 11px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: 0em;
	text-align: center;
	padding: 10px 12px;
	border: 1px solid #adadb8;
	border-radius: 8px;
	width: 100%;
}

.opportunityTel {
	font-size: 11px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: 0em;
	text-align: center;
	padding: 10px 12px;
	border: 1px solid #d70c52;
	border-radius: 8px;
	text-decoration: none;
	color: #474653;
}

.opportunityTel:hover {
	background-color: #f20d5c;
	color: #fff;
}

.opportunityTel:focus {
	background-color: #c10b4a;
	color: #fff;
}

.textButton {
	font-size: 11px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: 0em;
	text-align: center;
	padding: 10px 12px;
	border: 1px solid #adadb8;
	border-radius: 8px;
}

.oneLink {
	display: flex;
	width: 100%;
	margin-top: 24px;
}

.twoButtons {
	display: grid;
	grid-template-columns: repeat(2, 290px);
	grid-gap: 12px;
	margin-top: 24px;
}

.btnWithText {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.opportunityRight {
	padding: 24px 24px 24px;
}

.twoPhotos {
	display: grid;
	grid-template-columns: repeat(2, 153.3px);
	grid-gap: 24px;
	height: fit-content;
}
.fundPageHeading{
	padding-top: 30px;
	max-width: 1118px;
	display: flex;
	margin: 0 auto;
}
.trainerPhotoContainer {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.trainerPhoto {
	border-radius: 12px;
	width: 100%;
	height: 160px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.onePhoto {
	height: 180px;
	display: flex;
	width: 100%;
}

.withPhoto {
	display: grid;
	grid-template-rows: repeat(2, 48%);
}

.withPhoto .map {
	height: 204px;
}

.mapContainer {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.map {
	width: 100%;
	height: 100%;
	border-radius: 12px;
}

@media (max-width: 1081px) {
	.fundPageHeading{
		max-width: 728px;
	}
	.opportunityCard {
		grid-template-columns: 728px;
	}
	.photosGrid {
		grid-template-columns: repeat(3, 226.67px);
	}
	.photo {
		height: 172px;
	}
	.content .backButton {
		font-size: 14px;
	}
	.photosDivider {
		width: 501px;
		margin-left: 80px;
	}
	.photosHeader {
		font-size: 24px;
		line-height: 34px;
		letter-spacing: -0.02em;
	}
	.opportunityLeft {
		padding: 40px;
	}
	.twoLinks {
		grid-template-columns: repeat(2, 318px);
	}
	.threeButtons {
		grid-template-columns: repeat(3, 208px);
	}
	.twoButtons {
		grid-template-columns: repeat(2, 318px);
	}
	.twoPhotos {
		grid-template-columns: repeat(2, 159.5px);
		grid-gap: 12px;
	}
	.withPhoto {
		display: grid;
		grid-template-columns: 331px 333px;
		grid-template-rows: 180px;
		grid-gap: 16px;
	}
	.trainerPhotoContainer {
		height: 180px;
	}
	.trainerBigPhoto {
		height: 328px;
	}
	.mapContainer {
		height: 160px;
	}
	.withPhoto .map {
		height: 100%;
	}
}

@media (max-width: 428px) {
	.fundPageHeading{
		padding-left: 16px;
	}
	.opportunityCard {
		grid-template-columns: 328px;
	}
	.content .backButton {
		font-size: 13px;
		line-height: 16px;
	}
	.photosDivider {
		width: 152px;
		margin-left: 25px;
	}
	.photosGrid {
		grid-template-columns: repeat(2, 152px);
	}
	.photo {
		height: 116px;
	}
	.opportunityLeft {
		padding: 48px 16px 24px;
	}
	.opportunityRight {
		padding: 0px 14px 14px;
	}
	.mapContainer {
		height: 320px;
		margin-top: 12px;
	}
	.onePhoto {
		height: 180px;
	}
	.opportunityHeader {
		font-size: 20px;
		line-height: 28px;
		letter-spacing: -0.02em;
	}
	.opportunityText {
		font-size: 12px;
		line-height: 18px;
		letter-spacing: 0em;
	}
	.twoLinks {
		grid-template-columns: repeat(2, 142px);
	}
	.threeButtons {
		grid-template-columns: 296px;
	}
	.twoButtons {
		grid-template-columns: 100%;
	}
	.twoPhotos {
		grid-template-columns: repeat(2, 142px);
	}
	.withPhoto {
		display: block;
	}
	.trainerBigPhoto {
		height: 296px;
	}
}

@media (max-width: 320px) {
	.opportunityCard {
		grid-template-columns: 300px;
	}
	.photosDivider {
		width: 140px;
		margin-left: 15px;
	}
	.photosGrid {
		grid-template-columns: repeat(2, 140px);
		grid-gap: 15px;
	}
	.photo {
		height: 116px;
	}
	.opportunityLeft {
		padding: 48px 10px 24px;
	}
	.opportunityHeader {
		font-size: 20px;
		line-height: 28px;
		letter-spacing: -0.02em;
	}
	.opportunityText {
		font-size: 12px;
		line-height: 18px;
		letter-spacing: 0em;
	}
	.twoLinks {
		grid-template-columns: repeat(2, 135px);
	}
	.threeButtons {
		grid-template-columns: 280px;
	}
	.twoPhotos {
		grid-template-columns: repeat(2, 130px);
	}
}
