main>.container {
    padding: 0;
}
.bg-gray {
    background: var(--bs-gray-300);
}
.content {
    margin-top: 5.1rem;
    min-height: calc(100vh - 5.1rem);
}
.img-160 {
    align-items: center;
    min-height: 200px;
    background: 0 0;
}
.bantuan-1 {
    height: 75%;
    margin-top: -1px;
}
.bantuan-2 {
    width: 30px;
    height: 30px;
    border: 1px solid green;
    border-radius: 25%;
}
.bantuan-3 {
    min-height: calc(100vh - 3rem);
}

.bantuan-4{
    display: flex;
    align-items: center;
}
.count {
    right: 0.2rem;
}
.posisi {
    position: absolute;
    top: 13%;
    right: 1%;
    z-index: 1;
}
.note {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transform: rotate(-25deg);
    font-size: 12px;
}
.harga {
    position: absolute;
    bottom: 0;
}
.note2 {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transform: rotate(-25deg);
    font-size: 9px;
}
.text-orange {
    color: #fd7e14;
}
ul {
    margin-bottom: 0 !important;
    padding-left: 1.5rem !important
}

@media(min-width:700px) {
    .content {
        margin-top: 8.6rem;
        min-height: calc(100vh - 8.6rem);
    }
}
@media(max-width:600px) {}
@media(max-width:430px) {}
@media(max-width:414px) {}
@media(max-width:393px) {}
@media(max-width:375px) {}
@media(max-width:360px) {
    .note {
        width: 30px;
        height: 30px;
        font-size: 10px;
    }
}
@media(max-width:320px) {
    .bantuan-1 {
        height: 75%;
    }
    .bantuan-2 {
        width: 30px;
        height: 30px;
    }
}