.location-module{display:flex;flex-wrap:wrap;justify-content:space-between;padding:20px}.location-module .location-item{box-sizing:border-box;flex:0 0 32%;margin-bottom:20px;overflow:hidden;position:relative}.location-module .location-item a{text-decoration:none}.location-module .logo-container{align-items:center;background-color:#fff;box-shadow:0 0 5px rgba(0,0,0,.1);display:flex;height:50px;justify-content:center;left:10px;padding:5px;position:absolute;top:10px;width:50px}.location-module .logo-container img{max-height:100%;max-width:100%;object-fit:contain}.location-module .location-item .location-image{height:250px;object-fit:cover;width:100%}.location-module .location-title{bottom:0;color:#fff;font-size:14pt;padding:10px;position:absolute;text-align:center;width:100%}.location-module .location-item:nth-child(odd) .location-title{background-color:#00214f}.location-module .location-item:nth-child(2n) .location-title{background-color:#db120a}@media (max-width:1024px){.location-module{justify-content:center}.location-module .location-item{flex:0 0 100%}.location-module .location-item img{height:auto}.location-module .location-title{font-size:12pt}}