body{
    font-family: 'Poppins', sans-serif;
    color:#1a1b1f;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0.6px;
}
.container{
    max-width: 1100px;
}

a{text-decoration: none;}


.hero{
    background:#EFE7F4;
}

.separatorhero{
    border:0.5px solid #5340B6;
    opacity:0.08;
}

.herofaq{
    max-width:100%;
}

.judulhalaman {
    font-weight: 600;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -2px;
    color: #1F1652;
    margin-top: 50px;
}

.separatortext{
    text-align: center;
    margin:10px 0px 20px;
}

.deskripsihalaman {
    margin-top: 20px;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.3px;
    color: #1F1652;
    opacity: 0.6;
}

a.tombolpertanyaan{
    margin:28px 0px 60px;
    display:inline-block;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.3px;
    color: #FFFFFF;
    background:#1F1652;
    padding:14px 28px;
}

a.tombolpertanyaan:hover{
    color:#ffffff;
}

.boxfeaturedquestion{
    border-bottom:1px solid rgba(83, 64, 182, 0.1);
    padding-bottom:40px;
    margin-bottom:40px;
}



.marginbanner{
    height:70px;
}

.marginbottom{
    height:70px;
}

.pertanyaan{
font-weight: 500;
font-size: 18px;
line-height: 28px;
letter-spacing: 0.3px;
color: #1F1652;
}

.boxpertanyaan{
    border-bottom:1px solid rgba(83, 64, 182, 0.1);
    padding-bottom:28px;
    margin-bottom:28px;
    cursor: pointer;
}

.featuredquestion{
font-weight: 600;
font-size: 24px;
line-height: 34px;
letter-spacing: -0.3px;
color: #1F1652;
margin-bottom:20px;
}

.featuredanswer{
font-weight: 300;
font-size: 16px;
line-height: 26px;
letter-spacing: 0.3px;
color: #1F1652;
}

.jawaban{
margin-top:20px;
font-weight: 300;
font-size: 16px;
line-height: 26px;
letter-spacing: 0.3px;
color: #1F1652;
display: none;
}


.jawaban ul{
    margin:0px;
    padding:18px 18px;
}

.jawaban ul li{
    margin:0px;
    padding:20px 0px 0px 5px;
}

.arrowimage{
    text-align: right;
}

.noborder{
    border:0px;
    padding-bottom:0px;
    margin-bottom:0px;
}

.rightsection{
    border-left:1px solid rgba(83, 64, 182, 0.1);
    padding-left:70px;
    margin-left:50px;
}

@media only screen and (max-width: 1280px) {
    .container{
       padding:0px 40px;
    }
    .judulhalaman{
        font-size: 45px;
        line-height: 55px;
        margin-top:30px;
    }
    .herofaq{
        width:100%;
    }
}

@media only screen and (max-width: 992px) {
    .rightsection{
        border-left:0px;
        padding-left:0px;
        margin-left:0px;
    }
    .container{
       padding:0px 40px;
    }
    a.tombolpertanyaan{display: block;text-align: center;margin-bottom:40px;}

    .herofaq{
       display: none;
    }
}

@media only screen and (max-width: 768px) {
    .container{
       padding:0px 20px;
    }
}





