.advanced-check-in {
  display: flex;
  gap: 20px;
  background-color: #252d87;
  padding: 50px;
  justify-content: center;
  align-items: center;
}

.advanced-check-in-content {
  display: flex;
  flex-direction: row;
  gap: 30px;
  max-width: 1280px;
}

.advanced-check-in-content-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: start;
  width: 50%;
}

.advanced-check-in-check-box {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.advanced-check-in-text-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #d8d9e9;
  align-items: center;
  width: 50%;
  border-radius: 30px;
  padding: 20px;
}

.advanced-check-in-text-box p {
  line-height: 30px;
}

.advanced-check-in-text-box-image {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

.advanced-check-in-text-box-image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.advanced-check-in-text-box-image p {
  font-weight: bold;
}

.advanced-check-in-check-box p {
  line-height: 25px;
  text-align: start;
}

.advanced-check-in-check-in-button {
  display: flex;
  justify-content: center;
  align-items: center !important;
  width: 100%;
}

.advanced-check-in-check-in-button button {
  background-color: #39b54a;
  color: white;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  border: none;
}

@media (max-width: 768px) {
  .advanced-check-in-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .advanced-check-in-text-box {
    width: 100%;
  }
  .advanced-check-in-content-box {
    width: 100%;
  }
}

@media (max-width: 425px) {
  .advanced-check-in-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .advanced-check-in-text-box {
    width: 100%;
  }
  .advanced-check-in-content-box {
    width: 100%;
  }
}
