.article-title {
    font-size: clamp(2rem, 2.5vw + 0.5rem, 3rem)!important;
    font-size: 30px;
    font-weight: 800;
    font-style: normal;
    line-height: 40px;
    line-height: line-height: clamp(2rem, 2.8vw + 0.6rem, 3.3rem)!important;
    letter-spacing: -1px;
    text-align: left;
    text-transform: none;
    text-decoration: none;
    color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    word-break: break-word;
    white-space: normal;
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.article-category {
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 20px;
    letter-spacing: 0.5px;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(224, 64, 64);
    background-color: rgba(0, 0, 0, 0);
    border: 0px none rgb(224, 64, 64);
    border-radius: 0px;
    word-break: normal;
    white-space: nowrap;
    cursor: pointer;
    margin-bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
    border-color: #e04040;
    border-style: solid;
    border-width: 0px 3px 0px 3px;
}

.article-date {
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    line-height: 18px;
    letter-spacing: normal;
    text-align: left;
    text-transform: none;
    text-decoration: none;
    color: rgb(0, 0, 0);
    border: 0px none rgb(0, 0, 0);
    border-radius: 0px;
    word-break: normal;
    white-space: normal;
    cursor: auto;
    margin-right: 15px;
    margin-bottom: 0px;
    margin-left: 15px;
    padding-right: 15px;
    padding-left: 15px;
    border-color: #000;
    border-style: solid;
    border-width: 0px 1px 0px 1px;
}
.article-mobile-date {
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    line-height: 18px;
    letter-spacing: normal;
    text-align: left;
    text-transform: none;
    text-decoration: none;
    color: rgb(0, 0, 0);
    border: 0px none rgb(0, 0, 0);
    border-radius: 0px;
    word-break: normal;
    white-space: normal;
    cursor: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 10px;
    margin-bottom: 10px;	
    border-color: #000;
    border-style: solid;
    border-width: 1px 0px 1px 0px;
}

.acticle-body {
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    line-height: 27.2px;
    letter-spacing: normal;
    text-align: left;
    text-transform: none;
    text-decoration: none;
    color: rgb(0, 0, 0);
    word-break: break-word;
    white-space: normal;
    cursor: auto;
}

.category-first-section-item > *:not(:last-child) {
  border-right: 1px solid #000;
  padding-right: 1.2rem;
  position:relative;
}
.category-first-section-image {
	position: relative;
}
.category-first-section-title {
    max-width: 85%;
    margin: -40px auto 0 auto;
    padding: 10px 10px 0;
    border-color: #eaeaea;
    background-color: #ffffff !important;
    z-index: 1;
    position: relative;
    text-align: center;
    font-size: 22px!important;
    line-height: 1.2;
    font-weight: 800;
}
.flex-col {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.see-more {
	background-color: #e04040;
	font-size: 13px;
	padding: 10px 15px;
	margin-top: auto;
	color: #fff;
}
.auto-margin-top {
	margin-top: auto;
}
.divide-y > *:not(:last-child) {
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
  position:relative;
}

