.help {
    font-size: 13px;
    text-decoration: underline;
    color: #94C01F;
    float: right;
}

    .help::before {
        content: "?";
        height: 22px;
        width: 22px;
        padding: 1px;
        border-radius: 20px;
        color: #fff;
        display: inline-block;
        position: relative;
        background: #94C01F;
        text-align: center;
        font-weight: bold;
        line-height: 1.1;
        font-size: 18px;
        margin-left: 5px;
        float: right;
    }

.wrapper {
    display: grid;
    height: 100%;
    grid-template-rows: 105px auto min-content;
}

.wrapperModulo {
    display: grid;
    height: 100%;
    align-content: center;
    padding-top: 10px;
    background: #fff url("../images/modulosBKG.jpg") no-repeat right bottom;
    background-size: contain;
}

.modulos {
    display: flex;
    justify-content: center;
    padding: 0;
    max-width: 850px;
    margin: 0 auto;
    flex-wrap: wrap;
}

    .modulos li {
        list-style: none;
        margin: 15px 10px;
        text-align: center;
        background: #2b54a4;
        padding: 20px 15px;
        width: 130px;
        transition: background 0.2s;
    }

        .modulos li:hover {
            background: #94C01F;
        }

    .modulos a:hover {
        text-decoration: none;
    }

    .modulos a {
        text-decoration: none;
        height: 100%;
        display: grid;
    }

.icono {
    height: 80px;
    width: 80px;
    margin-bottom: 10px;
    margin: 0 auto;
}

    .icono svg * {
        fill: #fff;
    }

h3 {
    display: inline-block;
    margin: 0 auto;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    color: #94C01F;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

@media (max-width: 992px) {
    .wrapper {
        grid-template-rows: 105px auto 260px;
    }
}
