.header-why-grading-title {
  margin-top: 80px;
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  color: #A3A3A3;
  margin-bottom: 30px;
}

.header-why-grading-back {
  float: right;
  font-size: 15px;
  transition-duration: .2s;
}

.header-why-grading-title i {
  margin-right: 10px;
  transition-duration: .2s;
}

.header-why-grading-title:hover i {
  margin-right: 15px;
}

.title-grading {
  font-weight: 501;
  font-size: 32px;
  line-height: 29px;
  color: #FAFAFA;
  text-align: center;
  line-height: 40px;
}

.head-module {
	max-width: 70%;
	margin: auto;
	text-align: center;
}

.head-module span {
	color: #A3A3A3;
	max-width: 80%;
	display: block;
	margin: auto;
  margin-top: 5px;	
}

.desc-module {
	border-bottom: 1px solid #A3A3A3;
  border-top: 1px solid #A3A3A3;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 4%;
  padding-right: 4%;
  max-width: 75%;
  margin: auto;
  margin-top: 5em;
}

.title-desc {
  font-size: 22px;
  margin-bottom: 35px;
  font-weight: 501;
}

.desc-module span {
	color: #A3A3A3;
	display: block;
}

.desc-module span:not(:last-child) {
	margin-bottom: 15px;
}

.grid-why {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 6%;
  font-size: 14px;
  color: #A3A3A3;
}

.line-svg {
  max-width: 16px;
  min-width: 16px;
  min-height: 16px;
  max-height: 16px;
  margin-right: 6px;
  margin-top: -4px;
  display: flex;
}

.grid-why div {
  display: flex;
  margin-top: 5px;
  font-size: 15px;
}

.mod {
	margin-top: 5em !important;
	padding: 40px !important;
	max-width: 90%;
	margin: auto;
}

.grid-why strong {
	color: #F6B83E;
}

.round {
	font-size: initial;
  padding: 5px;
  line-height: 0;
  width: 16px;
  height: 16px;
  background-color: #121212;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 16px !important;
  color: #F6B83E;
  font-weight: 801;
  aspect-ratio: 1 / 1;
  margin-right: 5px;
  margin-top: -4px !important;
  border: 1px solid #363636;
}

.container-dot {
	display: block !important;
	padding-left: 30px;
  padding-right: 30px;
}

.container-dot div:not(:last-child) {
	margin-bottom: 22px;
}

.container-dot:first-child {
	border-right: 2px SOLID #121212;
}

.mod2 {
	gap: initial !important;
}

.mod3 .title-desc {
	margin-bottom: 6px !important;
}

.details {
	margin-left: 20px;
	margin-bottom: 35px;
}

.details strong {
	color: #F6B83E;
}

.details div:not(:last-child) {
	margin-bottom: 5px;
}

.top a {
	text-decoration: underline;
}

.ending {
	margin-top: 5em !important;
	max-width: 80%;
  margin: auto;
}

.ending .title-desc {
	font-style: italic;
	margin-bottom: 6px;
} 

.ending span {
	color: #A3A3A3;
	font-style: italic;
}

.certified {
	color: #121212;
  font-weight: 701;
  display: block;
  width: fit-content;
  margin: auto;
  text-decoration: unset !important;
  margin-top: 20px;
  background: #A3A3A3;
  padding-top: .99rem;
  padding-bottom: .99rem;
  transition-duration: .2s;
  border-radius: .375rem;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 20px;
  margin-top: 60px;
  margin-bottom: 85px;
}

.certified:hover {
	transition: .2s;
  background: #bbb;
  transform: scale(1.03);
}

.certified div {
	text-align: center;
  font-weight: 501;
  font-size: 17px;
}

.responsive-btn {
  display: none;
}

@media screen and (max-width: 750px) {
  .head-module {
    max-width: 80%;
  }
  .responsive-btn {
    display: block;
  }
  .normal {
    display: none;
  }
  .desc-module {
    max-width: 95%;
  }
  .mod {
    max-width: 95%;
    padding: 15px !important;
  }
  .grid-why {
    display: block;
  }
  .container-dot:first-child {
    border-right: initial;
  }
  .container-dot {
    padding-left: initial;
    padding-right: initial;
  }
}