.sec100{
    position: relative;
    width: 100%;
    height: 50vh;
}
.sec100 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec100 h4{
    position: absolute;
    font-size: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/* sec101 */
.sec101{
    margin: 40px auto;
    max-width: 1000px;
    padding: 0 20px;
}
.sec101 table td{
    border: 1px solid #fff;
    padding: 15px;
}
.sec101 table td:first-of-type {
    width: 30%;
    vertical-align: middle;
}
.sec101 table td li{
    list-style: none;
    margin-top: 20px;
    padding-left: 10px;
}
.sec101 table td .add{
    margin-top: 5px;
    padding-left: 15px;
}

@media screen and (max-width: 797px){
    .sec101 table{
        font-size: 12px;
    }
}