
.fr-qc-header {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #f5f5f5;
  position: relative;
  min-height: 400px;
}

img.fr-qc-header-sixt-logo {
  width: 65px;
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  img.fr-qc-header-sixt-logo {
    margin-top: -2rem;
    margin-left: -2rem;
    margin-bottom: 4rem;
  }
}

.fr-qc-header-content-wrapper {
  padding: 30px 20px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.fr-qc-header-content {
  width: 100%;
  max-width: 100%;
}

.fr-qc-header-image {
  width: 100%;
  position: relative;
  z-index: 0;
}

.fr-qc-header svg {
  width: auto;
  height: 28px;
  vertical-align: middle;
  margin-right: 10px;
}

.fr-qc-header-content p {
  font-size: 15px;
  margin-bottom: 15px;
  color: #333;
  display: flex;
  align-items: center;
}

.fr-qc-header h2 {
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1;
}

.fr-qc-header-text {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

.fr-qc-header-link {
  display: inline-block;
  background-color: #FF5F00;
  color: white;
  padding: 10px 24px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  transition: background-color 0.3s;
  border-radius: 30px;
  margin-bottom: 20px;
}

.fr-qc-header-link:hover {
  background-color: #E55400;
  color: white;
}

.fr-qc-header-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}

.desktop-image {
  display: none !important;
}

.mobile-image {
  display: block !important;
  height: 100%;
  object-fit: contain;
  object-position: left;
}

/* Desktop styles */
@media (min-width: 1024px) {
  .fr-qc-header {
    flex-direction: row;
    min-height: 750px;
    overflow: hidden;
    background: white;
  }
  
  .fr-qc-header-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    z-index: 0;
  }
  
  .fr-qc-header-content-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    padding: 40px;
    display: flex;
    align-items: center;
  }
  
  .fr-qc-header-content {
    width: 40%;
    padding: 40px;
  }
  
  .fr-qc-header svg {
    height: 36px;
  }
  
  .fr-qc-header-content p {
    font-size: 17px;
  }
  
  .fr-qc-header h2 {
    font-size: 60px;
    max-width: 490px;
  }
  
  .fr-qc-header-text {
    font-size: 17px;
  }
  
  .desktop-image {
    display: block !important;
    height: 100%;
    object-fit: cover !important;
    object-position: left;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  
  .mobile-image {
    display: none !important;
  }
}
