.aboutPage-header{
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    font-weight: bold;
}

.aboutPage-body{
    background-color:light-gray;
}

.about-card{
    margin: 0 auto;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: bold;
}

.content-subtitle{
    font-weight: 600;
    color: #7D7669;
    display: flex;
    align-items: left;
    width: 100%;
    justify-content: left;
    font-size: 1.5rem;
    margin-bottom: 40px;
}

.about-card-border{
    padding: 5%;
    border: 1px solid rgba(0, 0, 0, 0);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.about-paragraph{
    font-family: "AR Hei", Arial, sans-serif;
    width: 100%;
    font-size: 1.08rem!important;
    text-align: left;
    font-weight: bold;
}

.about-wrap{ /*delete*/
    flex-wrap: wrap;
}

.verifyWays-card-container {
  display: flex;
  justify-content: center;
}

.verifyWays-card-1stRow, .verifyWays-card-2ndRow{
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: white;
  color: #848b91;
  text-align: center;
  margin: 10px;
  animation: moveCard 0.5s ease-in-out forwards;
  opacity: 0;
  font-weight: bold;
  font-size:1.3rem!important;
  line-height:160%;
  padding:2%;
}

@keyframes moveCard {
  0% {
    transform: translate(50px, 100px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.verifyWays-card-1stRow:nth-child(1) {
  animation-delay: 0.5s;
}

.verifyWays-card-1stRow:nth-child(2) {
  animation-delay: 0.75s;
}

.verifyWays-card-1stRow:nth-child(3) {
  animation-delay: 1s;
}

.verifyWays-card-1stRow:nth-child(4) {
  animation-delay: 1.25s;
}

.verifyWays-card-2ndRow:nth-child(1) {
  animation-delay: 1.5s;
}

.verifyWays-card-2ndRow:nth-child(2) {
  animation-delay: 1.75s;
}

.verifyWays-card-2ndRow:nth-child(3) {
  animation-delay: 2s;
}

.verifyWays-card-2ndRow:nth-child(4) {
  animation-delay: 2.25s;
}

.verifyWays-card-paragraph{
    font-family: "AR Hei", Arial, sans-serif;
    font-size: 1.2rem!important;
    text-align: left;
    font-weight: bold;
    color: gray;
    /*display: flex;*/
    align-items: left;
    width: 100%;
    justify-content: left;
    margin-bottom: 40px;
    line-height: 1.5;
    padding:10%;
}
#mark{
    background-color: white;
    color: #41928b;
    display: inline;
}

.highlighted-text{
    background-color: white;
    color: #41928b;
    /*white-space: nowrap;*/
    display: inline;
}
.icon-yellowCircle {
  width: 5%;
  height: 5%;
  background-color: rgba(255, 215, 0, 0.8);
  border-radius: 50%;
  align:center;
  position: relative;
  left: 35%;
  padding: 15%;
}

.icon-whiteCard{
    position: absolute;
    width: 65%;
    height: 50%;
    background-color: white;
    border-radius: 10%;
    display: flex;
    left: 17%;
    top:23%;
}

.icon-photoHead {
  width: 1%;
  height: 1%;
  background-color: rgba(255, 215, 0, 1);
  border: 0.13rem solid white;
  border-radius: 50%;
  position: relative;
  left: -14%;
  top:12%;
  padding: 10%;
}

.icon-photoBody{
    width: 5%;
    height: 5%;
    background-color: rgba(255, 215, 0, 0.8);
    border-radius: 50% 50% 0 0;
    position: relative;
    left: 15%;
    top:40%;
    padding: 15%;
}

.icon-threeLine{
    position: relative;
    top:25%;
}
.icon-threeLine > div {
    width: 0.7rem;
    height: 0.1rem;
    background-color: rgba(255, 215, 0, 0.8);
    margin: 0.1rem 0;
    padding: 10%;
}

.icon-doubleCert1stSqr{
    position: absolute;
    width: 35%;
    height: 35%;
    background-color: white;
    border-radius: 15%;
    display: flex;
    left: 25%;
    top: 40%;
}
.icon-doubleCert2ndSqr{
    position: absolute;
    width: 40%;
    height: 40%;
    background-color: white;
    border: 0.13rem solid rgba(255, 215, 0, 1);
    border-radius: 15%;
    display: flex;
    left: 35%;
    top:25%;
}

.icon-phonePanel{
    position: absolute;
    width: 37.5%;
    height: 57.5%;
    background-color: white;
    border-radius: 15%;
    display: flex;
    left: 32%;
    top:22%;
}

.icon-phoneScreen{
    position: absolute;
    width: 80%;
    height: 70%;
    background-color: rgba(255, 215, 0, 1);
    border-radius: 10%;
    display: flex;
    left: 10%;
    top:7%;
}

.icon-phoneMenuButton{
    position: absolute;
    width: 15%;
    height: 15%;
    background-color: rgba(255, 215, 0, 1);
    border-radius: 50%;
    display: flex;
    left: 40%;
    top:80%;
}

.icon-whiteRing {
  position: absolute;
  width: 2rem;
  height: 1rem;
  background-color: transparent;
  border: 0.25rem solid #fff;
  border-radius: 50%;
  /*padding:30%;*/
  margin-left:-20%;
}

.icon-legs{
    position: absolute;
    width: 5%;
    height: 10%;
    background-color: white;
    border: 0.15rem solid rgba(255, 215, 0, 1);
    border-radius: 15%;
    display: flex;
    left: 41%;
    top:43%;
    padding:7%
}

.icon-body{
    position: absolute;
    width: 5%;
    height: 10%;
    background-color: white;
    border-radius: 30%;
    display: flex;
    left: 42%;
    top:34%;
    padding:9%
}

.icon-head{
    position: absolute;
    width: 5%;
    height: 10%;
    background-color: white;
    border-radius: 50%;
    display: flex;
    left: 45%;
    top:20%;
    padding:6%
}

.verifyWays-card-paragraph-centerAlign{
    display: flex;
    justify-content: center;
}

.about-card-video{
    display: grid;
    grid-template-columns: auto 1fr;
}

.video-block{
    width: 30%;
    position:relative;
    display: inline;
}
/*
.aboutPage-content{
    margin-left:-400%;
}*/

.aboutPage-content-paragraph{
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 900;
    color: #69665a;
}

.bold-mark{
    font-weight:bolder;
    background-color: white;
    display: inline;
}






