.frame-certificates-wide .ce-gallery {
    width: 100%;
}

.frame-certificates-wide .ce-row {
    display: flex;
    width: 100%;
    margin: 0 0 2rem;
    gap: 2rem;
}

.frame-certificates-wide .ce-row:last-child {
    margin-bottom: 0;
}

.frame-certificates-wide .ce-column {
    flex: 1 1 0;
    width: 50%;
    min-width: 0;
    margin: 0;
}

.frame-certificates-wide .image {
    width: 100%;
    margin: 0;
}

.frame-certificates-wide .image-embed-item {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}

@media (max-width: 767px) {
    .frame-certificates-wide .ce-row {
        flex-direction: column;
        gap: 1.5rem;
    }

    .frame-certificates-wide .ce-column {
        width: 100%;
    }
}