.address{margin-top:var(--f-base-space-30)}
.address h5{font:var(--f-brand-type-title-4);margin:var(--f-base-space-2) 0}
.address h6{padding:var(--f-base-space-6) 0;margin:0;border-top:1px solid #f5f5f5}
.address .location-address{border-top:1px solid #f5f5f5}
.address p{margin:var(--f-base-space-4) 0}
.address h6{position:relative}
.address .location-title::after{position:absolute;content:"\e9ce1";right:12px;font-size:24px;font-family:"icomoon";width:24px;height:24px;top:24px;transition:transform .4s;transform-origin:center}
.address .active.location-title{color:var(--qe-brand-color-gold)}
.address .active.location-title::after{transform:rotate(180deg);transition:transform .4s;color:var(--qe-brand-color-gold)}
@media(min-width:768px){.address .location-map{padding:0 0 0 var(--f-base-space-6);position:relative;height:522px}
}