/*blog*/
#blog-title{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 80px;
    letter-spacing: -0.011em;
    color: #FFFFFF;
}



#blog-button-lihat-semua-1 {

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;


    max-width: 45vh;
   max-height: 8.5vh;

    background: #FFCF25;
    border-radius: 6px;

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height:24px;
    letter-spacing: -0.011em;
    color: #00416C;
    transition: 0.5s;
    margin-top: -100px;
    margin-left: -750px;

}

#blog-button-lihat-semua-1:hover{
    transition: 0.5s;
    transform: scale(1.1);

}

.blog-font-style-lihat-semua{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: -0.021em;
    color: #0071BD;
}

@media (max-width: 480px) {
    #blog-background{
        width: 375px;
        height: 284px;
        margin-top:-3vh;
    }

    #blog-button-lihat-semua-1 {

        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;


        max-width: 220px;
        max-height: 50px;

        background: #FFCF25;
        border-radius: 6px;

        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height:16px;
        letter-spacing: -0.011em;
        color: #00416C;
        transition: 0.5s;
        margin-top: -20vw;
        margin-left: -45vw;

    }

    #blog-banner-web{
        background: url('../template/image/blog-website.png') center center;
        background-repeat: no-repeat;
        background-size: cover;
        display: none !important;
    }

    #blog-banner-mob{
        background: url('../template/image/blog-mobile.svg') center center;
        background-repeat: no-repeat;
        background-size: cover;
        display: block !important;

    }

    #blog-title{
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.017em;
        color: #FFFFFF;
    }

    #blog-title-group{
        margin-top: 0;
    }

    .blog-font-style-lihat-semua{
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.006em;
        color: #0071BD;

    }

}

@media (min-width: 481px) and (max-width: 767px){
    #blog-title{
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 25px;
        line-height: 28px;
        letter-spacing: -0.017em;
        color: #FFFFFF;
    }

    #blog-button-lihat-semua-1 {

        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;


        max-width: 45vh;
        max-height: 8.5vh;

        background: #FFCF25;
        border-radius: 6px;

        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 3vh;
        line-height:4.5vh;
        letter-spacing: -0.011em;
        color: #00416C;
        transition: 0.5s;
        margin-top: -15vh;
        margin-left: -45vw;

    }

}


@media (min-width: 768px) and (max-width: 1224px){
    #blog-title{
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 28px;
        letter-spacing: -0.017em;
        color: #FFFFFF;
    }

    #blog-button-lihat-semua-1 {

        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;


        max-width: 45vh;
        max-height: 8.5vh;

        background:#FFCF25;
        border-radius: 6px;

        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 3vh;
        line-height:4.5vh;
        letter-spacing: -0.011em;
        color: #00416C;
        transition: 0.5s;
        margin-top: -15vh;
        margin-left: -45vw;

    }


    #blog-title-group{
        margin-top: 20%;
    }
}

@media (min-width: 1224px) and (max-width: 1480px){
    #blog-title{
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 28px;
        letter-spacing: -0.017em;
        color: #FFFFFF;
    }

    #blog-button-lihat-semua-1 {

        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;


        max-width: 45vh;
        max-height: 8.5vh;

        background:#FFCF25;
        border-radius: 6px;

        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height:24px;
        letter-spacing: -0.011em;
        color: #00416C;
        transition: 0.5s;
        margin-top: -15vh;
        left: 50%;
        margin-left: -45vw;


    }

    #blog-title-group{
        margin-top: 20%;
    }
}

@media (min-width: 1225px){

    #blog-title-group{
        margin-top: 20%;
    }


}




/*blog*/
