.tools{
    display: flex;
    align-items: center;
    justify-content: space-around; 
    flex-wrap: wrap; 
    width: 100%;
    max-width: 850px; 
    margin: 0 auto; 
    color:#444a4e;
    font-family: sans-serif;
}


.tools .itens{
    display: block;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 100%;
    height: 270px;
    max-width: 250px;
    background-color: #f0f0f0;
    border-radius: 20px;
    padding: 30px;
    font-weight: bolder;
    margin-bottom: 30px;
    cursor: pointer;
    overflow: hidden;
}

.tools .itens:hover{
    transform: scale(1.1);
    box-shadow: 2px 3px 19px -2px rgba(0, 0, 0, .8);
    transition: all linear 0.4s;
}


.tools .itens img{
    width: 150px;
    margin-bottom: 10px;
}

.tools .itens .p{
    width: 190px;
    height: 150px;
    margin-bottom: 10px;
}


.tools .itens span{
    color:#221c1c;
    font-size: 13px;
}


.tools2{
    display: flex;
    align-items: center;
    background-color: rgba(34,28,28,0.5);
    border-radius: 10px;
    padding: 30px;
    justify-content: space-around; 
    flex-wrap: wrap; 
    width: 100%;
    /* max-width: 950px;  */
    margin: 0 auto; 
    color:#444a4e;
    font-family: sans-serif;
}


.tools2 .itens2{
    display: block;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 100%;
    height: 270px;
    max-width: 280px;
    background-color: #f0f0f0;
    border-radius: 20px;
    padding: 30px;
    font-weight: bolder;
    margin-bottom: 30px;
    cursor: pointer;
}

.tools2 .itens2:hover{
    transform: scale(1.1);
    box-shadow: 2px 3px 19px -2px rgba(0, 0, 0, .8);
    transition: all linear 0.4s;
}


.tools2 .itens2 img{
    width: 100%;
    max-width: 170px;
    margin-bottom: 10px;
}


.tools2 .itens2 .scale{
    width: 100%;
    max-width: 220px;
    height: 100%;
    max-height: 150px;
    margin-bottom: 10px;
}

.scale1{
    width: 190px;
    height: 170px;
    margin-bottom: 10px;
}

.scale2{
    width: 150px;
    margin-bottom: 10px;
}
.scale3{
    width: 180px;
    margin-bottom: 10px;
}

.tools2 .itens2 span{
    color:#221c1c;
    font-size: 13px;
}
