.text-highlight {
    background: #fff
}

.text-highlight .text-container {
    border-top: 1px solid #ee7f00;
    border-bottom: 1px solid #ee7f00;
    padding: 4.375rem 1.25rem;
    position: relative
}

@media print,
screen and (min-width: 40em) {
    .text-highlight .text-container {
        padding: 4.375rem 2.5rem
    }
}

@media print,
screen and (min-width: 64em) {
    .text-highlight .text-container {
        padding: 4.375rem 6.875rem;
        margin: 0 9.375rem
    }
}

.text-highlight .text-container:before {
    content: "i";
    font-family: "NNNittiGrotesk-Heading";
    font-size: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.375rem;
    height: 4.375rem;
    position: absolute;
    top: -2.25rem;
    border-radius: 50%;
    background: #ee7f00;
    color: #fff
}

@media screen and (min-width: 85.375em) {
    .text-highlight .text-container:before {
        left: 6.875rem
    }
}

.text-highlight--title {
    font-family: "NNNittiGrotesk-Heading";
    font-size: 1.5rem;
    margin-bottom: .5rem
}

.text-highlight p {
    font-family: "NNNittiGrotesk-TextRegular";
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.3
}

.text-highlight .attachment {
    color: #ee7f00
}