.agreement {
    padding-top: 80px;
    padding-bottom: 80px;
}

.agreement .title {
    text-align: center;
    margin-bottom: 70px;
}

.agreement .richText {
    color: #333333;
}

.agreement .richText img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

table{
  border-collapse: collapse;
  border: 1px solid #e5e9f1d2;
}
td, th{
    padding: 8px 16px;
    border: 1px solid #e5e9f1d2;
}
.firstRow{
    background: #F8F9FD;
}

@media (max-width: 768px) {
    .agreement {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .agreement .title {
        font-size: 22px;
        margin-bottom: 40px;
    }

    .richText {
        padding: 0px;
    }
    
    
    .tableBox{
    width:100%;
    height:auto; 
    overflow:scroll;
}
td, th{
    min-width: 260px;
}
.tableBox{
     /* firefox */
    scrollbar-width: none;
}
.tableBox::-webkit-scrollbar {
    display: none;
}
}