.container-bristol-destino-location {
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
    padding: 120px 64px 0;
    box-sizing: border-box;
}

.container-bristol-destino-location .inner {
    display: flex;
    gap: 48px;
    align-items: center;
}

/* Left Column */
.container-bristol-destino-location .col-info {
    width: 403px;
    min-width: 403px;
    display: flex;
    flex-direction: column;
}

.container-bristol-destino-location .title  {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin: 0 0 24px 0;
    color: #5A4F4C;

    font-size: 41px;

    line-height: 46.323px;
}

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

.container-bristol-destino-location .text {
    color: #5A4F4C;
    margin-bottom: 40px;
}

.container-bristol-destino-location .button .btn {
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    height: 56px;
    background-color: #9e5520;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.container-bristol-destino-location .button .btn:hover {
    background-color: #735835;
}

/* Right Column Gallery */
.container-bristol-destino-location .col-gallery {
    flex: 1;
    display: flex;
    gap: 12px;
    height: 580px;
}

.container-bristol-destino-location .gallery-main {
    flex: 1;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.container-bristol-destino-location .gallery-side {
    width: 264px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
}

.container-bristol-destino-location .gallery-item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.container-bristol-destino-location .gallery-side .gallery-item {
    height: calc(50% - 6px);
}

.container-bristol-destino-location .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 1200px) {
    .container-bristol-destino-location {
        padding: 60px 40px;
    }
    .container-bristol-destino-location .inner {
        flex-direction: column;
        gap: 40px;
        align-items: flex-start;
    }
    .container-bristol-destino-location .col-info {
        width: 100%;
        min-width: 100%;
    }
    .container-bristol-destino-location .col-gallery {
        width: 100%;
        height: auto;
    }
    .container-bristol-destino-location .gallery-main {
        height: 400px;
    }
    .container-bristol-destino-location .gallery-side {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .container-bristol-destino-location {
        padding: 40px 20px;
    }
    .container-bristol-destino-location .title  {
        font-size: 28px;
        line-height: 1;
    }
    .container-bristol-destino-location .col-gallery {
        flex-direction: column;
        height: auto;
    }
    .container-bristol-destino-location .gallery-main {
        height: 300px;
    }
    .container-bristol-destino-location .gallery-side {
        width: 100%;
        height: auto;
        flex-direction: row;
    }
    .container-bristol-destino-location .gallery-side .gallery-item {
        height: 200px;
    }
}
