html, body {
    margin: 0;
    padding: 0;
      overflow-x: hidden;
    }
    .body{
        font-family: 'Outfit', sans-serif !important;
font-size: 19px;
/* font-weight: 700; */
line-height: 30px;

    }
    .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
}
.main-heading{
  
font-size: 32px;
font-weight: 400;
line-height: 80px;

}
.blog-image img{
    height: 100%;
    width: 100%;
}
.related-text{
    color: #000;
  margin-bottom: 0;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 50px; /* 208.333% */
}
.second-main-heading{
  
font-size: 24px;
font-weight: 500;
line-height: 50px;
}
.blog-image{
    height: 580px;
    margin-top: 30px;
}
.blog-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.box img {
    height: auto;
    width: 100%;
    object-fit: contain;
}
.list-group-item{
    border: none;
}
.card-footer {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    padding: 10px 4px;
    font-size: 14px;
    color: #777;
    /* border-top: 1px solid #e0e0e0; */
    border-top: transparent;
    background-color: transparent;
}
.author-name {
    color: var(--black-70, #3D3D3D);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 14.082px;
}
.read-more {
    color: #0073D1;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
a{
    text-decoration: none;
}
.published{
    color: #005DB4;

font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 30px; /* 157.895% */
}
  .social-iconss {
        display: flex;
        gap: clamp(1px, 0vw, 19px);
        justify-content: center;
        align-items: center;
    }
    .box p{
        color: #666;
        margin-bottom: 0;
    }
@media (max-width: 768px) {
    .read-more {
        font-size: 14px;
    }
    .box{
        padding-right: 20px;
        padding-left: 20px;
    }
    .container-fluid {
  padding: 0;
}
.blog-image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
    .main-heading {
        font-size: 28px;
        font-weight: 400;
        line-height: 34px;
    }
    .published {
        color: #005DB4;
    
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 2px;
    }
    .social-d{
        justify-content: space-between;
        padding-left: 20px;
        padding-right: 20px;
    }
    .blog-image{
        height: 255px;
    }
        .social-iconss {
        display: flex;
        gap: clamp(1px, 0vw, 19px);
        justify-content: center;
        align-items: flex-start;
    }
    .social-iconss img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
    .related-text {
    text-wrap-mode: nowrap;
    color: #000;
    font-size: 20px;
      
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
}
}