.bubble-bg {
    width: 100%;
    height: 30px;
    top: -30px;
}

.feature-item {
    flex-direction: column;
}

.feature-item .feature-icon {
    border-radius: 12px 12px 0 0;
}

.feature-item .feature-content {
    border-radius: 0 0 12px 12px;
}

.item-starts {
    width: 80px;
    height: 80px;
}



