#main-content > div.full-article-container .content td:first-child {
    width: 30%;
}

#main-content > div.full-article-container .content td:first-child img {
    width: 100% !important;
    height: auto !important;
}

.content table td:nth-child(3) {
    background-color: #dcdcdc;
    align-content: flex-start;
    padding: 2rem;
}