div.welcome {
    width: 100%;
    height: fit-content;
    padding: 150px;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

div.welcome img{
    width: 408px;
    height: 509px;
}

.right-side{
    padding-left: 20px;
}

div.list{
    display: flex;
    flex-direction: row;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    padding-bottom: 30px;
    list-style-type: none; /* Menghapus tanda bullet default */
}

p.welcome {
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 10px;
    color: rgba(25, 236, 21, 1);
}

.slogan {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 48px;
    padding-bottom: 30px;
    color: rgba(20, 106, 14, 1);
}

.sometext{
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 10px;
}

.left-list{
    padding-right: 20px;
}

div.list img{
    height: 16px;
    width: 16px;
    transform:translateY(3px);
}

div.list div.divli{
    display: flex;
    flex-direction: row;
    
}

.divli li{
    padding-left: 10px;
    padding-bottom: 10px;
}