@media(min-width:1024px){
    .layout-layanan{
        padding: 0px;
        gap: 20px;
        flex: none;
        order: 1;
        flex-grow: 1;
        flex-wrap:wrap;
        align-items: stretch;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .layanan-card{
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 0px;
        gap: 16px;
        width: 100%;
        height: 184px;
        min-height: 184px;
        max-height: 250px;
        background: #FFFFFF;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 4px rgba(0, 0, 0, 0.08);
        border-radius: 8px;
        flex: none;
        order: 0;
        flex-grow: 1;
    }
    .layanan-content{
        /* Content */

        /* Auto layout */
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 16px;
        gap: 16px;

        /* Inside auto layout */
        flex: none;
        order: 0;
        align-self: stretch;
        flex-grow: 1;

    }
    .layanan-img {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 4px;
        gap: 10px;
        width: 72px;
        height: 72px;
        background: #DEDEDE;
        border-radius: 999px;
        flex: none;
        order: 0;
        flex-grow: 0;
    }
    .layanan-img img {
        width: 64px;
        height: 64px;
        border-radius: 999px;
        flex: none;
        order: 0;
        flex-grow: 0;
    }
    .action-layanan {
        /* Action */

        /* Auto layout */
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 12px 16px;
        gap: 16px;

        height: 48px;

        /* Color/Primary */
        background: #055A9E;

        /* Inside auto layout */
        flex: none;
        order: 1;
        align-self: stretch;
        flex-grow: 0;
        border-radius: 0px 0px 10px 10px;


    }
    .action-layanan span {
        /* Program */

        width: 200px;
        height: 16px;

        /* Plus Jakarta Sans/Misc/Button - Small */

        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: 15px;
        /* identical to box height, or 126% */
        display: flex;
        align-items: center;
        letter-spacing: 0.15em;
        text-transform: uppercase;

        /* Color/White */
        color: #FFFFFF;


        /* Inside auto layout */
        flex: none;
        order: 0;
        flex-grow: 1;

    }
    .text-layanan{
        /* Text Content */

        /* Auto layout */
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        gap: 8px;
        flex-wrap: wrap;
        width:70%;


        /* Inside auto layout */
        flex: none;
        order: 1;
        align-self: stretch;

    }
    .text-layanan span:first-child{
        /* Kampus Merdeka */


        /* Plus Jakarta Sans/Body/Body 1 - Bold */

        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 25px;
        /* identical to box height, or 126% */
        letter-spacing: 0.005em;

        /* Color/Black */
        color: #000000;


        /* Inside auto layout */
        flex: none;
        order: 0;
        align-self: stretch;
        flex-grow: 0;

    }
    .layanan-mobile{
        display:none;

    }

}

@media(max-width:1024px){
    .layanan-mobile{
        margin:14px;
        font-size: 14px;
    }
    .layanan-desktop{
        display:none;

    }
    .layout-layanan{
        display: flex;
        flex-direction: row;
        padding: 0px;
        gap: 20px;
        flex: none;
        order: 1;
        flex-grow: 1;
        flex-wrap:wrap;
        align-items: stretch;
    }
    .layanan-card{
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 0px;
        width: 40%;
        height:auto;
        background: #FFFFFF;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 4px rgba(0, 0, 0, 0.08);
        border-radius: 8px;
        flex: none;
        order: 0;
        flex-grow: 1;
    }
    .layanan-content{
        /* Content */

        /* Auto layout */
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 8px;
        gap: 8px;

        /* Inside auto layout */
        flex: none;
        order: 0;
        align-self: stretch;
        flex-grow: 1;

    }
    .layanan-img {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 4px;
        gap: 10px;
        width: 40px;
        height: 40px;
        background: #DEDEDE;
        border-radius: 999px;
        flex: none;
        order: 0;
        flex-grow: 0;
    }
    .layanan-img img {
        width: 30px;
        height: 30px;
        border-radius: 999px;
        flex: none;
        order: 0;
        flex-grow: 0;
    }
    .action-layanan {
        /* Action */

        /* Auto layout */
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 12px 16px;
        gap: 16px;

        height: 48px;
        width:100%;
        flex-wrap:wrap;

        /* Color/Primary */
        background: #055A9E;

        /* Inside auto layout */
        flex: none;
        order: 1;
        align-self: stretch;
        flex-grow: 0;
        border-radius: 0px 0px 10px 10px;


    }
    .action-layanan span {
        /* Program */

        height: 16px;

        /* Plus Jakarta Sans/Misc/Button - Small */

        font-style: normal;
        font-weight: 700;
        font-size: 10px;
        line-height: 15px;
        /* identical to box height, or 126% */
        display: flex;
        align-items: center;
        letter-spacing: 0.05em;
        text-transform: uppercase;

        /* Color/White */
        color: #FFFFFF;


        /* Inside auto layout */
        flex: none;
        order: 0;
        flex-grow: 1;

    }
    .text-layanan{
        /* Text Content */

        /* Auto layout */
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        gap: 8px;
        flex-wrap: wrap;
        width:70%;


        /* Inside auto layout */
        flex: none;
        order: 1;
        align-self: stretch;

    }
    .text-layanan span:first-child{
        /* Kampus Merdeka */
        /* Plus Jakarta Sans/Body/Body 1 - Bold */

        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
        /* identical to box height, or 126% */
        letter-spacing: 0.005em;

        /* Color/Black */
        color: #000000;


        /* Inside auto layout */
        flex: none;
        order: 0;
        align-self: stretch;
        flex-grow: 0;

    }
    .text-layanan span{

        font-style: normal;
        font-weight: 200;
        font-size: 14px;
        line-height: 17px;
        /* identical to box height, or 126% */
        letter-spacing: 0.005em;

        /* Color/Black */
        color: #000000;


        /* Inside auto layout */
        flex: none;
        order: 0;
        align-self: stretch;
        flex-grow: 0;
    }

}

