.card-img-top {
    width: 100px;
    height: 200px;
}

.card-img-proc {
    height: 200px;
}
#protocol {
    margin-bottom: 3px;
}
#text1 {
    text-align: justify;
    text-justify: inter-word;
}

/*Pendaftaran*/
#pendaftaran #contact .whatsapp-btn {
    color: #25d366;
    font-size: 34px;
    margin-right: 5px;
    padding: 10px;
}

#pendaftaran #contact .telp-btn {
    color: black;
    font-size: 34px;
    margin-right: 5px;
    padding: 10px;
}

.whatsapp-btn {
    color: #25d366;
}

.telp-btn {
    color: black;
}
.copyright {
    color: white;
}

/* end pendaftaran */

/*--------------------------------------------------------------
# techs
--------------------------------------------------------------*/
.techs .nav-tabs {
    border: 0;
}

.techs .nav-link {
    border: 0;
    padding: 20px;
    color: #555555;
    border-radius: 0;
    border-left: 5px solid #fff;
    cursor: pointer;
}

.techs .nav-link h4 {
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s;
}

.techs .nav-link p {
    font-size: 14px;
    margin-bottom: 0;
}

.techs .nav-link:hover h4 {
    color: #3fbbc0;
}

.techs.nav-link.active {
    background: #f7fcfc;
    border-color: #3fbbc0;
}

.techs.nav-link.active h4 {
    color: #3fbbc0;
}

.techs .tab-pane.active {
    animation: slide-down 0.5s ease-out;
}

.techs .tab-pane img {
    float: left;
    max-width: 300px;
    padding: 0 15px 15px 0;
}

@media (max-width: 768px) {
    .techs .tab-pane img {
        float: none;
        padding: 0 0 15px 0;
        max-width: 100%;
    }
}

.techs .tab-pane h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #3fbbc0;
}

.techs .tab-pane p {
    color: #777777;
}

.techs .tab-pane p:last-child {
    margin-bottom: 0;
}

@keyframes slide-down {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* footer */
footer {
    background-color: gray;
    color: white;
    margin-right: 5px;
    padding: 10px;
}
/* end footer */
