News
Language of the Professionals: How To Write Academic English (International Tests, Research Papers or Journals)
/* Styles for Academic English webinar article */
.tu-news-container {
max-width: 1000px;
margin: 0 auto;
padding: 20px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: #fff;
border-radius: 8px;
box-shadow: 0 4px 20px rgba(0,0,0,0.05);
position: relative;
overflow: hidden;
}
/* Accent bands at top and bottom */
.tu-news-container::before,
.tu-news-container::after {
content: '';