a.spsc__linkButton {
    position: relative;
    display: block;
    font-size: 14px;
    text-decoration: none;
    color: #222222;
    border: 1px solid #000000;
    line-height: 2.85;
    text-align: center;
    width: 100%;
}
a.spsc__linkButton::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    right: 10px;
    top: 50%;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    transform: translate(-50%, -50%) rotate(45deg);
}
a.spsc__linkButton--arrowBottom::after {
    transform: translate(-50%, -75%) rotate(135deg);
}

.spsc__buttonContainer {
    text-align: center;
}
.spsc__buttonContainer > p {
    font-size: max(12px, min(3.73vw, 18px));
    font-weight: 600;
    line-height: 1.5;
    color: #222222;
    margin-bottom: 10px;
}
a.spsc__button {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: max(12px, min(4.8vw, 24px));
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    color: #ffffff;
    text-decoration: none;
    background-color: #88DDBB;
    min-height: 40px;
    padding: 10px 45px;
    border-radius: 30px;
    -webkit-box-shadow: 0px 0px 20px 15px rgba(0,0,0,0.05); 
    box-shadow: 0px 0px 20px 15px rgba(0,0,0,0.05);
}
a.spsc__button:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
    transform: translateY(1px);
}
a.spsc__button::after {
    content: "";
    position: absolute;
    box-sizing: border-box;
    right: 20px;
    top: 50%;
    width: 14px;
    height: 14px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: translateY(-50%) rotate(45deg);
}

.spsc__title {
    text-align: center;
    color: #222222;
}
.spsc__title > h2 {
    font-family: termina, sans-serif;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 10px;
    text-transform: none;
    margin-bottom: 20px;
}
.spsc__title > h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
}
.spsc__friends {
    margin-top: 106px;
}
@media only screen and (max-width: 500px) {
    .spsc__title > h2 {
        font-size: 5vw;
    }
    .spsc__title > h3 {
        font-size: 6.4vw;
    }
    .spsc__friends {
        margin-top: 21.33vw;
    }
}
.spsc__title > .spsc__titleDesc {
    margin-top: 20px;
}
.spsc__title > .spsc__titleDesc > span {
    position: relative;
    font-size: max(8px, min(3.73vw, 18px));
    font-weight: 300;
    line-height: 1.5;
    padding: 10px 25px;
    box-sizing: border-box;
    display: inline-block;
}

.spsc__title > .spsc__titleDesc > span::before,
.spsc__title > .spsc__titleDesc > span::after {
    position: absolute;
    content: '';
    width: 40px;
    height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.spsc__title > .spsc__titleDesc > span::before {
    top: 0;
    left: 0;
    border-top: 1px solid #555;
    border-left: 1px solid #555;
}
.spsc__title > .spsc__titleDesc > span::after {
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #555;
    border-right: 1px solid #555;
}
.mt40px {
    margin-top: 40px;
}
.mb50px {
    margin-bottom: 50px;
}
@media only screen and (max-width: 500px) {
    .mt40px {
        margin-top: 10.67vw;
    }
    .mb50px {
        margin-bottom: 13.34vw;
    }
}