.about-img {
    min-height: 400px;
}

.logo-overlay {
    width: 140px;
    height: 140px;
    top: 20px;
    left: 20px;
    border: 4px solid #fff;
}

.object-fit-cover {
    object-fit: cover;
}

.timeline {
    border-left: 3px solid #0d6efd;
    margin-left: 20px;
    padding-left: 25px;
}
.timeline-item {
    margin-bottom: 30px;
    position: relative;
}
.timeline-item::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #0d6efd;
    border-radius: 50%;
    left: -32px;
    top: 3px;
}
.timeline-item h4 {
    font-weight: 600;
}