section.blogs_section {
    padding-top: 67px;
}
section.blogs_section .top_heading h1 {
    font-size: 55px;
    text-transform: uppercase;
}
section.blogs_section .top_heading p {
    font-size: 15px;
    color: #000;
    font-weight: 400;
}
.blogs_start {
    margin-top: 59px;
}
a {
    text-decoration: none;
}
.card {
    border: 0px;
    box-shadow: 0px 10px 15px 0px #e0e0e0;
    margin: 15px 0px;
}
#ads .card-image11111 {
    background-color: #ebfffd;
}
.card-image11111 .img-fluid {
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.single_blog_card .card .card-body {
    height: 230px;
}
.single_blog_card .card .card-body .producttitle {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    line-height: 34px;
}
.single_blog_card .card .card-body p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
}
.card-image11111 > img {
    display: block;
    width: 100%;
    opacity: unset !important;
}
.card-image11111 {
    filter: unset;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
h5.producttitle {
    color: #111111;
    font-size: 24px;
}

a.c-light-green {
    color: #111111;
    margin-top: 21px;
}
.ad-title.m-auto p {
    color: #111;
    font-weight: 400;
    font-size: 13px;
    margin-top: 12px;
    margin-bottom: 15px;
}

.ad-title.m-auto {
    text-align: left;
}
a.page-link {
    color: #111111;
}
