.tse-item {
    text-align: center;
    padding: 15px;
}

.tse-image {
    margin-bottom: -30px;
    position: relative;
    z-index: 1;
}

.tse-image img {
    width: 100%;
    height: auto;
    display: block;
}

.tse-icon-wrap {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    background-color: #2E7D32;
    color: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.tse-shape-circle {
    border-radius: 50%;
}

.tse-shape-square {
    border-radius: 0;
}

.tse-shape-rounded {
    border-radius: 12px;
}

.tse-shape-none {
    box-shadow: none;
    background: transparent !important;
}

.tse-heading {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 700;
}

.tse-number {
    margin-right: 4px;
}

.tse-description {
    margin: 0 0 15px;
    line-height: 1.6;
}

.tse-divider {
    height: 3px;
    width: 60px;
    margin: 0 auto;
    background-color: #2E7D32;
}
