.mbf-block6-section .mbf-block-content{
    max-width: 1200px;
}
.mbf-block6-info{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.25rem;
    margin: 0 auto;
    padding-bottom: 3rem;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}
.mbf-block6-description{
    font-weight: 600 !important;
    margin-top: 1.5rem !important;
 
}
 
.mbf-block6-image {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(245, 249, 252, 0.88) 100%);
    box-shadow: 0px 2.56px 2.56px rgba(15, 15, 44, 0.1);
    backdrop-filter: blur(1.28px);
    margin-bottom: 1.5rem !important;
}

.mbf-block6-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.mbf-block6-group{
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
    height: 50px;
    
}

.mbf-block6-group-item{
    width:  100px;        
     
    display: flex;
    align-items: center;
     
}

.mbf-block6-group-item img{
    width: 100%;
    height: auto;
    object-fit: contain;
}


.mbf-block6-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
}

@media (max-width: 768px) {
    
    .mbf-block6-group{
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
        max-width: 600px;
        margin: 0 auto;
 
    }

    .mbf-block6-imagen {
        width: 100px;
        height: 100px;
               display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

}