  .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;
}

.svg-icon {
  margin-right: 7px;
  width: 30px;
}

.svg-icon img {
  width: 100%;
}

.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;	
}

.reduce {
  margin-top: auto;
  padding-left: 5%;
  padding-right: 5%;
  color: #FAFAFA;
}

.l-desc {
  color: #A3A3A3;
}

.grid-content {
  display: grid;
  margin-top: 5em !important;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5%;
  box-sizing: border-box;
}

.reduce span {
  color: #FAFAFA;
}

.symbole {
  color: #F6B83E !important;
  display: flex !important;
  margin-right: 6px;
  font-size: 22px;
}

.desc-module .title-desc {
  margin-top: 20px !important;
}

.desc-module:hover .m_icon {
  top: -4%;
  border: 15px solid #121212;
}

.m_icon {
  position: absolute;
  background: #262626;
  padding: 10px;
  border-radius: 999%;
  border: 11px solid #121212;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  width: 16%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: -5%;
  transition: .2s;
}

.m_icon img {
  max-width: 78%;
}

.desc-module {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px 4% 20px 4%;
  background: #262626;
  border: 1px solid #363636;
  border-radius: .75rem;
  box-sizing: border-box;
  position: relative;
}

.desc-price-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: 60%;
  margin: auto;
    margin-top: auto;
  margin-top: 5em;
}

.desc-price-module span:not(:last-child) {
  margin-bottom: 15px;
}

.desc-price-module span {
  color: #A3A3A3;
  display: block;
}

.title-desc {
  font-size: 22px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  font-weight: 501;
}

.desc-module .reduce span {
	display: flex;
  align-items: center;
}

.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 span {
  color: #A3A3A3;
}

.mod {
	margin-top: 5em !important;
	padding: 40px !important;
	max-width: 55%;
	margin: auto;
}

.containerwidth {
            width: 100%;
        }

        .wrapper {
            background-color: #262626 !important;
            border-radius: 5px;
            -webkit-box-shadow: 0 15px 25px rgba(0, 0, 50, 0.2);
            box-shadow: 0 15px 25px rgba(0, 0, 50, 0.2);
            border-bottom: 2px solid #262626;
            border-top: 1px solid #262626;
            box-shadow: 0 1px 0 2px #262626;
            color: #FAFAFA;
        }


        .toggle {
            width: 100%;
            padding: 10px 20px;
            background-color: transparent;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            font-size: 16px;
            color: #FAFAFA;
            font-weight: 600;
            border: none;
            outline: none;
            cursor: pointer;
            position: relative;
            padding-left: 57px;
            transition: color .3s ease;
        }
        .content-- {
            position: relative;
            font-size: 15px;
            line-height: 17px;
            height: 0;
            overflow: hidden;
            -webkit-transition: all 1s;
            -o-transition: all 1s;
            transition: all 1s;
            padding: 0px 20px;
            background: #3E3E3E;
            border-bottom-right-radius: 7px;
            border-bottom-left-radius: 7px;
        }
.questions__separator {
  border: 2px solid #515160;
  border-radius: 100%;
  flex-shrink: 0;
  height: 22px;
  left: 19px;
  position: absolute;
  top: 7px;
  transition: border-color .3s ease;
  width: 22px;
}

.questions__separator-line:first-child {
  transition: opacity .3s ease;
}
.questions__separator-line {
  background-color: #cdcdcf;
  display: inline-block;
  height: 10px;
  left: 10px;
  position: absolute;
  top: 6px;
  width: 2px;
  z-index: 1;
}

.rotate {
  transform: translate(-50%, -50%) rotate(90deg) !important;
}

.questions-line {
  background-color: #cdcdcf;
  height: 2px;
  position: absolute;
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.questions__separator .container-line {
  position: relative;
  width: 100%;
  height: 100%;
}

.questions__separator-line:nth-child(2) {
  height: 2px;
  left: 6px;
  top: 10px;
  transition: background-color .3s ease;
  width: 10px;
}

.faq-ul {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}


.title-faq {
  font-size: 2rem;
  font-weight: 601;
  letter-spacing: 1px;
  margin-top: 50px;
  text-align: center;
  margin-bottom: 50px;
}

.grid-faq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}

.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;
  display: flex;
}

.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;
}

@media screen and (max-width: 1250px) {
  .grid-faq {
    display: block;
  }
  .grid-faq > div:not(:first-child) .wrapper {
    margin-top: 30px;
  }
}

@media screen and (max-width: 900px) {
  .grid-content {
    display: block;
  }
  .m_icon {width: 10%}
  .grid-content > div:not(:first-child) .desc-module {
    margin-top: 120px;
  }
}


@media screen and (max-width: 750px) {
  .head-module {
    max-width: 80%;
  }
  .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;
  }
}