body {
  position: relative;
  overflow-x: visible;
}

.detail-answer {
  white-space: nowrap;
}

.header {
  box-shadow: none;
}

.contact-background {
  position: absolute;
  top: 0; 
  left: 0;
  right: 0;
  height: 300px;
  width: 100%;
  filter: brightness(50%);
  object-fit: cover;
  z-index: -5;
}

.contact-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 295px;
}

.middle-section {
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.details-wrapper {
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 30px;
  width: 800px;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0px 0px 4px rgb(158, 158, 158);
  background-color: white;
}

.sub-details-wrapper {
  display:flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.detail-img-phone {
  height: 18px;
  margin-right: 16px;
}

.detail-img-fix {
  height: 25px; 
  margin-right: 16px;
}

.detail-img-pos {
  height: 19px;
  margin-right: 20px;
}

.detail-img-gmail {
  height: 22px;
  margin-right: 10px;
}

.detail-img-facebook {
  height: 22px; 
  margin-right: 10px;
}

.flex-box {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}

.flex-box-phone {
  display: flex;
  gap: 3%;
  margin-bottom: 20px;
}

.phone {
  margin: 0;
}

.fix {
  margin: 0;
}

.fb {
  margin: 0;
}

@media only screen and (max-width: 600px) {
  .phone {
    margin-bottom: 20px;
  }

  .detail-img-fix {
    margin-right: 8px;
  }
}

.map {
  margin-top: 20px;
}