.font-weight-normal{
    font-weight: normal !important;
}
.font-size-14{
    font-size: 14px !important;
}
.services .service-item .icon {
    background: none !important;
  }
.article-img-box{
    max-height: 450px !important;
    overflow: hidden;
}
.service-details ul{
    list-style: disc;
    margin: 0px 20px !important;
}
.btn-accent{
    background: var(--accent-color) !important;
}
.service-details ul li{
    display: flow-root list-item !important;
}
.tutorial-article-item.active a{
    text-decoration: underline !important;
    color: #149ddd !important;
}
.article-heading{
  font-size: 20px;
  font-weight: 700;
}
.article-date p{
    color: #b7b7b7 !important;
    font-size: 14px !important;
}
.overlay {
    
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* Adjust overlay color and opacity */
}
.author-profile-item-headline{
    font-size: 14px !important;
    font-weight: 380 !important;
    text-align: center !important;
}
.round-cta{
    font-weight: 350;
    font-size: 15px;
    border: 1px solid #e2e2e2;
    padding: 5px 14px;
    border-radius: 100px;
}
.round-cta-lg
{
    font-weight: 350;
  font-size: 18px;
  border: 1px solid #e2e2e2;
  padding: 9px 18px;
  border-radius: 100px;
}
.author-item-banner-img{
    height:80px;
    width:100%;
    background-position: center;
    background-size: cover;
}
.article-thumb-img{
    max-width: 100%;
  height: auto;
  max-height: 225px;
  min-height: 225px;
  width: 100%;
  object-fit: cover;
}
section{
    min-height: 100vh !important;
}
.section-min-heihgt-auto{
    min-height: auto !important;
}
.width-fit-content{
    width: fit-content !important
}