#bisnis {
    width: 100%;
    /* background-color: red; */
    padding: 1em 0;
    display: flex;
    height: 650px;
    justify-content: center;
    align-items: center;
}

#bisnis .container {
    width: 95%;
    /* background-color: black; */
    display: flex;
    justify-content: center;
    align-items: center;

}

#bisnis .left {
    width: 50%;
    /* background-color: green; */
    display: flex;
    justify-content: center;
    align-items: center;
}

#bisnis .right {
    width: 50%;
    padding: 0 1em;
    /* background-color: blue; */
    display: flex;
    flex-direction: column;
    justify-content: start;
}

#bisnis .right p {
    color: #f7931e;
}


#bisnis .right>p:nth-child(2) {
    /* color: #f7931e ; */
    font-size: 40px;
    margin: 0;
    color: black;
}

#bisnis .right .trobosan {
    display: flex;
    flex-direction: column;
    margin-top: 1em;
}

bullet {
    display: block;
    background-color: #FEEBD2;
    width: 40px;
    color: #f7931e;
    font-size: 20px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.trobosan .item {
    color: black !important;
    gap: 0.5em;
    display: flex;
    line-height: 1.4;
    flex-direction: column;
}


/* bisnis 2 */

#bisnis2 {
    width: 100%;
    background-color: black;
    padding: 3em 0;
    display: flex;
    /* height: 300px; */
    justify-content: center;
    align-items: center;
    border-radius: 40px;
}


#bisnis2 .container {
    width: 95%;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;

}

#bisnis2 .left {
    width: 30%;
    /* background-color: green; */
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#bisnis2 .right {
    width: 70%;
    padding-left: 3em;
    /* background-color: blue; */
    display: flex;
    flex-direction: column;
    justify-content: start;
}



#bisnis2 .right p:nth-child(1) {
    color: #f7931e;
    font-size: 20px;
    margin: 0;
}


#bisnis2 .right p:nth-child(2) {
    color: white;
    font-size: 69px;
    margin: 0;
}


#bisnis2 .right button {

    width: 200px;
    /* flex: none; */
    height: 50px;
    font-size: 20px;
    /* margin-top: -50px; */
    color: white;
    border: none;
    border-radius: 100px;
    background-color: #F99D1E;
}