.hlg-offices{flex-direction:column;gap:40px;display:flex}.hlg-offices .hlg-offices-title{text-transform:uppercase;color:var(--global-color-primary);width:fit-content;margin:auto;padding:10px;font-size:24px;font-weight:700;position:relative}.hlg-offices .hlg-offices-title:after{content:"";background-color:var(--global-color-primary);width:40%;height:6px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.hlg-offices .hlg-office{background-color:#fafafa;justify-content:space-between;gap:40px;display:flex}.hlg-offices .hlg-office .office-img{aspect-ratio:1;width:40%;display:inline-flex}.hlg-offices .hlg-office .office-img img{aspect-ratio:1;object-fit:cover;object-position:center}.hlg-offices .hlg-office .office-details{width:60%;padding:40px}.hlg-offices .hlg-office .office-details .office-name{text-transform:uppercase;color:var(--global-color-primary);margin-bottom:40px;font-size:30px;font-weight:700}.hlg-offices .hlg-office .office-details .office-info-wrapper{flex-direction:column;gap:10px;display:flex}.hlg-offices .hlg-office .office-details .office-info-wrapper .office-info{gap:8px;display:flex}.hlg-offices .hlg-office .office-details .office-info-wrapper .office-info span{transition:color .3s}.hlg-offices .hlg-office .office-details .office-info-wrapper .office-info svg{min-width:24px;transition:fill .3s,scale .3s}.hlg-offices .hlg-office .office-details .office-info-wrapper .office-info:hover{color:var(--global-color-primary)}.hlg-offices .hlg-office .office-details .office-info-wrapper .office-info:hover svg{fill:var(--global-color-primary);scale:1.2}@media (width<=1000px){.hlg-offices .hlg-office{flex-direction:column;gap:0}.hlg-offices .hlg-office .office-img{width:100%}.hlg-offices .hlg-office .office-details{width:100%;padding:20px}.hlg-offices .hlg-office .office-details .office-name{text-align:center}}
