.address{height:calc(100vh - 121px);justify-content:center;background-color:#dbdbdb}.address,.address__container{width:100%;display:flex;flex-direction:column;align-items:center}.address__container{max-width:1280px}.address__title{text-align:center;font-size:26px;margin:10px}.address__location{font-size:18px;font-weight:600;margin-bottom:10px}.address__map{width:90%;border:1px solid #e61414;box-sizing:border-box;height:65vh;border-radius:20px}@media screen and (max-width:600px){.address__title{font-size:22px}}@media screen and (max-width:480px){.address__title{font-size:20px}.address__map{height:max(calc(100vh - 280px),150px)}}