.ib-0b75b3f3-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.ib-0b75b3f3-item {
    display: flex;
    flex-direction: column; /* Changed to column for image on top */
    gap: 20px;
    align-items: flex-start;
}
.ib-0b75b3f3-img {
    width: 100%;
}
.ib-0b75b3f3-img img {
    max-width: 100%;
    height: auto;
    display: inline-block; /* Changed from block to allow text-align to center */
}
.ib-0b75b3f3-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}
.ib-0b75b3f3-header {
    display: flex;
    align-items: center;
    gap: 15px;
}
.ib-0b75b3f3-num {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
}
.ib-0b75b3f3-title {
    margin: 0;
}
.ib-0b75b3f3-desc {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ib-0b75b3f3-desc p {
    margin: 0;
}

/* Tablet & Mobile Layout - inherits the column layout natively */
