

.fc-container {
  max-width: 1239px;
  margin: 0 auto;
  padding: 0 20px;
}
.fc-hero__inner-wrap {
  display: flex;
  align-items: flex-end;
}

.fc-hero__col.fc-hero__col-1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px 0;
}
.fc-hero__col-1 h1 {
  color: #FFF;
  font-family: 'Prata' !important;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 72px;
}
.fc-hero .fc-section__body p {
  color: #FFF;
  font-family: 'DM Sans' !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.fc-section.fc-hero {
  background: linear-gradient(180deg, #37322E 0%, #1B1916 100%);
  position: relative;
}
.fc-section.fc-hero::before {
  content: "";
  /*! border-right: 1px solid #DBBDB7; */
  /*! border-left: 1px solid #DBBDB7; */
  opacity: 0.08;
  background: linear-gradient(180deg, #8F7167 0%, rgba(143, 113, 103, 0.56) 50%, rgba(143, 113, 103, 0.00) 100%);
  position: absolute;
  width: 720px;
  height: 400px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.fc-section.fc-hero::after {
  content: "";
  /*! border-right: 1px solid #DBBDB7; */
  /*! border-left: 1px solid #DBBDB7; */
  opacity: 0.16;
  background: linear-gradient(180deg, #8F7167 0%, rgba(143, 113, 103, 0.56) 50%, rgba(143, 113, 103, 0.00) 100%);
  position: absolute;
  width: 480px;
  height: 400px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.fc-hero__col {
  width: 50%;
}
.fc-hero__media img {
  width: 100%;
  height: auto;
  display: block;
}
.fc-button-row a {
  background: #B8936F;
  display: flex;
  padding: 24px;
  width: fit-content;
  color: #FFF;
  text-align: center;
  font-family: 'DM Sans' !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}
.fc-button-row a:hover{
  background: linear-gradient(270deg, #37322E 0%, #1B1916 100%)!important;
}
.fc-section__eyebrow {
  color: #FFF;
  font-family: 'DM Sans' !important;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
  opacity: 0.64;
}
@media (max-width: 1024px){
 .fc-hero__inner-wrap{
  align-items: flex-end;
 }
 .fc-hero__col.fc-hero__col-1{
  padding: 40px 0;
 }
}

@media (max-width: 767px){
  
  .fc-hero__inner-wrap {
    flex-direction: column;
  }
  .fc-hero__col {
    width: 100%;
  }
  .fc-hero__col.fc-hero__col-1 {
    text-align: center;
  }
 .fc-button-row a {
    width: 100% !important;
    justify-content: center;
    font-size: 16px;
  }
  
  .fc-section h1,
  .fc-section h2,
  .fc-section h3,
  .fc-section h4, 
  .fc-section h5,
  .fc-section h6,
  .fc-section p {
    line-height: normal !important;
  }
  .fc-section h1{
    font-size: 35px;
   }
  .fc-section h2{
    font-size: 30px;
   }
   .fc-section .fc-section__body p{
    font-size: 16px !important;
   }
   .fc-section h2{
    font-size: 30px !important;
   }
}