.error {
    color: red !important;
    font-size: 14px !important;
    margin-top: 2px !important;
}

.about_points_design{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px;
}

.about_points_design p{
    margin-top: 10px;
    font-weight: 600;
    color: #004D29;
}
.blog_details_con p{
    text-align: justify;
}

.blog-details-wrapper .tag-social-wrap .tag-wrap span {
    font-size: 16px;
    font-weight: 600;
    color: #004D29;
    margin-right: 11px;
}
.blog-details-wrapper .tag-social-wrap .tag-wrap ul li a:hover {
    color: #004D29;
}
.blog-details-wrapper .tag-social-wrap .tag-wrap {
    align-items: flex-start;
    text-align: justify;
}