h2 {
    font-size: 1.5rem;
    border-bottom: 1px solid #888;
    padding: 10px 0;
    margin-bottom: 2rem;
}

table{
  width: 100%;
    line-height: 1.2;
}

table th{
  position: relative;
  text-align: left;
  width: 40%;
    background: #f8f8f8;
}

/*
table th:after{
  display: block;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #333;
  position: absolute;
  top:calc(50% - 1px);
  right:20px;
}
*/

table td{
  text-align: left;
  width: 85%;
}

table td, table th{
    padding: 1rem 1rem;
    vertical-align: middle;
    border: 1px solid #e8e8e8;
}


.img70{
    display: block;
    width: 80%;
    margin: 0 auto;
}

.flex{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5rem;
}

.flex-child1{
    width: 48%;
}
.flex-child2{
    width: 48%;
}


p.profile{
    margin: 1em auto ;
}

h3{
    font-size: 20px;
    padding-top: 1rem;
}




@media screen and (max-width:960px) {
    
    p.profile {
    margin: 1em auto 1em auto;
    }
    
    
    table th:after {
    width: 20px;
    right: 15px;
    }
    
    .img70 {
    width: 100%;
    }
    
    .wrap{
        flex-wrap: wrap;
    }
    
    .flex-child1,.flex-child2{
        width: 100%;
        padding: 1rem 0;
    }
    
    table td {
    width: 100%;
    }
    
    table td, table th {
    padding: 1rem 0rem;
    vertical-align: middle;
    }
    
    table th {
    width: 45%;
    }
    
}