.about-page {
    padding: 20px 0;
}

.about-header {
    color: #7B3F94;
    font-size: 36px;
    font-weight: 500;
    margin-left: 4px;
}

.about-section > div.about-section-col {
    padding: 0 20px;
    margin-bottom: 10px;
}

.about-section-title {
    color: #7B3F94;
    font-size: 24px;
}

.about-section-text {
    color: #333;
    font: normal 14px "Lato", sans-serif;
    line-height: 1.3;
}

.about-section-image img {
    width: calc(100% - 10px);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    object-fit: cover;
}