.pageH {
	border: none;
	margin-bottom: 0;
}

/*.section {
	margin-bottom: 75px;
}*/

/*.roundedImage {
	display: block;
	border-radius: 15px;
	margin-inline: auto;
	margin-bottom: 20px;
}*/

.banner {
	display: block;
	width: 80%;
	margin-inline: auto;
	margin-block: 20px;
}

.mypoCertificationSection .classroomBtn,
.tecsSection .classroomBtn {
	width: 20em;
	height: 4em;
	border-radius: 9999px;
	margin-inline: auto;
	margin-top: 25px;
}
/*
.review {
	background-color: rgba(91, 182, 71, 0.1);
	border-radius: 15px;
	padding: 0 25px 40px 25px;
}

.reviewHeading {
	max-width: 250px;
	font-size: 1.307em;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
	border-radius: 0 0 15px 15px;
	padding: 17px 25px;
	margin-bottom: 35px;
	margin-inline: auto;
	position: relative;
}

.reviewHeading svg {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}

.reviewContent {
	display: grid;
	grid-template-columns: 100%;
	gap: 25px;
}

.reviewCard {
	background-color: #fff;
	border-radius: 15px;
	padding: 25px;
}

.reviewCardImageWrapper {
	position: relative;
	width: fit-content;
	margin-inline: auto;
}

.reviewCardStar1 {
	position: absolute;
	top: 30px;
	left: 38px;
}

.reviewCardStar2 {
	position: absolute;
	top: 15px;
	left: 64px;
}

.reviewCardStar3 {
	position: absolute;
	top: 30px;
	left: 99px;
}

.review-card_user-meta {
	color: #5BB647;
	text-align: right;
	margin-top: 5px;
}

@media screen and (min-width: 768px) {
	.review {
		padding-inline: 100px;
	}
	.reviewContent {
		gap: 40px;
	}
}*/


/* commentSection ------------------ */
.commentSection{
  margin: 0 0 75px;
  padding: 30px 30px 45px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(91, 182, 71, 0.1);
}


.commentSection h2{
  background: #FFF;
  border-radius: 0 0 15px 15px;
  display: inline-block;
  margin: -30px 0 20px;
  line-height: 1.5;
  max-width: 250px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 18px 0;
  font-weight: 700;
  position: relative;
}
.commentSection h2::after{
  position: absolute;
  content: "";
  background: #FFF;
  height: 12px;
  width: 23px;
  bottom: -12px;
  left: 50%;
  clip-path: polygon(6px 0%, 100% 0, 0% 100%);
}

.commentSection article{
  padding: 25px;
  border-radius: 15px;
  background: #FFF;
  margin: 0 0 25px;
}

.commentSection article:last-of-type{
  margin: 0;
}
.commentSection article .imgGroup{
  margin: 0 0 20px;
}
.commentSection article .imgGroup img{
  border-radius: 10px;
}

.commentSection article .texGroup{
  margin: 0;
}
.commentSection article .texGroup p{
  margin: 0;
}

.commentSection article .texGroup p:last-of-type{
  text-align: right;
  font-weight: 500;
  color: #5BB647;
}
.commentSection .texGroup b{
  font-weight: 700;
}

/* PC */
@media screen and (min-width: 768px) {
  .commentSection{
    padding: 40px 40px 55px;
  }
  
  .commentSection article{
    display: flex;
    gap: 32px;
    padding: 35px;
    margin: 0 0 35px;
  }
  .commentSection article .imgGroup img{
    max-width: 400px;
  }
  .commentSection article .imgGroup{
    margin: 0;
  }

  .commentSection h2{
    max-width: 330px;
    padding: 25px 0;
    margin: -40px 0 40px;
  }
}
/* commentSection end ------------------ */