*{
    box-sizing: border-box;
    padding: 0;
    margin-right: 0;
    font-family: Arial, Helvetica, sans-serif;
}

html{
    scroll-behavior: smooth;
}
img{
    max-width: 100%;
}

a.list-menu, .footer-link{
    text-decoration: none;
}

section{
    padding: 100px 0;
}
.container{
    max-width: 1100px;
}

.title-text-big{
    font-size: 42px;
    font-weight: 900;
}

.title-text{
    font-size: 32px;
    font-weight: 900;
}

.title-text-small{
    font-size: 24px;
    font-weight: 900;
}

.text-content{
    line-height: 2.1;
    text-align: justify;
    font-size: 18px;
    color: rgb(65, 65, 65);
}

/* icon */
.icon{
    font-size: 22px;
    font-weight: 800;
}

/* navbar */
.navbar-menu{
    background: red;
    margin: auto;
    display: flex;
    justify-content: center;
}

/* hero */

/* prosedur pendirian lembaga */
.prosedur-pendirian-lembaga .text-content{
    max-width: 500px;
    margin: auto;
}

/* periode inkubasi cards */
.periode-inkubasi .cards{
    column-gap: 50px;
    row-gap: 20px;
    flex-wrap: wrap;
}

@media only screen and (max-width: 532px){
    section.periode-inkubasi .cards div.card{
        width: 100%;
    }
}

.periode-inkubasi .jadwal-title{
    line-height: 1;
    margin: 0;
}
.periode-inkubasi .jadwal-date{
    font-weight: 700;
}

/* footer */
section.footer{
    margin: auto;
}
