.article-content em {
    padding: 0;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px !important;
    line-height: 1.63;
    margin-bottom: 16px;
    font-style: italic;
}

.article-content.study-description table {
    overflow: hidden;;
    border: 1px solid #D2D5D7;
    border-bottom: 0;
    border-radius: 8px;
    border-collapse: separate;
}

.study-description table td {
    padding: 5px;
    text-align: left;
    border-left: 0;
    border-right: 0;
    border-color: #D2D5D7;
}

.study-description table td img {
    height: 28px;
    width: 100px !important;
    float: right;
    display: inline;
}

.study-description table td i span {
    font-style: italic;
}

.study-description table td {
    border-top: 0;
}

.study-description table tr:first-of-type td:first-of-type {
    padding-top: 17px;
    padding-bottom: 17px;
}

.study-description table tr:first-of-type td:first-of-type b {
    font-family: Open Sans, serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    display: block;
    float: left;
    max-width: 708px;
    padding-right: 40px;
}

.study-description table tr td:first-of-type {
    padding-left: 28px;
    padding-right: 17px;
}

.study-description tr:first-of-type {
    background-color: #F8FAFB;
    background-image: url(../../../v3/images/icons/logo-blog-table.svg);
    background-repeat: no-repeat;
    background-position: 95%;
    color: #333;
    font-family: Open Sans, serif;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: 26px; /* 130% */
}

.study-description tr td b {
    color: #333;
    font-family: Open Sans, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    letter-spacing: -0.16px;
    display: block;
}

.study-description tr td {
    color: #333;
    font-family: Open Sans, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    max-width: 200px;
}

.study-description tr td span {
    display: block;
    margin: 0;
}

@media(max-width: 1280px) {
    .study-description table tr:first-of-type td:first-of-type b {
        padding-right: 140px;
    }
}

@media(max-width: 767px) {
    .study-description table td img {
        display: none;
    }

    .study-description tr:first-of-type {
        background-image: none;
    }

    .study-description table tr:first-of-type td:first-of-type b {
        padding-right: 0;
    }
}