.flex-container {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: fit-content;
}
.flex-item-left {
  flex: 1;
  order: 1;
}
.flex-item-grow{
  flex: 2;
  order: 0;
  flex-grow: 3;
}
.heading {
 font-size: 115px;
 font-family: 'Bree Serif', serif;
 -webkit-text-stroke: 2px #ffffff;
 margin: 0;
 text-align: center;
 color: #462f25;
 margin-bottom: -75px;
}
.heading-2 {
	font-size: 70px;
	font-family: 'Bree Serif', serif;
	color: #462f25;
}
.yellow-background {
	background-color: #ffca4a;
	height: 1530px;
}
.right-side-margin{
	padding: 20px;	
}
.fsBody{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
@media (min-width: 1370px) and (max-width: 1430px) {
	.heading-2{
		font-size: 90px;
		font-family: 'Bree Serif', serif;
		-webkit-text-stroke: 2px #ffca4a;
		color: #462f25;
	}
}
@media (min-width: 1200px) and (max-width: 1369px) {
	.heading-2{
		font-size: 90px;
		font-family: 'Bree Serif', serif;
		-webkit-text-stroke: 2px #ffca4a;
		color: #462f25;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.heading-2 {
		font-size: 90px;
		font-family: 'Bree Serif', serif;
		-webkit-text-stroke: 2px #ffca4a;
		color: #462f25;
	}
	
}
@media (min-width: 768px) and (max-width: 991px) {
	.heading-2 {
		font-size: 90px;
		font-family: 'Bree Serif', serif;
		-webkit-text-stroke: 2px #ffca4a;
		color: #462f25;
	}
}
@media (max-width: 767px) {
	.heading-2 {
		font-size: 90px;
		font-family: 'Bree Serif', serif;
		-webkit-text-stroke: 2px #ffca4a;
		color: #462f25;
	}
	.yellow-background {
		height: auto;
	}
}
@media (max-width: 480px) {
	.heading-2 {
		font-size: 47px;
		font-family: 'Bree Serif', serif;
		-webkit-text-stroke: 2px #ffca4a;
		color: #462f25;
	}
	.right-side-margin {
		padding: 0;
	}
	.yellow-background {
		height: auto;
	}
	
}