/* Hero */
.xmm-hero-01 {
	position: relative;
	width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0!important;
  background-size: cover;
  background-position: center center;
}
.xmm-hero-01 .xmm-container > .row-fluid > .span12 {
	position: relative;
}

@media only screen and (min-width: 1000px) {
/* Content Container */
.content--container--flex {
 display: flex;
 justify-content: space-between;
 align-items: center;
 gap: 7%;
 padding: 0 20px;
 height: 100%;
 position: relative;
  max-width: 1340px;
  width: 100%;
}

/* Text */
.content--text {
flex: 1.25;
margin-right: 20px;
}
.content--sub-heading{
  letter-spacing: 0.5rem;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  margin-bottom: 5px;
}
.content--heading{ 
  font-weight: bold;
  font-size: 4rem;
  line-height: 1.25;
  text-align: left;
  letter-spacing: 0.1rem;
  margin-bottom: 20px;
  margin-top: 10px;
}
.content--intro-text p{
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 300;
  text-align: center;
  width: 85%;
  margin: 0 auto;
}

/* Image */
.content--image {
flex: 1.05;
display: flex;
justify-content: flex-end;
opacity: 1;
max-height: 100%;
height: 100%;
}
.content--image img {
  object-fit: contain;
  object-position: right;
  }
  
/* Buttons */
.buttons--container {
margin-top: 30px;
display: flex;
justify-content: flex-start;
gap: 20px;
}
.btn-1{
background-color: #f7f74f;
color: #fff;
border-radius: 3px;
padding: 10px 25px;
font-weight: 600;
cursor: pointer;
position: relative;
display: inline-block;
border: 2px solid #f7f74f;
transition: 0.5s ease;
} 
.btn-2{
border: 2px solid #f7f74f;
color: #141414;
border-radius: 3px;
padding: 10px 25px;
font-weight: 600;
cursor: pointer;
position: relative;
display: inline-block;
background: transparent;
transition: 0.5s ease;
}
.btn-1:hover {
transform: translateY(10px);
background-color: transparent !important;
border: 2px solid #f7f74f;
color: #141414;
}
.btn-2:hover {
transform: translateY(10px);
background-color: #f7f74f !important;
color: #141414;
}
  
.accent--image__1 {
  position: absolute;
  top: 28%;
  right: 19%;
}
.accent--image__2 {
  position: absolute;
  bottom: 26%;
  left: 12%;
}
}
@media screen and (max-width: 999px) {

/* Content Container */
.content--container--flex {
 padding: 20px;
  margin-top: 150px;
}

/* Text */
.content--text {

}
.content--sub-heading{
  letter-spacing: 0.5rem;
  font-size: 12px;
  font-weight: 300;
  text-align: left;
  margin-bottom: 5px;
}
.content--heading{ 
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 1.25;
  text-align: left;
  letter-spacing: 0.1rem;
  margin-bottom: 20px;
  margin-top: 20px;
}
.content--intro-text p{
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 300;
  text-align: center;
}

/* Image */
.content--image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  width: 70%;
    margin: 20px auto 0 auto;
}
}

/* Buttons */
.buttons--container {
margin-top: 30px;
display: flex;
justify-content: flex-start;
gap: 20px;

}
.btn-1{
background-color: #f7f74f;
color: #141414;
border-radius: 3px;
padding: 10px 25px;
font-weight: 600;
cursor: pointer;
position: relative;
display: inline-block;
border: 2px solid #f7f74f;
transition: 0.5s ease;

} 
.btn-2{
border: 2px solid #f7f74f;
color: #141414;
border-radius: 3px;
padding: 10px 25px;
font-weight: 600;
cursor: pointer;
position: relative;
display: inline-block;
background: transparent;
transition: 0.5s ease;

}
.btn-1:hover {
transform: translateY(10px);
border: 2px solid #f7f74f;
color: #141414;
}
.btn-2:hover {
transform: translateY(10px); 
color: #141414;
background-color: #f7f74f;
}

/* Accent Images */
.accent--image__1 {
  position: absolute;
  top: 20%;
  right: 1%;
}
.accent--image__2 {
  position: absolute;
  bottom: 15%;
  left: -8%;
}

}



