.box_pro{
    width: 300px;
    padding-bottom: 20px;
    background-color: beige;
    text-align: center;
    margin-bottom: 25px !important;
}

.box_pro img{
    width: 300px;
    height: 300px;
    transition-duration: 0.3s;
}

.box_pro img:hover{
    transform: scale(1.08);
}

.box_pro h3{
    width: 90%;
    margin: auto;
    padding: 15px;
    font-weight: bold;
    font-size: 22px;
}