.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;
}