.hero-word {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    position: relative;
    bottom: 13rem;
}

.title-page {
    margin-top: -3rem;
}

.title-page h5 {
    color: #434343;
    font-size: 40px;
    font-weight: 600;
}

.title-page p {
    color: #434343;
    font-size: 20px;
    font-weight: 400;
    text-align: justify;
    margin-left: .4rem;
}

.btn-gabung {
    background-color: #C9A944;
    font-size: 16px;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-weight: 500;
    padding: 1rem 2rem;
    margin-bottom: 5rem;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}


/* list partner */
.title-partners {
    font-size: 48px !important;
    margin-bottom: 5vh;
    text-align: center;
    color: #434343;
    font-weight: 600;
}

/* Set width to 100% to ensure the table takes the full width of the container */
.partner-table {
    width: 100%;
}

/* Set table cells to have equal width (33.33% each) */
.partner-table td {
    width: 33.33%;
    text-align: right;
}

/* Set images to have a maximum width of 100% and be responsive */
.partner-table img {
    display: block;
    max-width: 50%;
    height: auto;
    margin-bottom: 3rem;
    margin-left: 7rem;
}
