p {
    font-size: 12pt;
    text-align: justify;
    color: #404040;
    font-family: 'Metropolis Medium';
}

a:hover {
    color: #F15E22;
    text-decoration: none;
}

.pengantar-container {
    max-width: 650px;
}

.img-profile {
    max-width: 190px;
}

.title-text {
    color: #404040;
    font-family: 'Metropolis Extra Bold';
}

@media (max-width: 500px) {
    .img-profile {
        max-width: 220px;
    }
}