.section{
    max-width: 1200px;
    margin: auto;
}

.section1{
    display: flex;
    justify-content: space-between;
    margin-bottom:50px;
}

h2 {
    color:#128ac9;
    font-size:2rem;
    text-align:center;
}

p {
    font-weight:bold;
}

tr:hover:not(:first-child){
    background-color: #dedede;
    cursor: pointer;
}

table{
    border-collapse: collapse;
}

th{
    width: 200px;
    text-align: left;
    border: 1px solid #ddd;
    padding: 8px;
    background-color: #128ac9;
    color:#fff;
}

td{
    border: 1px solid #ddd;
    padding: 8px;
}

.btn-info{
    padding: 8px 25px;
    border-radius: 5px;
    border: 2px solid #3f6fb6;
    color: #3f6fb6;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
}

#specific-info{
    display: none;
}

#qty{
    color:#3f6fb6;
}

.information{
    line-height: 24px;
    color: #3f6fb6;
    font-weight: 700;
}

.black{
    color: #222;
    font-weight: 300;
}

.modulcatalog {
    font-size:18px;
    text-decoration:none;
    color:#3f6fb6;
}