section.location-module{overflow:hidden;position:relative;z-index:1}section.location-module .container{align-items:stretch;display:flex;gap:30px;justify-content:space-between;max-width:1049px}section.location-module .wrapper-map{flex-shrink:2;max-height:270px;max-width:450px;overflow:hidden;width:100%}section.location-module .wrapper-map .wrapper-img{border-radius:10px;display:flex;overflow:hidden}section.location-module .wrapper-map .wrapper-img img{border-radius:10px;object-fit:cover;object-position:center;width:100%}section.location-module .wrapper-card{background-color:#ffd75d;border-radius:10px;display:flex;flex-direction:column;flex-shrink:0;justify-content:center;max-width:450px;padding:30px;position:relative;width:100%}section.location-module .wrapper-card .svg{position:absolute;right:-60px;top:-50px}@media screen and (max-width:1180px){section.location-module .wrapper-card .svg{right:-30px}}@media screen and (max-width:969px){section.location-module .wrapper-card{align-items:center;flex-direction:row-reverse;gap:10px;justify-content:space-between;padding:20px;width:50%}section.location-module .wrapper-card .svg{height:70px;position:relative;right:0;top:0;width:20%}}@media screen and (max-width:768px){section.location-module .container{flex-direction:column-reverse}section.location-module .wrapper-card{width:100%}}