/* content */

.row3 {
    padding: 0 20px;
    background-color: #FFFFFF;
    box-shadow: inset -1px 1px 21px -4px rgb(0 0 0 / 50%);
}

.content h1:first-child {
    color: #3772FF;
    padding: 40px 0;
}

.content p {
    font-size: 20px;
    padding-bottom: 20px;
}

.content:last-child {
    padding-top: 10px;
    padding-bottom: 15px;
}

.reparo-img {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-bottom: 40px;
}

.reparo-img img {
    width: 450px;
}

.center {
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
}

.center p {
    font-size: 24px;
}

.center p:first-child {
    padding-bottom: 0px !important;
}

.center h1 {
    color: #3772FF;
    padding: 0 0 30px;
}

.manutencao-img {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-bottom: 40px;
    padding-top: 20px;
}

.manutencao-img img {
    width: 410px;
    border-radius: 10px;
}

.content ul {
    margin-left: 50px;
}

.content ul li {
    font-size: 20px;
    list-style: disc;
    padding-bottom: 24px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    font-size: 20px;
}

tr {
    display: flex;
}

td {
    text-align: center;
    width: 50%;
    border: 1px solid #CCCCCC;
    padding: 5px;
    display: flex;
    justify-content: center;
}

.windows-img {
    padding: 10px;
}

td img {
    width: 60px;
}
