.social-map{width:60%;height:max-content;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:3rem;padding:2.5rem;text-align:center;margin:auto}@media screen and (max-width:1315px){.social-map{width:100%;padding:2.5rem 0;gap:4rem}}.social-map .social-media{text-align:center;width:100%;display:flex;justify-content:space-between;align-items:center;height:20%}@media screen and (max-width:1315px){.social-map .social-media{flex-direction:column;gap:20px}}.social-map .social-media a{font-size:2.5rem}.social-map .social-media p{font-size:20px;font-weight:600;color:#000}.social-map .mapContainer{width:100%;height:100%;background:red;border-radius:8px;overflow:hidden}.social-map .mapContainer .map{width:100%;height:300px;margin:0 auto;border-radius:8px;overflow:hidden}