main .banner-cont {
  background-image: url('../images/banner_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}
main .banner-cont div {
  margin: 0 auto;
  text-align: center;
  align-items: center;
  letter-spacing: 0.5rem;
  padding: 10% !important;
}
main .banner-cont div h1 {
  font-weight: 800 !important;
}
main h1 {
  font-weight: 800;
}
main .banner {
  padding-bottom: 10% !important;
  margin: 0 auto;
  text-align: center;
  height: 50%;
  align-items: center;
}
main .banner img {
  width: 80%;
}
main .banner .title {
  text-align: left;
  font-weight: 600;
}
main .banner .title:nth-child(2) {
  margin: 5% 0;
}
main .list1 {
  background-color: #f5ebeb;
  text-align: center;
  font-weight: 800;
}
main .more {
  background: #d9d9d9;
  border-color: #d9d9d9;
}
main .more:hover {
  border: 0.1rem solid #bbc6d3;
  background: rgba(217, 229, 242, 0.832);
}
main .cont3 {
  background: white !important;
}
main .cont3 div:first-child p,
main button {
  margin-left: 10rem;
}
main .list2 .card {
  border: none;
  align-items: center;
}
main .list2 .card h2 {
  font-weight: 800;
}
main .list3 .card {
  align-items: center;
  border-radius: 2rem;
}
main .list3 .card-img-top {
  width: 20%;
  height: 30%;
}
main .list3 h2 {
  font-weight: 800;
}
