#gridStyle {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, auto);
    gap: 20px;
    width: 100%;
    max-width: 1200px;
}

.itemgrid {
    background: #28729521;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(9.2px);
    border: 1px solid rgba(255, 255, 255, 0.171);
    padding: .5% 1%;
    border-radius: 7px;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    transition: background-color 0.3s ease, transform 0.3s ease;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
}

.itemgrid h3 {
    font-size: 1.4em;
    margin-bottom: 10px;
    color: white;
}

.itemgrid h3 span {
    color: #3a90b7;
    font-size: .8em;
}

.itemgrid p {
    font-size: .9em;
    margin: 0;
    color: #cacaca;
}

.main__capital-item__icon {
    font-size: 2em;
    margin-bottom: 10px;
}

#um {
    grid-column: span 1;
    text-align: left;
    background: none;
    border: none;
}
#dois{
    grid-column: span 1;
}
#tres{
    grid-column: span 1;
}
#um h3 {
    font-size: 2.5em;
}

#um h3 span {
    display: block;
    font-size: 1em;
}

#quatro {
    grid-column: span 2;
    text-align: left;
}

#sete {
    grid-column: span 2;
    text-align: left;
}
#sete a{
    font-size: 1.5em;
    font-weight: 700;

}
#ativosmoedas{
    max-width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}
#ativosmoedas h3{
    color: white;
    font-size: 3em;
    width: 60%;
    text-align: left;
}
.sub-bnt{
    font-size: .7em !important;
}
@media (max-width: 768px) {
    .sub-bnt{
        font-size: 1em;
    }
    #gridStyle {
        grid-template-columns: repeat(2, 1fr);
    }
    #um, #quatro, #sete {
        grid-column: span 2;
    }
    #dois, #tres, #cinco, #seis{
        grid-column: span 1;
    }
    #um h3 {
        font-size: 1.9em;
        text-align: left;
        line-height: 104%;
        margin-bottom: -1%;
    }
    #sete a{
    font-size: 1em;
    font-weight: 700;
    }
    #ativosmoedas h3{
        font-size: 2em;
        width: 96%;
        margin-top: 9%;
        line-height: 102%;
        margin-bottom: 8%;
        padding: 7% 2%;
        box-sizing: content-box;
        border-top: 2px solid #333;
        border-bottom: 2px solid #333;
        border-image: linear-gradient(to right, rgb(0, 0, 0), rgb(40 114 147), rgb(24 74 99), rgb(0, 0, 0)) 1;
        border-image-slice: 1;
    }
    .itemgrid h3 {
        font-size: 1em;
        margin-bottom: 10px;
        color: white;
    }
}
@media (min-width: 1400px) {
#um h3 {
    font-size: 2.9em;
    line-height: 99%;
}
.itemgrid h3 {
    font-size: 2.2em;
    margin-bottom: 10px;
    color: white;
}
#sete {
    background: none;
    border: none;
}
#ativosmoedas h3 {
    color: white;
    font-size: 3em;
    width: 60%;
    text-align: left;
    margin-bottom: 3%;
    margin-top: 2%;
}
}