.post-txt {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 10px 10px;
    padding: 15px 30px;
    box-shadow: 0px 10px 10px #00000017;
}
.post-txt h3{
    font-size: 25px;
}
.post-txt p {
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
    text-align: center;
}
#blogs .col-lg-4 {
    margin-bottom: 30px;
}
.read-more {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #000;
    text-align: center;
    justify-content: center;
    margin-top: 10px;
    font-weight: 500;
}