.teaser-results .teaser-inner {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 872px;
}
.teaser-results .teaser-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 250px;
    background-image: url(../../media/images/results-circle-bg.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
@media (min-width: 1024px) {
    .teaser-results .teaser-content {
        width: 350px;
        height: 350px;
    }
}
.teaser-results .teaser-title {
    margin: 0;
    color: #000;
}
.teaser-results .teaser-title {
    line-height: 45px;
    letter-spacing: 0.40px;
    font-size: 40px;
}
@media (min-width: 1024px) {
    .teaser-results .teaser-title {
        line-height: 62px;
        letter-spacing: 1.1px;
        font-size: 55px;
    }
}
.teaser-results .teaser-text {
	margin: 10px 0;
	line-height: 22px;
	letter-spacing: 0.38px;
	text-align: center;
    font-family: 'Vodafone Regular', 'Open Sans', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 19px;
    font-weight: normal;
    color: #929494;
}
.teaser-results .teaser-text strong {
    line-height: 30px;
    letter-spacing: 0.52px;
    font-size: 26px;
    color: #000;
}
.teaser-results .teaser-text .sub-text {
    font-size: small;
}
.teaser-results .teaser-button {
    margin: 51px auto;
    width: 210px;
}
@media (min-width: 1024px) {
    .teaser-results .teaser-button {
        margin: 91px auto 71px;
        width: 220px;
    }
}