body {
    background: url(../media/Consumibles.png);
    background-repeat: repeat-y;
    background-size: cover;
    background-position: center 50%;
    background-attachment: fixed;
}

.sect_16 {
    height: 980px;
    background: #fff;
    gap: 20px;
}

.sect_16 h1 {
    text-align: center;
    width: 58%;
}

.sect_16 > p {
    text-align: center;
    font-weight: 600;
    font-size: 1.125rem;
    color: #222;
}

.sect_16 > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 30px;
}

.sect_16 > div > div {
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sect_16 div div div {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sect_16 > div > div > p:nth-of-type(1) {
    text-align: left;
    font-weight: 600;
    font-size: 1.125rem;
    color: #222;
    margin-bottom: 20px;
}

.sect_16 div div div i {
    color: #bf3f8a;
    height: 100%;
    display: flex;
    width: 50px;
    margin-right: 20px;
    align-items: center;
    justify-content: center;
}

.sect_16 div div div p {
    text-align: left;
    font-weight: 200;
    font-size: 0.875rem;
    color: #222;
    width: 80%;
}

.sect_16 div img {
    height: 500px;
}