.spw-srp {
    position: relative;
    text-align: center;
    min-height: 720px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spw-srp-center h1 {
    text-shadow: 2px 2px white;
    margin-bottom: 32px;
}
.spw-srp a {
    margin-top: 16px;
}

.spw-getstarted-img {
    border: 2px solid #e4eaec;
    border-radius: 12px;
    width: 60%;
    margin-bottom: 30px;
}
@media screen and (max-width: 766px) {
    .spw-getstarted-img {
        width: 100%;
    }
}