@media only screen and (max-width: 768px) {

    /* For mobile phones: */
    .navbar-brand span {
        display: none;
    }
}

.timeline-container .vertical-scrollable-timeline li p {
    color: white;
    line-height: 40px;
}

.accordion-collapse.collapse.show div.accordion-body img {
    width: 70%;
    height: 70%;
}

.special-img img {
    width: 70%;
    height: 70%;
}

.sp-img {
    height: 100%;
}