/**
 * 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
 */
.section-contact-us .contact-us {
  padding: 2em 4%;
  background-color: var(--beige);
  display: flex;
  flex-wrap: wrap;
  gap: 1em; }
  @media (max-width: 980px) {
    .section-contact-us .contact-us {
      width: 100%; } }
  @media (min-width: 981px) {
    .section-contact-us .contact-us {
      padding: 3em; } }
  .section-contact-us .contact-us .title {
    flex-basis: 100%; }
  .section-contact-us .contact-us .image, .section-contact-us .contact-us .info {
    flex-basis: 100%; }
    @media (min-width: 981px) {
      .section-contact-us .contact-us .image, .section-contact-us .contact-us .info {
        flex: 1; } }
  .section-contact-us .contact-us .image img {
    width: 100%;
    height: auto; }
    @media (min-width: 981px) {
      .section-contact-us .contact-us .image img {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        margin-bottom: -10px; } }
  .section-contact-us .contact-us .info {
    background-color: var(--dark-blue);
    color: var(--white);
    padding: 2em; }
    @media (min-width: 981px) {
      .section-contact-us .contact-us .info .upper {
        display: flex;
        flex-wrap: wrap;
        gap: 3em;
        align-items: center; } }
    .section-contact-us .contact-us .info .upper h3 {
      color: var(--white);
      margin: 0; }
      @media (min-width: 981px) {
        .section-contact-us .contact-us .info .upper h3 {
          flex-basis: 100%; } }
    .section-contact-us .contact-us .info .upper .phone, .section-contact-us .contact-us .info .upper .email {
      display: flex;
      align-items: center;
      gap: 1em;
      font-size: 21px;
      color: var(--white);
      transition: color .3s ease-in-out; }
      @media (max-width: 980px) {
        .section-contact-us .contact-us .info .upper .phone, .section-contact-us .contact-us .info .upper .email {
          margin-top: 1em; } }
      .section-contact-us .contact-us .info .upper .phone:hover, .section-contact-us .contact-us .info .upper .email:hover {
        text-decoration: none;
        color: var(--gold); }
      .section-contact-us .contact-us .info .upper .phone:before, .section-contact-us .contact-us .info .upper .email:before {
        content: '\e909';
        font-family: icomoon;
        background-color: var(--gold);
        padding: 0.4em;
        border-radius: 50%;
        font-size: 28px;
        color: var(--white); }
    .section-contact-us .contact-us .info .upper .email:before {
      content: '\e917'; }
    .section-contact-us .contact-us .info .lower {
      margin-top: 2em;
      padding-top: 2em;
      border-top: 1px solid var(--gray); }
      .section-contact-us .contact-us .info .lower h3 {
        color: var(--white);
        margin-top: 0; }
      .section-contact-us .contact-us .info .lower .call-to-action a {
        transition: color .3s ease-in-out, background-color .3s ease-in-out; }
        .section-contact-us .contact-us .info .lower .call-to-action a:hover {
          color: var(--dark-blue);
          background-color: var(--oudgoud-gray); }

/*# sourceMappingURL=contact-us.css.map */
