.stm-wrap {
    padding: 0px 0;
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
}

/* CENTER STM IMAGE */
.stm-center {
    position: absolute;
    z-index: 3;
    margin: auto;
    left: 0;
    right: 0;
    width: 500px;
    /* height: 300px; */
    top: 10%;
}

.stm-center img {
    max-width: 400px;
    margin-bottom: 0;
}
/* MAIN CIRCLE AREA */
.stm-circle {
    position: relative;
    max-width: 920px;
    height: 620px;
    margin: 100px auto 0;
    width: 100%;
}

/* PRODUCT ITEMS */
.stm-item {
    position: absolute;
    width: 250px;
    color: #fff;
    text-align: left;
    font-size: 14px;
    line-height: 1.4;display: flex; align-items: center;
}

.stm-item img {
    width: 90px;
    margin-bottom: 10px;
}

/* TITLES */
.stm-item h4 {
    margin: 6px 0 4px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

.stm-item p {
    margin: 0;
    font-size: 13px;
    opacity: 0.9;
}

/* === EXACT 6 POSITIONS AROUND CIRCLE (LIKE YOUR DESIGN) === */
.pos-1 {
    top: -30px;
        left: 115px;
    transform: translateX(-50%);
}
.pos-2 {
    top: 1%;
    right: -66px;
}
.pos-3 {
    bottom: 38%;
    right: -114px;
}
.pos-4 {
    bottom: 104px;
    right: 0%;
    transform: translateX(-0%);
}
.pos-5 { bottom: 18%; left: -19px; }
.pos-6 { top: 30%; left: -90px; }

.stm-item  { }


/* MOBILE */
@media (max-width: 991px) {
    .stm-circle {
        width: 100%;
        height: auto;
        margin-top: 0;
    }

    .stm-item {
        position: static;
        margin: 25px auto;
        width: 100%;
        max-width: 260px;
    }
}
