.about-table{border-bottom:1px solid #b8cccc;display:grid;padding:20px 0}
.about-table:first-child{border-top:1px solid #b8cccc}
@media screen and (max-width:767.98px){
.about-table-container.c-column{gap:0}
.about-table{gap:8px 0}
.c-grid{flex-direction:column-reverse}
}
@media print,screen and (min-width:768px){
.about-table-container.c-column{gap:0 4.2589437819%}
.about-table-container.c-column--col2>.about-table:nth-child(2n){border-top:1px solid #b8cccc}
.about-table{gap:0 16px;grid-template-columns:100px 1fr}
}