/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
#call-options {
  max-width: 745px;
  background-color: var(--dark-blue);
  color: var(--white);
  padding: 1em; }
  @media (min-width: 768px) {
    #call-options {
      padding: 3em; } }
  #call-options h3.h2 {
    color: #E5B007;
    margin: 0 0 1rem;
    display: block;
    text-align: center; }
  #call-options .call-locations {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem; }
    @media (min-width: 768px) {
      #call-options .call-locations {
        grid-template-columns: repeat(2, 1fr); } }
    #call-options .call-locations .call-location {
      position: relative;
      padding: 1rem;
      background-color: #FFFFFF; }
      #call-options .call-locations .call-location h3 {
        margin: 0; }
      #call-options .call-locations .call-location a {
        transition: color .3s ease-in-out; }
      #call-options .call-locations .call-location:hover a {
        color: #E5B007;
        text-decoration: none;
        text-decoration: none; }

/*# sourceMappingURL=call-options.css.map */
