.lampiran-layout{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 12px;
    width: 100%;
    height: auto;
    flex: none;
    order: 5;
    align-self: stretch;
    flex-grow: 0;
    padding-bottom: 18px;
}
.lampiran-judul {

    font-style: normal;
    font-weight: 700;
    font-size:20px;
    line-height: 24px;
    letter-spacing: 0.0015em;
    color: #000000;
    flex: none;
    order: 0;
    flex-grow: 0;
}
.lampiran-text {

    font-style: normal;
    font-weight: 400;
    font-size:16px;
    line-height: 20px;
    text-align: justify;
    letter-spacing: 0.005em;
    color: #131313;
    flex: none;
    order: 1;
    flex-grow: 0;

}
.lampiran-button {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 12px;
    gap: 8px;
    width: 301px;
    height: 50px;
    background: #055A9E;
    border: 1px solid #055A9E;
    border-radius: 8px;
    flex: none;
    order: 2;
    flex-grow: 0;
    text-decoration: none;
    font-weight:700;
    font-size:16px;
    line-height: 20px;

}
@media(max-width:1024px){
    .lampiran-judul{

        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.005em;
        color: #000000;
        flex: none;
        order: 0;
        flex-grow: 0;

    }
    .lampiran-text {

        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        text-align: justify;
        letter-spacing: 0.005em;
        color: #131313;
        flex: none;
        order: 1;
        flex-grow: 0;

    }
    .lampiran-button{
        width:100%;
        height:40px;
        font-size:12px;
        line-height: 16px;
        font-weight:700;
    }
}