.selection-highlight {
    top: 2px;
    right: 0;
    height: 100px;
    width: 341px;
}


@media only screen and (max-width: 1068px) {
    .selection-highlight {
        width: 285px;
        top: -10px;
    }
}

@media only screen and (max-width: 734px) {
    .selection-highlight {
        height: 50px;
        width: 172px;
        top: 0px;
    }
}

@media screen and (max-width: 320px) {
    .section-discover-more .discover-more-headline {
        max-width: 171px;
    }
}

@media only screen and (max-width: 320px) {
    .selection-highlight {
        left:51%;
        top: 52px;
    }
}

.section-discover-more .discover-more-headline .selection-text:before {
    width: 97px;
    height: 72px;
    background-size: 97px 72px;
    background-repeat: no-repeat;
    margin-top:-10px;
    background-image: url("/accessibility/images/shared/speak_screen_bubble_text__f34h1ash1ia2_large.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
    .section-discover-more .discover-more-headline .selection-text:before {
        background-image: url("/accessibility/images/shared/speak_screen_bubble_text__f34h1ash1ia2_large_2x.png")
    }
}

@media only screen and (max-width: 734px) {
    .section-discover-more .discover-more-headline .selection-text:before {
        width: 57px;
        height: 43px;
        background-size: 57px 43px;
        background-repeat: no-repeat;
        background-image: url("/accessibility/images/shared/speak_screen_bubble_text__f34h1ash1ia2_small.png")
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .section-discover-more .discover-more-headline .selection-text:before {
        background-image: url("/accessibility/images/shared/speak_screen_bubble_text__f34h1ash1ia2_small_2x.png")
    }
}

@media only screen and (max-width: 320px) {
    .section-discover-more .discover-more-headline .selection-text:before {
        margin-top:-61px;
    }
}

/* underline */
.icon-wrapper .nowrap.icon.icon-after.more::after {
	display: inline-block;	
}

.section-hero .subhead {
    max-width: 32ch;
}
