/* about-approval */
#about-approval {
  position: absolute;
  top: -40px;
}
.about-approval {
  position: relative;
  background-color: #F3F4F5;
  padding-top: 80px;
  padding-bottom: 110px;
}
.about-approval .about-approval-content>h2 {
  color: #000000;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
}
.about-approval .about-approval-content>p {
  color: #000000;
  font-size: 17px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.09px;
  line-height: 28px;
  margin-bottom: 60px;
  max-width: 490px;
}
.about-approval .about-approval-content>h4 {
  margin-bottom: 45px;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}
.about-approval .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 140px 1fr;
  grid-template-columns: repeat(2,1fr);
  gap: 90px 140px;
}
.about-approval .list .itm {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-approval .list .itm img {
  width: 100%;
}
.about-approval .list .itm .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: -15px;
  right: 0px;
  width: 345px;
  height: 72px;
  z-index: 4;
  background-color: #621BFF;
  -webkit-transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
  -o-transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
  transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
}
.about-approval .list .itm:hover .more{
  background-color: #531AD3;
}
.about-approval .list .itm .more .name {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  margin-right: 40px;
}
.about-approval .list .itm .more .name:after {
  position: absolute;
  right: -20px;
  top: -2px;
  content: '';
  width: 1px;
  height: 20px;
  background-color: #d8c6ff;
}
.about-approval .list .itm .more .position {
  color: #ded0ff;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  margin-right: 40px;
}
.about-approval .list .itm .more .position:after {
  position: absolute;
  right: -20px;
  top: -2px;
  content: '';
  width: 1px;
  height: 20px;
  background-color: #d8c6ff;
}
.about-approval .list .itm .more .from {
  color: #ded0ff;
  font-size: 15px;
  font-weight: 400;
}
.about-approval .load-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 120px;
}
.about-approval .load-more p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #000000;
  font-size: 32px;
  font-weight: 300;
}
.about-approval .load-more p svg {
  margin-top: 8px;
  width: 26px;
  height: 26px;
  fill: #000000;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media only screen and (max-width: 1200px) {
  .about-approval .list {
    gap: 60px 35px;
  }
}
@media only screen and (max-width: 992px) {
  .about-approval .list .itm {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .about-approval .list .itm .more .position {
    display: none;
  }
  .about-approval .list .itm .more {
    width: 100%;
    height: 55px;
  }
  .about-approval {
    padding-bottom: 80px;
    padding-top: 70px;
  }
  .about-approval .load-more {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 576px) {
  .about-approval .list {
    grid-template-columns: repeat(1,1fr);
  }
  .about-approval .list .itm .more {
    width: 80%;
  }
  .about-approval .load-more p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 375px) {

}