.bw-container p{
    font-family: var(--brz-paragraphfontfamily);
    font-weight: var(--brz-paragraphfontweight);
    line-height: 1.5;
}
.bw-container .h4{
    font-size: 24px;
    font-family: var(--brz-heading4fontfamily);
    font-weight: bold;
}
.bw-container .h3{
    font-size: 32px;
    font-family: var(--brz-heading3fontfamily);
}



.bw-container .bw-column{
    display: flex;
    gap: 48px;
}
.bw-container .bw-photo{
    flex: 1;
    height: 320px;

}
.bw-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bw-container .bw-content{
    flex: 2;
}
.bw-container .bw-title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1em;
    display: flex;
    gap: 0.5em;
    align-items: center;
}

.bw-container .bw-title span{
    font-size: 16px;
    font-weight: var(--brz-descriptionfontweight);
    border:1px solid rgba(var(--brz-global-color1),1);
    color: rgba(var(--brz-global-color1),1);
    display: block;
    padding: 4px 12px;
    border-radius: 48px;
    font-weight: 700;
    background-color: rgba(0,0,0,0.05);
}
.bw-container .bw-description{
    font-size: 16px;
    font-weight: var(--brz-descriptionfontweight);
}
.bw-itinerary{
    flex-direction: row;
    gap: 48px;
}
.bw-itinerary-item{
    display: block;
    margin-bottom: 3em;
}
