section {
  width: 80vw;
  margin: 50px auto;
}

.pricepage h2 {
  font-size: 20pt;
  align-items: center;
  margin: 5px 0;
  padding:30px 0;
}

.parent {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  justify-items: center;
}

.div1 {
  grid-area: 1 / 1 / 2 / 2;
}
.div2 {
  grid-area: 2 / 1 / 3 / 2;
}
.div3 {
  grid-area: 1 / 2 / 2 / 3;
}
.div4 {
  grid-area: 1 / 3 / 2 / 4;
}
.div5 {
  grid-area: 2 / 3 / 3 / 4;
}
.div6 {
  grid-area: 1 / 4 / 2 / 5;
}
.div7 {
  grid-area: 1 / 5 / 2 / 6;
}
.div8 {
  grid-area: 2 / 5 / 3 / 6;
}
.div9 {
  grid-area: 1 / 6 / 2 / 7;
}
.div10 {
  grid-area: 1 / 7 / 2 / 8;
}
.div11 {
  grid-area: 2 / 7 / 3 / 8;
}

.title {
  width: 200px;
  height: 200px;
  background-color: #fe5;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title p {
  font-size: 16pt;
  text-align: center;
}

.triangle2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 0 24px 26px;
  border-color: transparent transparent transparent #693;
  opacity: 0.7;
}

#price h2{
  font-size: 20pt;
  align-items: center;
  margin: 20px 0;
}

#price>div{
  margin: 50px auto;
}

h3{
  margin: 30px 0;
  font-size: 14pt;
}

table{
  margin: 30px auto;
}

td{
  padding: 20px;
  width: 300px;
  text-align: center;
}

th{
  padding: 20px;
  border-bottom: #444 solid 1pt;
  border-collapse: collapse;
  border-spacing: 0;
}

.banner p{
  display: block;
  text-align: center;
  padding: 30px 0;
}

#price span{
  display: block;
  text-align: end;
}

.pricepage_more{
  margin-bottom: 130px;
}
