.teaser-image {
    margin: 30px auto 0;
    background: transparent linear-gradient(89deg, #820000 0%, #e60000 54%, #ff0000 100%) 0% 0% no-repeat;
}
.teaser-image .teaser-inner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 46px 30px 30px 30px;
}
@media (min-width: 1024px) {
    .teaser-image .teaser-inner {
        margin: 0 auto;
        max-width: 772px;
        padding: 70px 0 90px 0;
    }
}
.teaser-image .teaser-content {
    text-align: center;
}
@media (min-width: 1024px) {
    .teaser-image .teaser-title {
        margin: 0 0 12px 0;
    }
}
@media (min-width: 1024px) {
    .teaser-image .section-heading {
        margin: 0 0 33px 0;
    }
}
.teaser-image img {
    width: 225px;
    height: 238px;
}
@media (min-width: 1024px) {
	.teaser-image img {
	    width: 366px;
	    height: 386px;
	}
}
.teaser-image .teaser-text {
	margin: 25px 0;
	line-height: 25px;
	text-align: center;
	letter-spacing: 0.4px;
    font-family: 'Vodafone Light', 'Open Sans', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
}
@media (min-width: 1024px) {
	.teaser-image .teaser-text {
		margin: 47px 0 25px;
		line-height: 50px;
		letter-spacing: 0.8px;
	    font-size: 40px;
	}
}
.teaser-image .sub-text {
    line-height: 16px;
    font-size: x-small;
}
@media (min-width: 1024px) {
    .teaser-image .sub-text {
        font-size: x-large;
    }
}