.feature {
    border: 1px solid #000;
    position: relative;
    display: block;}

    .feature a.enlace {
        display: block;
        padding: 30px;
        position: relative;
        width: 100%;
        height: 100%;}

        .feature a.enlace img.icono {
            max-width: 100px;
            height: auto;
            text-align: right;
            display: block;
            position: relative;
            margin-left: calc(100% - 100px);
        }
        .feature a.enlace .titulo {
            font-family: 'Sua';
            font-size: 40px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            letter-spacing: 0.4px;
            color: #000;
            margin-bottom: 20px;
        }
        .feature a.enlace .descripcion {
            font-family: 'Poppins';
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            letter-spacing: 0.8px;
            color: #000;
        }

@media only screen and (max-width: 782px) {
     .feature a.enlace .titulo {
        font-size: 22px;
    }

    .feature a.enlace {
        padding: 20px;
    }

}