.box_feature {
    background-color: var(--blu);
    padding: 30px 15px;
    border-radius: 10px;
}

.box_feature .titolo {
    font-size: 26px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "Oswald", serif;
    height: 32px;
    min-height: 100%;
}

.box_feature .descrizione {
    font-size: 19px;
    line-height: 28px;
    color: #fff;
    font-weight: 300;
    font-family: "Roboto";
}


.box_feature .testo-cont{
    min-height: 65px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.box_feature .img-cont{

    text-align: center;
}
.box_feature .img-cont img {
    max-width: 80px;
    max-height: 50px;
    height: auto;
    width: auto;
}


@media screen and (max-width: 992px) {
    .box_feature .img-cont {
        margin-bottom: 30px;
    }
    .box_feature.small-center .testo-cont{
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .box_feature {
        margin-bottom: 30px;
    }

    .box_feature .testo-cont {
        margin-left: 10px
    }

    .box_feature .titolo {
        font-size: 20px;
    }

    .box_feature .testo {
        font-size: 14px;
    }

    .box_feature.small-center .img-cont,
    .box_feature.small-center .testo-cont{
         margin: 0;
    }
    .box_feature.small-center .testo-cont{
        text-align: left;
    }

}
