.glo-gallery{
display:flex;
gap:60px;
align-items:flex-start;
}

.glo-left{
width:240px;
}

.glo-tabs{
display:flex;
flex-direction:column;
gap:20px;
}

.glo-tab{
cursor:pointer;
font-size:18px;
display:flex;
gap:12px;
color:#777;
}

.glo-tab span{
color:#999;
font-size:14px;
}

.glo-tab.active{
color:#fff;
}

.glo-right{
flex:1;
}

.glo-tab-content{
display:none;
}

.glo-tab-content.active{
display:block;
}

.glo-swiper{
width:100%;
height:450px;
}

.swiper-slide img{
width:100%;
height:450px;
object-fit:cover;
border-radius:12px;
}