div.remortSupport {
    width: 260px;
    margin: 104px auto 0;
    padding-top: 12px;
    box-sizing: border-box;
}

div.remortSupport p.remortSupportText {
    color: #ed3e36;
    font-size: 1.375rem;
    font-weight: 600;
    position: relative;
    text-align: center;
    line-height: 1;
}

div.remortSupport p.remortSupportText:before {
    background: no-repeat 50% url(img/heart/fukidashi.svg);
    content: "";
    height: 80px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -12px;
    width: 260px;
}

div.remortSupport a.remortSupportLink {
    background: no-repeat 50% url(img/heart/heart.svg);
    display: block;
    height: 120px;
    margin: 24px auto auto;
    position: relative;
    text-indent: -9999px;
    width: 128px;
}

div.remortSupport a.remortSupportLink:before {
    background: no-repeat 50% url(img/heart/heartShadow.svg);
    bottom: -6px;
    content: "";
    display: block;
    height: 16px;
    left: 0;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 72px;
    z-index: -1;
}