#main{
    border-left: 1px solid #ececec;
    padding-bottom: 30px;
}
.news-main1{
    box-shadow: 0 1px 3px -2px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    width: 100%;
}
.news-main1:hover{
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 22%); 
    transition: 0.5s;
}
.news-header{
    padding: 1.5em 0 1.5em 1.5em;
}
.news-header a{
    color: #334862;
    text-decoration: none;
    font-size: .7em;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: .05em;
    margin-bottom: .5em;
}
.news-header a:hover{
    color: #111;
}
.news-header h1{
    font-size: 1.7em;
    line-height: 1.3;
    color: #555;
    margin-bottom: .5em;
    font-weight: 700;
}
.news-divider{
    height: 3px;
    background-color: rgba(0,0,0,0.1);
    margin: 1em 0 1em;
    width: 100%;
    max-width: 30px;
}
.post-on{
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .05em;
}
.byline{
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .05em;
}
.news-img{
    position: relative;
}
.news-img img{
    width: 100%;
    object-fit: cover;
}
.time{
    position: absolute;
    background-color:#111;
    top: 0;
    left: 0;
    margin: 30px 0 0 10px;
    width: 50px;
    height: 50px;
    border-radius: 999px;
    text-align: center;
}
.time p{
    color: black;
    color: #fff;
    font-weight: bolder;
    font-size: 13px;
    padding-top: 10%;
}
.news-content{
    padding: 2%;
}
.news-content h3{
    font-size: 1.25em;
    font-weight: 700;
    color: #555;
    margin-bottom: .5em;
}
.news-content p{
    margin-bottom: 1.3em
}
#flex-row{
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    margin-left: auto;
    margin-right: auto;
}
#flex-col{
    padding: .7em 15px;
    text-align: left;
    max-height: 100%;
    border-right: 1px solid #ececec;
}
#flex-col a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #334862;
    text-decoration: none;
}
#flex-col a:hover{
    color: #000;
}
/* Comment */
.comment-area{
    padding-top: 2%;
}
.comment-respond{
    background-color: rgba(0,0,0,0.05);
    margin-top: 15px;
    padding: 15px 25px 15px ;
}
.comment-respond h3{
    font-size: 1.2em;
    font-weight: 700;
    color: #555;
    margin-bottom: .5em;
}
.comment-notes{
    margin-bottom: 5px;
}
label{
    font-weight: bold;
    color: #222;
    font-size: .9em;
    margin-bottom: 0.4em;
}
.comment-form textarea{
    width: 100%;
    padding-top: 0.7em;
    min-height: 120px;
    border: 1px solid #ddd;
    padding: 0 .75em;
    height: 2.507em;
    font-size: .97em;
    color: #333;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    outline: none;
}
.comment-form-author input{
    border: 1px solid #ddd;
    padding: 0 .75em;
    height: 2.507em;
    font-size: .97em;
    max-width: 100%;
    width: 100%;
    outline: none;
}
.comment-form-email input{
    border: 1px solid #ddd;
    padding: 0 .75em;
    height: 2.507em;
    font-size: .97em;
    max-width: 100%;
    width: 100%;
    outline: none;
}
.comment-form-url input{
    border: 1px solid #ddd;
    padding: 0 .75em;
    height: 2.507em;
    font-size: .97em;
    max-width: 100%;
    width: 100%;
    outline: none;
}
.comment-form-cookies{
    padding-top: 5px;
    display: flex;
}
.comment-btn{
    background-color: #2d2a27;
    border-color: rgba(0,0,0,0.05);
    text-transform: uppercase;
    font-size: .97em;
    letter-spacing: .03em;
    font-weight: bolder;
    text-align: center;
    color: #fff;
    margin-right: 1em;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
    max-width: 100%  
  }