#in-style .container {
  max-width: 1200px;
  margin: 20px;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#in-style .section {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  gap: 20px;
}
#in-style .section .text {
  flex: 1;
  text-align: left;
}
#in-style .section .text {
  flex: 1;
  text-align: right;
}
#in-style .section .image {
  flex: 1;
  max-width: 200px;
}
#in-style .section .image img {
  max-width: 100%;
  border-radius: 8px;
}
#in-style .quote {
  text-align: center;
  font-style: italic;
  font-size: 1.5em;
  color: #555;
  padding: 20px;
  border-left: 5px solid #3498db;
  background-color: #f0f0f0;
  border-radius: 8px;
}/*# sourceMappingURL=home.css.map */