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/slenders/slenders.nl/resources/sass/site/5-Components/_components.heroCta.scss
.c-hero-cta{}

.c-hero-cta__title{
  margin-bottom: 45px;
  max-width: 600px;
  color: white;

  .c-hero-cta--full-width & {
    max-width: none;
  }
}

.c-hero-cta__button {
  position: relative;
}

.c-hero-cta__button:before {
  content: '';
  position: absolute;
  right: calc(100% + 25px);
  top: 12px;
  display: block;
  width: 100vw;
  height: 2px;
  background-color: white;
}