*{
  margin: 0;
}
.banner {
  width: 100%;
  height: 526px;
  background-image: url(img/banner.png);
  background-size: 100% 100%;
}
.banner .text {
  width: 1200px;
  margin: 0 auto;
}
.banner .text h1 {
  padding-top: 142px;
  font-weight: bold;
  font-size: 46px;
  color: #000000;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.banner .text h1 span {
  background: linear-gradient(0deg, #2341AB 0%, #925B5E 51%, #EF711D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.banner .text p {
  width: 731px;
  font-weight: 400;
  font-size: 18px;
  color: #4575C4;
  line-height: 36px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 30px 0;
}
.banner .text button {
  height: 50px;
  background: #FFFFFF;
  border-radius: 57px;
  border: none;
  padding: 0 20px;
  font-weight: 400;
  font-size: 16px;
  color: #2E7D32;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-right: 30px;
}
.banner .text button.btn {
  background-color: transparent;
  border: 1px solid #2E7D32;
}
.selectContainer {
  width: 100%;
  background: #F8F8F8;
  border-radius: 0px 0px 0px 0px;
  padding-top: 68px;
  padding-bottom: 68px;
}
.selectContainer h1 {
  margin: 0 auto;
  font-weight: bold;
  font-size: 42px;
  color: #000000;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.selectContainer h3 {
  font-weight: 400;
  font-size: 17px;
  color: #AAAAAA;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin: 10px 0 65px 0;
}
.selectContainer .selectContent {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
  margin-top: 24px;
}
.selectContainer .selectContent .selectItem {
  width: 387px;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgb(241 229 228 / 80%);
}
.selectContainer .selectContent .selectItem > img {
  display: block;
}
.selectContainer .selectContent .selectItem h2 {
  font-size: 24px;
  margin-top: 16px;
}
.selectContainer .selectContent .selectItem .h3 {
  padding: 5px 0 10px 0;
  font-size: 16px;
  margin: 5px 0;
  color: #666;
}
.serviceContainer {
  width: 100%;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  padding-top: 68px;
}
.serviceContainer h1 {
  margin: 0 auto;
  font-weight: bold;
  font-size: 42px;
  color: #000000;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.serviceContainer h3 {
  font-weight: 400;
  font-size: 17px;
  color: #AAAAAA;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin: 10px 0 65px 0;
}
.serviceContainer .itemContent {
  width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 30px;
}
.serviceContainer .itemContent .item {
  background-color: #FFFFFF;
  border-radius: 15px;
  position: relative;
  box-shadow: 0px 4px 16px 0px rgba(5, 5, 5, 0.03);
}
.serviceContainer .itemContent .item span {
  position: absolute;
  top: 200px;
  color: #FFFFFF;
  font-size: 20px;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 0 15px;
  line-height: 40px;
}
.serviceContainer .itemContent p {
  color: #aaaaaa;
  padding: 10px;
}
.student {
  width: 100%;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  padding-top: 68px;
  padding-bottom: 60px;
}
.student h1 {
  margin: 0 auto;
  font-weight: bold;
  font-size: 42px;
  color: #000000;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.student h3 {
  font-weight: 400;
  font-size: 17px;
  color: #AAAAAA;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin: 10px 0 65px 0;
}
.student .itemBox {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
}
.student .itemBox .item {
  padding: 20px;
  background-color: #fafafa;
  border-radius: 15px;
}
.student .itemBox .item .title {
  display: flex;
}
.student .itemBox .item .title .img {
  margin-right: 10px;
}
.student .itemBox .item p {
  color: #AAAAAA;
  margin: 0;
  padding: 0;
}
