.title-bar {
    width: 10px;
    height: 35px;
    background-color: var(--accent-gold);
    display: inline-block;
}
.about-title {
        font-family: 'Montserrat', sans-serif;
        font-size: clamp(22px, 4vw, 26px);
        font-weight: 700;
        color: rgb(17, 34, 80);
}
.about-image img {
    margin-top: 20px;
    max-height: 420px;
    object-fit: cover;
    width: 100%;
}

.about-description {
font-family: 'Montserrat', sans-serif;
    font-size: clamp(14px, 4vw, 16px);
        line-height: 1.8;
        color: black;
}

