* {
  margin: 0;
  padding: 0;
}

.container {
  width: 1300px;
  margin: 0 auto;
}

.container ul {
  line-height: 60px;
  display: flex;
  justify-content: space-evenly;
  background-color: #F3F4D5;
  list-style: none;
  font-weight: bold;
  font-size: 20px;
}

.container .banner img {
  width: 100%;
}

.container .title {
  font-size: 24px;
  margin-bottom: 20px;
}

.container .con1Box {
  display: grid;
  grid-template-columns: 70% 25%;
  gap: 5%;
  align-items: center;
}

.container .con1Box .text {
  line-height: 32px;
  font-size: 20px;
  text-indent: 2rem;

}

.container .con1Box img {
  width: 100%;
}

.container .con1 {
  margin: 20px 0;
}

.container .imgBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 20px;
}

.container .imgBox img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.container .con4 {
  margin: 20px 0;
}

.container .infoBox .item {
  display: grid;
  grid-template-columns: 15% auto;
  gap: 50px;
  align-items: center;
  margin-bottom: 30px;
}

.container .infoBox .item img {
  width: 100%;
  border-radius: 50%;
}

.container .infoBox .item .p1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.container .infoBox .item .info {
  line-height: 30px;
}

.container .footer {
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  background-color: #F3F4D5;
}

.title2 {
  font-weight: bold;
}

li:hover {
  color: grey;
  cursor: pointer;
}

/*# sourceMappingURL=style.css.map */