.compoñente-imaxe {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.compoñente-imaxe .compoñente-imaxe-img {
        display: flex;
        justify-content: center;
        padding-top: 2em;
        padding-bottom: 2em;
}

.compoñente-imaxe .compoñente-imaxe-img img {
    width: 90%;
    height: auto;
}

@media(max-width:1024px){
    .compoñente-imaxe .compoñente-imaxe-img {
        padding-top: 1em;
        padding-bottom: 1em;
    }

    .compoñente-imaxe .compoñente-imaxe-img img {
        width: 70%;
        height: auto;
    }
}
