.elementor .flc-hero{.flc-hero {
position: relative;
min-height: 680px;
display: flex;
align-items: center;
background-size: cover;
background-position: center center;
overflow: hidden;
}

.flc-hero-inner {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 120px 40px 80px;
display: flex;
align-items: center;
justify-content: flex-start;
position: relative;
z-index: 2;
}

.flc-hero-content {
width: 45%;
max-width: 550px;
}@media (max-width: 767px) {
.flc-hero {
  min-height: 720px;
}

.flc-hero-inner {
  padding: 120px 22px 60px;
  justify-content: center;
  text-align: center;
}

.flc-hero-content {
  width: 100%;
  max-width: 100%;
}
}\n}