.tentang-section{
    padding: 80px 0 100px 0;
}

.tentang-section .title{
    font-weight: bold;
    font-size: 48px;
    color: var(--primaryNeutral900);
    margin-bottom: 64px;
}


.tentang-section .desc{
    width: 50%;
    font-weight: 500;
}

.tentang-section .desc p{
    font-size: 18px;
    color: var(--primaryNeutral900);
    margin-bottom: 24px;
}

.tentang-section .foot{
    font-size: 18px;
    color: var(--primaryNeutral900);
    font-weight: bold;
}

@media (max-width: 768px) {
    .tentang-section{
        padding: 40px 0 60px 0;
    }

    .tentang-section .desc{
        width: 80%;
        font-weight: 500;
    }

    .tentang-section .title{
        font-size: 32px;
        margin-bottom: 52px;
    }
}

@media (max-width: 576px) {
    .tentang-section{
        padding: 20px 0 20px 0;
    }

    .tentang-section .desc{
        width: 90%;
        font-weight: 500;
    }

    .tentang-section .title{
        font-size: 28px;
        margin-bottom: 32px;
    }
}