#sec_lounge {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.container_lounge {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.txt_ahf.txt_lg {
  margin: 0;
}

.text_area_lounge {
  font-size: 1rem;
  line-height: 1.8;
  text-align: center;
}

.img_area_lounge {
  width: 100%;
  height: fit-content;
}

@media (max-width: 767px) {
  #sec_lounge {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .container_lounge {
    gap: 10px;
  }

  .txt_ahf {
    height: 16px;
  }

  .text_area_lounge {
  font-size: .9rem;
  }
}
