.cro-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.blue-banner {
  background-color: #64a6da;
  width: 100%;
  padding: 5px 0;
  box-sizing: border-box;
}

.blue-banner-text {
  color: #fff;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 20px;
  font-size: 20px;
}

.content-wrapper {
  display: flex;
  gap: 30px;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.content-wrapper div {
  flex: 1;
}

.cro {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.book-box {
  background-color: #64a6da;
  width: 100%;
  padding: 40px 0;
  margin-top: 30px;
}

.book-box-wrapper {
  display: flex;
  gap: 30px;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
  flex-direction: column;
}

.book-box-text {
  color: #fff;
  flex: 1;
}

.book-button-style {
  background-color: #fff;
  color: #64a6da;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  padding: 10px 20px;
  min-width: 200px;
  white-space: nowrap;
  border: 1px solid #fff;
}
.front-desk-pic {
  width: 100%; /* Make the image responsive */
  max-width: 600px; /* Limit the maximum width */
  height: auto;
  margin-top: 30px;
}
.icon {
  height: 20px;
  width: auto;
  margin-left: -30px;
  margin-right: 10px;
  margin-bottom: -2px;
}
.expecttions {
  margin-top: 100px;
  justify-items: center;
}
.expecttions button {
  margin-top: 90px;
}

.expect-box {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.expect-box div {
  flex: 0 0 31%;
  margin-top: 90px;
  padding: 10px;
}

.book-button-style {
  background-color: #fff;
  color: #64a6da;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  padding: 10px 20px;
  min-width: 200px;
  white-space: nowrap;
  border: 1px solid #64a6da;
}
.book-button-style:hover {
  background-color: #64a6da;
  color: #fff;
  border: 1px solid #fff;
}

.button-style {
  background-color: #64a6da;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  padding: 10px 20px;
  min-width: 200px;
  border: 1px solid #64a6da;
  margin-top: 20px;
}
.button-style:hover {
  background-color: #fff;
  color: #64a6da;
  border: 1px solid #fff;
}

iframe {
}

@media (max-width: 1021px) {
  .content-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .content-wrapper div {
    flex: none;
    width: 100%;
  }

  .book-box-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .book-box-text {
    text-align: center;
    width: 100%;
  }

  .blue-banner-text {
    text-align: center;
    padding-left: 0;
  }

  .front-desk-pic {
    width: 100%; /* Make the image responsive */
    max-width: 400px; /* Limit the maximum width */
    height: auto;
  }

  .expect-box div {
    margin-top: 2px;
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .content-wrapper,
  .book-box-wrapper {
    width: 95%;
    padding: 15px;
  }

  .book-button-style {
    width: 100%;
    max-width: 300px;
  }
}
