:root {
    --hijau: #539165;
    --kuning: #f7c04a;
    --ungu: #3f497f;
    --cream: #f8f5e4;

    --gold: #ffd700;
}
#about {
    padding: 0;
    margin: 0;
    justify-content: center;
}

#about .ct-pg-tentang {
    width: 100%;
}
#about .ct-pg-tentang .title h1 {
    font-weight: 600;
    font-size: 50px;
    color: var(--gold);
    padding-top: 50px;
    text-shadow: 0 5px 4px black;
}
#about .ct-pg-tentang .description {
    display: flex;
    padding: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
#about .ct-pg-tentang .description span {
    max-width: 50%;
}
#about .ct-pg-tentang .description span ul {
    font-size: 14px;
}
#about .ct-pg-tentang .description img {
    width: 300px;
    height: 270px;
    border-radius: 20px;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.8);
    border: 2px solid black;
}

#about .ct-pg-tentang .visi-misi {
    padding: 20px;
    display: flex;
    flex-direction: column;
}
#about .ct-pg-tentang .visi-misi h2 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}
#about .ct-pg-tentang .visi-misi .vm-description {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
}
#about .ct-pg-tentang .visi-misi .vm-description .visi,
#about .ct-pg-tentang .visi-misi .vm-description .misi {
    width: 100%;
    padding: 20px 10px;
    text-align: center;
    border-radius: 10px;
    border: 2px solid var(--kuning);
    height: 350px;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.8);
}

#about .ct-pg-tentang .visi-misi .vm-description .visi ul,
#about .ct-pg-tentang .visi-misi .vm-description .misi ul {
    text-align: start;
}

.dewan {
    width: 100%;
    padding: 30px 20px;
}

.dewan > h2 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}

.dewan .list-dewan {
    text-align: center;
    justify-content: center;
    border: 2px solid var(--kuning);
    border-radius: 5px;
    padding: 20px 20px;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.8);
}
.dewan .list-dewan > p {
    font-size: 20px;
    font-weight: 600;
    text-shadow: 0 0px 1px black;
    padding-bottom: 10px;
}
.dewan .list-dewan > span {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 30px;
    font-size: 18px;
    font-weight: 600;
    text-shadow: 0 0px 1px black;
}

.ct-certificate {
    width: 100%;
    background-color: whitesmoke;
    flex-wrap: wrap;
    display: flex;
    padding: 20px;
    align-items: baseline;
    justify-content: space-evenly;
}
.ct-certificate .certificate .iata {
    max-width: 600px;
    max-height: 300px;
    object-fit: fill;
}
.ct-certificate .certificate img {
    max-width: 500px;
    max-height: 800px;
    object-fit: fill;
    border: 1px solid black;
}
.ct-certificate .certificate {
    text-transform: capitalize;
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.ct-certificate .certificate h5 {
    font-weight: 600;
    padding: 10px;
}
.ct-certificate .certificate img {
    width: 400px;
    height: 580px;
    box-shadow: 0 6px 8px rgba(174, 190, 205, 0.4);
}
/* Media Query  */

@media screen and (max-width: 480px) {
    #about .ct-pg-tentang .description span {
        max-width: 100%;
    }
    #about .ct-pg-tentang .visi-misi .vm-description {
        display: flex;
        flex-direction: column;
        max-width: 100%;
    }
    #about .ct-pg-tentang .visi-misi .vm-description .visi,
    #about .ct-pg-tentang .visi-misi .vm-description .misi {
        width: 100%;
        max-height: 100%;
        font-size: 12px;
    }

    .dewan {
        max-width: 100%;
    }
    .list-dewan > span {
        flex-direction: column;
    }
    .ct-certificate .certificate .iata {
        max-width: 100%;
        border: 1px solid black;
    }

    .ct-certificate .certificate img {
        max-width: 100%;
        border: 1px solid black;
    }
    .ct-certificate .certificate {
        flex-direction: column;
    }
    .ct-certificate {
        flex-wrap: wrap;
        max-height: 100%;
        max-width: 100%;
    }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
    #about .ct-pg-tentang .description span {
        max-width: 100%;
    }
    #about .ct-pg-tentang .visi-misi .vm-description {
        display: flex;
        flex-direction: column;
        max-width: 100%;
    }
    #about .ct-pg-tentang .visi-misi .vm-description .visi,
    #about .ct-pg-tentang .visi-misi .vm-description .misi {
        width: 100%;
        max-height: 100%;
        font-size: 12px;
    }
    .ct-certificate {
        flex-wrap: wrap;
        max-height: 100%;
        max-width: 100%;
    }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    #about .ct-pg-tentang .description span {
        max-width: 100%;
    }
    #about .ct-pg-tentang .visi-misi .vm-description {
        display: flex;
        flex-direction: column;
        max-width: 100%;
    }
    #about .ct-pg-tentang .visi-misi .vm-description .visi,
    #about .ct-pg-tentang .visi-misi .vm-description .misi {
        width: 100%;
        max-height: 100%;
        font-size: 12px;
    }
    .ct-certificate {
        flex-wrap: wrap;
        max-height: 100%;
        max-width: 100%;
    }
}
