body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f8f8f8;
}
.container {
  display: flex;
  margin: 0 auto 50px;
  padding: 40px;
}
.content {
  flex: 2;
}
.content h1 {
  font-size: 36px;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.content h2 {
  font-size: 18px;
  color: #555;
}
.title-img {
  width: 450px;
}
.business-list {
  margin-top: 20px;
  width: 80%;
}
.business-list p {
  font-size: 18px;
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
.images {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.images img {
  width: 90%;
  height: auto;
}

.matching {
  margin-top: -80px;
  margin-left: -80px;
}

.school {
  margin-top: -80px;
  margin-left: 80px;
}
