
.toph3 h3{
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
    color: rgb(79, 40, 116);
}
.toph3 p{
    margin: 25px 20px;
    color: #232B38;
    font-weight: 700;
}
.atable h3{
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
    color: rgb(79, 40, 116);
}
.atable table{
    width: 96%;
    margin: 20px 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.atable table, tr, th, td{
    border: 1px solid black;
}
.atable table tr,th,td{
    padding: 10px 20px;
}
.atable table tr th{
    font-size: 1.2rem;
    font-weight: 700;
    background-color: rgba(95, 158, 160, 0.185);
}
.atable table tr td{
    font-weight: 600;
}
.btable h3{
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
    color: rgb(79, 40, 116);
}
.btable .sen{
    border-bottom: 3px dotted rgb(50, 50, 83);
}
.btable .sen h3{
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
    color: rgb(79, 40, 116);
}
.btable .sen h3{
    border: 1px solid black;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 4px;
    background: rgb(216,197,229);
    background: linear-gradient(180deg, rgba(216,197,229,0.1471463585434174) 49%, rgba(50,42,103,0.1835609243697479) 96%, rgba(9,62,89,0.19756652661064422) 98%, rgba(49,44,112,0.06311274509803921) 100%);
    padding: 10px 20px;
    margin: 20px 20px;
    font-weight: 600;
}
.btable .information h3{
    font-size: 1.2rem;
    font-weight: 600;
    margin: 25px 20px;
    color: #232B38;
    text-align: left
    ;
}


/* div image */

.div-images{
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.div-images img{
    width: 300px;
    margin: 8px ;
    border: 1px solid black;
    border-radius: 7px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

/* machine image */
.machine-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.machine-content p{
    text-align: center;
    margin: 10px 0;
    font-weight: 600;
}
.machine-content img{
    margin: 7px;
    border: 1px solid rgba(0, 0, 0, 0.329);
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

/* ---------------------- */

@media screen and (max-width:991px) {
    .machine5 img{
        width: 98%;
    }
}
@media screen and (max-width:575px) {
    .machine1 img, .machine2 img, .machine3 img, .machine4 img{
        width: 98%;
    }
}