.main-article {
h2 {
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 145.5%;
a {
color: var(--ast-global-color-2);
}
}
}
.latest-news {
h4 {
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 145.5%;
a {
color: var(--ast-global-color-2);
}
}
}
.sponsored-news {
border-radius: 20px;
background: #ecf1ff;
}
.sponsored-disclaimer {
display: flex;
align-items: center;
}
.sponsored-title {
margin-top: 0.5rem;
}
.sponsored-title a {
color: inherit;
text-decoration: none;
font-family: 'Libre Baskerville';
font-size: 16px;
font-style: normal;
font-weight: 700;
}
.sponsored-title a:hover {
color: var(--primary-color);
}
.sponsored-news img {
aspect-ratio: 1.1;
object-fit: cover;
}
.sponsored-news .sponsorship-logos img {
object-fit: contain;
}
.events-section-title,
.latest-from-hub-title {
font-family: var(--work-sans);
font-size: 16px;
font-style: normal;
font-weight: 600;
text-transform: uppercase;
}
.event-item h5 a {
font-size: 18px;
font-style: normal;
font-weight: 500;
color: var(--ast-global-color-2);
}
.latest-from-hub {
border-radius: 20px;
background: var(--ast-global-color-6, #f5fbfd);
}
.company-logos {
align-items: center;
min-height: 120px;
}
.company-logos .featured-image {
aspect-ratio: 1;
background-color: var(--ast-global-color-5);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
img {
object-fit: contain;
margin: 2px;
max-height: 100%;
width: auto;
}
}
.company-title a {
font-size: 0.8em;
font-style: normal;
font-weight: 600;
text-align: center;
color: var(--ast-global-color-2);
}
.border-bg {
padding: 2px;
aspect-ratio: 1;
}
.main-news {
min-height: 500px;
max-height: 650px;
.featured-image img {
object-fit: cover;
aspect-ratio: 1/1;
}
}
.main-news .main-article {
width: 100%;
}
.main-news .main-article .post-card-image {
margin-bottom: 1.5rem;
}
.main-news .main-article .post-card-content {
display: flex;
flex-direction: column;
gap: 1rem;
}
.main-news .main-article .post-card-title {
margin-bottom: auto;
}
.main-news .main-article .post-card-excerpt {
margin-top: auto;
}
.main-news .main-article .post-card-meta {
margin-top: 1rem;
}