
#section20{
    background-color: #fff6ea;
}
#section22{
    background-color: #fff6ea;
}
#section20 .equipment-left {
    width: 50%;
    padding: 45px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-list {
    padding: 0 0 56px 0;
    display: flex;
    flex-direction: row;
}
#section20 .box-header h2{
    padding-left: calc( 50% + 45px );
    text-align: left;
}
#section20 .devices-1 , #section20 .devices-2 {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#section20 .devices-1 img, #section20 .devices-2 img{
    width: 100%;
}

#section20 .devices-right {
    flex: 1;
    padding: 20px 0 0 45px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
#section20 h3, #section22 h3{
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: bold;
    text-align: left;
    color: #000000;
}
#section22 .box-header h2{
    padding-left: 545px;
    text-align: left;
}
#section20 h5, #section22 h5{
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    color: #868484;
}
#section20 .device-name{
    color: #000000;
    text-align: center;
}
table.tftable {font-size:12px;color:#000000;width:100%;border-width: 1px;border-color: #ff8a00;border-collapse: collapse;}
table.tftable th {font-size:16px;background-color:#ff8a00;border-width: 1px;padding: 8px;border-style: solid;border-color: #ff8a00;text-align:center;}
table.tftable tr {background-color:#ffffff;}
table.tftable td {font-size:12px;border-width: 1px;padding: 8px;border-style: solid;border-color: #ff8a00;}

.table-title{
    background-color: #FFFFFF;
    font-weight:  600;
}
table.tftable tr:hover, table.tftable th:hover{
    background-color: #FFFFFF;
}


#section22 .devices-left{
    width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#section22 .devices-right {
    flex: 1;
    padding: 20px 0 0 45px;
    text-align: left;
}
.block-center{
    display: block;
    text-align: center;
}


#section24 .print-devices{
    width: 33.33%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#section24 .print-devices img{
    height: 185px;
    margin-bottom: 30px;
}

#section24 .devices-left .device-name{
    font-size: 16px;
    font-weight: 600;
}

#section24 .devices-right {
    flex: 1;
    padding: 20px 0 0 45px;
    text-align: left;
}
#section24 h3{
    font-size: 15px;
    padding-bottom: 10px;
    font-weight: bold;
    text-align: left;
    color: #736f6f;
}
@media screen and (max-width: 425px) {
    #section20 .box-header h2 {
        padding-left: 0 !important;
        text-align: center !important;
        padding-top: 30px;
    }

    #section20 .devices-1, #section20 .devices-2 {
        width: 100%;
    }

    #section20 .devices-right {
        padding: 20px;
    }

    #section22 .devices-left {
        width: 100%;
    }

    #section22 .devices-right {
        padding: 20px;
    }
    #section22 .box-header h2{
        padding-left: 0 !important;
        text-align: center !important;
    }
}
