.hero-section {
    height: 100vh;
    width: 100vw;
    background-image: url("/images/bg-hero-welcome2-new.png");
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    overflow-y: hidden;
}


.hero-section h1 {
    color: #ffffff;
    font-size: 52px;
    text-align: center;
    line-height: 76px;
}

.box {
    margin: 20px;
    height: 600px;
    border-radius: 30px;
    margin-top: -300px;
    background-image: url("/images/bg-box-bpjs.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.content {
    margin-top: 100px;
    padding: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.content h1 {
    color: #F1842F;
    font-size: 40px;
    text-align: center;
}

.content-grid {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 50px;
    margin-top: 100px;
    height: 800px;
}

.left-grid {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.left-grid img {
    height: 100%;
    width: 100%;
}

.right-grid {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
}

.list {
    padding: 40px 0px;
    border-bottom: 1px solid #CED0D1;
    display: flex;
    align-items: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.list:nth-child(1) {
    border-top: 1px solid #CED0D1;
}

.list h1 {
    font-size: 28px;
    color: #000000;
    text-align: left;
}

.list p {
    font-size: 20px;
    color: #000000;
    width: 60%;
}

.right-grid button {
    background-color: #F1842F;
    padding: 15px 40px;
    border: none;
    font-size: 16px;
    border-radius: 30px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 20px;
    cursor: pointer;
}