.summa-elementor-widget.summa-expertise {
    display: flex;
    justify-content: center;
    align-items: center;
}

.summa-elementor-widget.summa-expertise .summa-expertise-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.summa-elementor-widget.summa-expertise .summa-expertise-container a.link {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 1;
}

.summa-elementor-widget.summa-expertise .summa-expertise-container .front {
    opacity: 1;
    transform: scale(1);
    transform-origin: center;
    transition: transform .7s, opacity .5s .2s;
    will-change: opacity, transform;
}

.summa-elementor-widget.summa-expertise .summa-expertise-container .front,
.summa-elementor-widget.summa-expertise .summa-expertise-container .back {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}

.summa-elementor-widget.summa-expertise .summa-expertise-container .front {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.summa-elementor-widget.summa-expertise .summa-expertise-container .back {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: calc(100% - 30px);
    height: calc(100% - 30px) !important;
    z-index: 5;

    opacity: 0;
    transform: scale(0.7);
    transform-origin: center;
    transition: transform .7s, opacity .5s .2s;
    will-change: opacity, transform;
}

.summa-elementor-widget.summa-expertise:hover .summa-expertise-container .front {
    opacity: 0;
    transform: scale(0.7);
}

.summa-elementor-widget.summa-expertise:hover .summa-expertise-container .back {
    opacity: 1;
    transform: scale(1);
}

.summa-elementor-widget.summa-expertise .summa-expertise-container .logo {
    width: auto;
    max-width: 100%;
    margin-bottom: 10px;
}

.summa-elementor-widget.summa-expertise .summa-expertise-container .logo svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.summa-elementor-widget.summa-expertise .summa-expertise-container .title {}

.summa-elementor-widget.summa-expertise:hover .summa-expertise-container .title {}

.summa-elementor-widget.summa-expertise .summa-expertise-container .title p {}