#ce_wg_teaser_icon h2 {
    text-align: center;
}

#ce_wg_teaser_icon .teaser-section-icon > .text {
    text-align: center;
}

#ce_wg_teaser_icon .teaser-item img {
    max-height: 360px;
    height: auto;
    object-fit: cover;
    transition: transform 0.5s ease;
    width: 100%;
}

#ce_wg_teaser_icon .teaser-box img {
    width: auto;
}

#ce_wg_teaser_icon .teaser-item:hover img {
    transform: scale(1.1);
}

#ce_wg_teaser_icon .teaser-item {
    overflow: hidden;
    text-align: center;
}

#ce_wg_teaser_icon .teaser-item.has-btn {
    cursor: pointer;
}

.section.section-default > div.frame-background-primary #ce_wg_teaser_icon .teaser-item:hover .teaser-inner {
    background-color: var(--primary-color-frame-box-hover) !important;
}

.section.section-default > div.frame-background-secondary #ce_wg_teaser_icon .teaser-item:hover .teaser-inner {
    background-color: var(--secondary-color-frame-box-hover) !important;
}

.section.section-default > div.frame-background-dark #ce_wg_teaser_icon .teaser-item:hover .teaser-inner {
    background-color: var(--dark-color-frame-box-hover) !important;
}

#ce_wg_teaser_icon .teaser-item .teaser-inner {
    padding: 25px;
    border-radius: var(--border-radius-20);
}

div#ce_wg_teaser_icon .teaser-box {
    margin: 0 -10px;
}

div#ce_wg_teaser_icon .teaser-item {
    padding: 0 10px;
    margin-bottom: 20px;
}

.section.section-default > div.frame-background-primary #ce_wg_teaser_icon .teaser-item .teaser-inner {
    background-color: var(--primary-color-frame-box);
    transition: 0.5s;
}

.section.section-default > div.frame-background-secondary #ce_wg_teaser_icon .teaser-item .teaser-inner {
    background-color: var(--secondary-color-frame-box);
    transition: 0.5s;
}

.section.section-default > div.frame-background-dark #ce_wg_teaser_icon .teaser-item .teaser-inner {
    background-color: var(--dark-color-frame-box);
    transition: 0.5s;
}

#ce_wg_teaser_icon .teaser-item .teaser-inner .teaser-info {
    padding: 10px 0;
}

#ce_wg_teaser_icon .col-xl-3.teaser-item .teaser-inner .teaser-image .image {
    min-height: 127px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}