.mbf-block5-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.25rem;
    margin: 0 auto;
    padding-bottom: 3rem;
    text-align: center;
}

.mbf-block5-imagen {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 1.5rem;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);

}

.mbf-block5-imagen img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.mbf-block5-info {
    max-width: 1000px;
    margin: 0 auto;
    gap: 0.5rem;
}

.mbf-block5-group {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4rem;
    text-align: left;
}

.mbf-block5-group-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}
.mbf-block5-group-title {
    font-weight: 600;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
}
.mbf-block5-group-imagen {
    width: 60px;
    padding: 8px;
    aspect-ratio: 1 / 1;
    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);
    border-radius: 10px;
    overflow: hidden;
}

.mbf-block5-group-imagen img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.mbf-block5-description {

    margin: 1rem auto 2rem !important;
    flex: 1;
    max-width: 800px;
    font-family: "primarysemibold" !important;
    font-size: 20px !important;
    color: #8898A9 !important;
    font-weight: 500 !important;

}

.mbf-block5-description * {
    font-family: "primarysemibold" !important;
    font-size: 20px !important;
    color: #8898A9 !important;
    font-weight: 500 !important;

}


.mbf-block5-group-button {
    margin-top: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
@media(max-width: 768px) {
    .mbf-block5-group {
        grid-template-columns: repeat(1, 1fr);
        gap: 0.5rem;
        padding-left: 10px;
        padding-right: 10px;
        max-width: 400px;
        margin: 3rem auto 0;
    }
}
