body {
	background-color: #492A86;
}
.text-center {
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
}
.text-center img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
h1 {
  font-weight: bold;
  font-family: "Bruno Ace SC", sans-serif;
  color: #000;
  text-align: center;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
    word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
  font-size: clamp(1.5rem, 5vw, 3rem);
}
body, section, header {
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  padding: 0 20px;
}
h2 {
  font-weight: bold;
  font-family: "Bruno Ace SC", sans-serif;
  color: #000;
}
#main {
	background-color: #FFF;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 100%;
  padding: 1.5em;
  border-radius: 1em;
}
.travel-two {
  line-height: 1.5;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: center;
}
.travel-two ul {
  margin: 0 auto;
  padding-left: 0;
  display: inline-block;
  text-align: left;
}
.text {
  max-width: 600px;
  flex: 1;
  line-height: 1.5;
  text-align: left;
  word-spacing: normal;
  hyphens: auto;
}
.travel img {
  display: block;
  margin: 1.25em auto;
  max-width: 100%;
  height: auto;
  border-radius: 1em;
}
.whisk p {
  text-align: center;
  margin: 0 auto;
  line-height: 1.6;
}
.whisk img {
  display: block;
  margin: 1.25em auto;
  max-width: 100%;
  height: auto;
  border-radius: 1em;
}
.whisk blockquote {
  display: block;
  background-color: lightblue;
  padding: 1.25em;
  border-left: 5px solid #4caf50;
  margin: 1.25em 0;
  border-radius: 8px;
  color: #000;
}
.services-content {
  display: flex;
  align-items: center;
  gap: 1.25em;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1.25em;
  flex-direction: row-reverse;
}
.services-content img {
  width: 300px;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
@media (max-width: 600px){
  .services-content {
    flex-direction: column;
    text-align: center;
}
  .text {
    max-width: 100%;
}
  .services-content img {
    width: 100%;
    max-width: 400px;
}
}
@media (max-width: 600px) {
  .travel {
    text-align: left;
  }
  .travel blockquote {
    padding: 15px;
}
}
@media (max-width: 600px) {
  .travel-two {
    padding: 0 15px;
  }
  .travel-two h2 {
    font-size: 1.25rem;
  }
  .travel-two ul {
    padding-left: 15px;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 1.75rem;
    padding: 0 15px;
  }
}