/* ========================================
12 About
======================================== */

.about-section{
  padding:140px 0;
}

.about-content{
  max-width:420px;
}

.about-title{

  font-size:2.2rem;

  margin-bottom:28px;

}

.about-text{

  line-height:2;

  color:#6b7280;

}

.about-table-wrap{

  background:#fff;

  border-radius:28px;

  overflow:hidden;

  box-shadow:
    0 10px 30px rgba(0,0,0,0.05);

}

.about-table{

  width:100%;

  border-collapse:collapse;

}

.about-table tr{

  border-bottom:
    1px solid #e5e7eb;

}

.about-table tr:last-child{
  border-bottom:none;
}

.about-table th{

  width:180px;

  padding:10px 28px;

  background:#f8fafc;

  font-weight:700;

  vertical-align:top;

}

.about-table td{

  padding:10px 28px;

  line-height:2;

}

@media(max-width:768px){

  .about-content{

    max-width:none;

  }

  .about-content .section-label{

    display:flex;

    width:fit-content;

    margin:0 auto 20px;

  }

  .about-title{

    text-align:center;

  }

}
