.offerings {
	border-top: 1px solid black;
}
.offerings .left {
	width: 31%;
	object-fit: cover;
	object-position: center;
}
.offerings .right {
	width: 69%;
	padding: 68px 66px;
}
.offerings .right .small-title {
	color:#C78E76;
}
.offerings .right .dot {
	background:#C78E76;
}
.offerings .image-right {
	flex-direction: row-reverse;
}
.offerings .flex {
	justify-content: space-between;
}
.offerings .right h2 {
	font-size: 50px;
	font-style: normal;
	font-weight: 100;
	letter-spacing: -0.085rem;
	line-height: 1.2;
	margin: 10px 0 6px;
}
.offerings ul {
	list-style: none;
}
.offerings ul li {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid black;
	padding: 10px 0;
}
.offerings ul li:last-child {
	border-bottom:none;
}
.offerings ul li h4 {
	text-align: left;
	width: 30%;
	font-family: 'Haboro';
	font-size: 14px;
	font-style: normal;
	font-weight: 100;
	line-height: normal;
	letter-spacing: 0.7px;
	text-transform: uppercase;
}
.offerings ul li .desc {
	width: 64.8%;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0.17px;
}
.offerings .title-flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	margin: 0 0 136px;
}
.offerings .title-flex .button {
	height: 24px;
	border: 1px solid #7B3930;
	color: #7B3930;
	padding: 3px 10px 0;
	display: flex;
	justify-content: space-between;
	margin: 0px 0 1px;
}
.offerings .title-flex .button:hover {
	background-color:#E4C9B1;
	opacity:1;
}
.offerings .title-flex p {
	margin: 0;
	letter-spacing: 0.012rem;
}
.offerings .title-flex .button img {
	width: 31px;
	height: 10px;
	margin: 3px 0 0 10px;
}
@media all and (max-width: 1400px) {
	.offerings .left .image-reveal {
		height:100%;
	}
	.offerings .left .image-reveal img {
		height:100%;
	}
}
@media all and (max-width:1240px) {
	.offerings .right {
		width: 55%;
		padding: 68px 66px;
	}
	.offerings .left {
		width:42%;
	}
	.offerings .title-flex .button {
		margin-top:20px;
	}
	.offerings .title-flex {
		margin: 0 0 80px;
	}
}
@media all and (max-width:1080px) {
	.offerings ul li {
		display: block;
	}
	.offerings ul li h4 {
		width: 100%;
		margin: 6px 0 6px;
	}
	.offerings ul li .desc {
		width:100%;
	}
}
@media all and (max-width:960px) {
	.offerings .flex {
		justify-content: space-between;
		flex-direction: column-reverse;
	}
	.offerings .right {
		width: 100%;
		padding: 30px;
	}
	.offerings .left {
		width: 100%;
	}
}
@media all and (max-width:550px) {
	.offerings .right h2 {
		font-size:36px;
	}
	.offerings .title-flex {
		margin: 0 0 20px;
	}
}