.work-together {
	padding: 67px 0 90px;
	border-bottom: 1px solid black;
}
.work-together .title-flex {
	max-width: 1310px;
	margin: 0 auto 53px;
	display: flex;
	justify-content: space-between;
}
.work-together .title-flex h2 {
	margin: 0;
	font-size: 100px;
	text-transform: uppercase;
	letter-spacing: -0.13rem;
}
.work-together .title-flex .right {
	padding-top: 21px;
}
.work-together .flex {
	max-width: 1310px;
	margin: 0 auto;
	justify-content: space-between;
}
.work-together .flex .left-side {
	width: 454px;
}
.work-together .flex .left-side h5 {
	color: #7B3930;
	font-family: 'Haboro Serif Norm Demi';
	font-size: 14px;
	font-style: normal;
	font-weight: 100;
	line-height: normal;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	margin: 0 0 32px;
}
.work-together .flex .left-side a {
	text-decoration: none;
}
.work-together .flex .left-side p {
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0.17px;
	margin: 0 0 10px;
}
.work-together .flex .left-side button {
	width: 156px;
	height: 25px;
	text-align: left;
	background-image: url(../../assets/icons/utility/right-red-arrow.svg);
	background-repeat: no-repeat;
	background-position: center right 10px;
	line-height: 1;
	letter-spacing: 0.06rem;
	color: #7B3930;
	border: 1px solid #7B3930;
	margin: 27px 0 0;
}
.work-together .flex .left-side button:hover {
	opacity:1;
	background-color:#E4C9B1;
}
.work-together .flex .right {
	width: 454px;
	height: fit-content;
	background: #F7EFE8;
	border: 1px solid black;
}
.work-together .flex .right ul {
	list-style: none;
	padding: 14px 14px 12px;
	color: #7B3930;
	font-family: 'PT Serif';
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0.17px;
}
.work-together .flex .right ul li {
	position: relative;
	padding-left: 19px;
	line-height: 1.3;
	margin-bottom: 8px;
}
.work-together .flex .right ul li:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border: 1px solid black;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	left: 0;
}
.work-together .flex .right ul li strong {
	font-family: 'Haboro Serif Norm Demi';
	font-size: 14px;
	font-style: normal;
	font-weight: 100;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	color: black;
}
.work-together .flex .right h5 {
	background: white;
	padding: 10px;
	text-align: center;
	margin: 0;
	border-bottom: 1px solid black;
	font-family: 'Haboro Serif Norm Demi';
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.7px;
	text-transform: uppercase;
}
.work-together .flex .center {
	width: 255px;
	height: 297px;
	border: 1px solid black;
	padding: 10px;
}
.work-together .flex .center img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media all and (max-width: 1310px) {
	.work-together .title-flex {
		max-width:95%;
	}
	.work-together .flex {
		max-width:95%;
	}
	.work-together .flex .left-side {
		width: 35%;
	}
	.work-together .flex .right {
		width:35%;
	}
}
@media all and (max-width:1080px) {
	.work-together .title-flex {
		display:block;
	}
	.work-together .title-flex h2 {
		font-size:65px;
	}
	.work-together .title-flex .right {
		padding-top: 0;
	}
}
@media all and (max-width:980px) {
	.work-together .flex {
		max-width: 95%;
		display: block;
		position: relative;
		padding-top: 300px;
	}
	.work-together .flex .left-side {
		width: 100%;
		text-align: center;
	}
	.work-together .flex .left-side button {
		margin: 30px auto 0;
	}
	.work-together .flex .right {
		width: 100%;
		margin-top: 30px;
	}
	.work-together .title-flex {
		text-align: center; 
	}
	.work-together .flex .center {
		width: 255px;
		height: 297px;
		border: 1px solid black;
		padding: 10px;
		position: absolute;
		top: -28px;
		left: 0;
		right: 0;
		margin: auto;
	}
}
@media all and (max-width:600px) {
	.work-together .title-flex h2 {
		font-size: 55px;
	}
	.work-together .small-title {
		margin-bottom: 20px;
	}
	.work-together {
		padding: 40px 0 60px;
		border-bottom: 1px solid black;
	}
}