/**
 * @file
 * Contact Map styles
 * Use in templates\paragraph\paragraph--contact-map.html.twig
 */

.contact-map__texts {
  margin-bottom: 1.5rem;
}
.contact-map__map iframe {
  width: 100%;
}
@media screen and (min-width: 485px) {
  .contact-map__texts {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 0.9125rem));
    gap: 1.875rem;
    align-items: center;
    justify-items: center;
  }
}
