HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/investeren-ouddorp.komma.pro/wwwroot/css/partials/_footer.scss
.c-footer__map {
  margin-top: 40px;
  text-decoration: none;
}

.c-footer__map-heading{
  margin: 0;
  color: $beige
}

.c-footer__map-description {
  margin: 0 0 5px;
  max-width: 415px;
  color: white;
}

.c-footer__map-icon {
  @include flex(space-between, center);
  max-width: 375px;

  @include media-query(450px) {
    display: block;
  }

  img {
    width: 220px;

    @include media-query(450px) {
      margin: auto;
    }
  }
}

.c-footer__map-button {
  position: relative;
  font-weight: bold !important;
  display: inline-block;
  padding: 5px 0;
  transition: opacity 0.3s;

  &:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: $beige;
    transition: opacity 0.3s;
  }

  &:hover {
    opacity: 0.7;

    &:after {
      opacity: 0;
    }
  }
}