/* Translation not available item */
#translation-not-available {
    padding: 0;
    background-color: #fff;
}

#translation-not-available .tna-item-content {
    margin-top: 90px;
    padding: 78px 70px 60px 70px;
}

#translation-not-available .tna-item-content h1 {
    padding-bottom: 0;
}

#translation-not-available .tna-item-content h2 {
    margin-bottom: 3px;
    font-weight: 500;
    font-size: 1.625rem;
    line-height: 3rem;
}

#translation-not-available .tna-item-content p {
    padding-bottom: 14px;
    font-weight: 500;
    font-size: 1.1875rem;
}

#translation-not-available .tna-item-content > ul {
    padding-left: .75rem;
}

#translation-not-available .tna-item-content li {
    list-style-type: none;
    position: relative;
    padding-left: 4px;
}

#translation-not-available .tna-item-content li:before {
    content: "\25BA \0020";
    font-size: 9px;
    position: absolute;
    top: 2px;
    left: -10px;
}

/* Responsive tablet */
@media (max-width: 992px) {

    #translation-not-available .tna-item-content {
        margin-top: 60px;
        padding: 49px 30px 40px 30px;
    }

    #translation-not-available .tna-item-content h2 {
        margin-bottom: 11px;
        font-size: 1.375rem;
        line-height: 1.625rem;
    }

    #translation-not-available .tna-item-content p {
        padding-bottom: 10px;
        font-size: 1.0625rem;
        line-height: 1.625rem;
    }
}

/* Responsive phone */
@media (max-width: 576px) {

    #translation-not-available .tna-item-content {
        margin-top: 30px;
        padding: 49px 30px 30px 30px;
    }

    #translation-not-available .tna-item-content h2 {
        margin-bottom: 4px;
        font-size: 1.25rem;
        line-height: 1.875rem;
    }

    #translation-not-available .tna-item-content p {
        padding-bottom: 8px;
        font-size: .9375rem;
        line-height: 1.5rem;
    }
}