.container-bristol-page-events-about {
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
    padding: 80px 64px;
    box-sizing: border-box;
}

.container-bristol-page-events-about .about-inner {
    display: flex;
    gap: 144px;
    align-items: center;
    justify-content: space-between;
}

.container-bristol-page-events-about .visual {
    flex: 1;
    max-width: 526px;
    height: 560px;
    border-radius: 4px;
    overflow: hidden;
}

.container-bristol-page-events-about .visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Content Column */
.container-bristol-page-events-about .content {
    flex: 1;
    max-width: 626px;
}

.container-bristol-page-events-about .title  {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.1;
    margin: 0 0 24px 0;
    color: #5A4F4C;
}

.container-bristol-page-events-about .bar {
    width: 40px;
    height: 2px;
    background-color: #c2a175;
    margin-bottom: 32px;
}

.container-bristol-page-events-about .description {
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 32px;
    color: #5A4F4C;
}

.container-bristol-page-events-about .features-label {
    font-weight: 700;
    margin-bottom: 16px;
    color: #5A4F4C;

}

.container-bristol-page-events-about .features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #5A4F4C;

}

.container-bristol-page-events-about .features-list li {
line-height: 1.8;
position: relative;
    padding-left: 16px;
}

.container-bristol-page-events-about .features-list li::before {
    content: '·';
    position: absolute;
    left: 0;
    font-weight: 700;
}

@media (max-width: 1200px) {
    .container-bristol-page-events-about {
        padding: 60px 40px;
    }
    .container-bristol-page-events-about .about-inner {
        gap: 20px;
    }
}

@media (max-width: 1024px) {
    .container-bristol-page-events-about .about-inner {
        flex-direction: column;
    }
    .container-bristol-page-events-about .visual {
        max-width: 100%;
        height: 400px;
    }
    .container-bristol-page-events-about .content {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .container-bristol-page-events-about {
        padding: 24px 20px 40px;
    }
    .container-bristol-page-events-about .title  {
        font-size: 28px;
    }
}
