.fp__blog_page .fp__single_blog {
    margin-top: 100px;
    margin-bottom: 20px;
}
.fp__single_blog {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: grey;
    background: white;
    position: relative;
    margin-top: 25px;
}
.fp__blog2 .fp__single_blog_img {
    height: 250px;
}
.fp__single_blog_img {
    height: 500px;
    display: block;
}
.fp__blog2 .fp__single_blog_text {
    background: white !important;
    position: inherit;
}
.fp__single_blog_text {
    background: white;
    width: 100%;
    padding: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.fp__single_blog_text .category {
    background: #A38307;
    color: white;
    text-transform: capitalize;
    padding: 5px 20px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 30px;
    position: absolute;
    top: -15px;
    left: 30px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.fp__blog2 .fp__single_blog_text ul li {
    font-size: 14px;
}
.fp__single_blog_text ul li {
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 400;
    margin-right: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.fp__blog2 .fp__single_blog_text ul li i {
    width: auto;
    height: auto;
    line-height: initial;
    font-size: 14px;
    background: white;
    color: #A38307;
    margin-right: 10px;
}

.fp__single_blog_text .title {
    font-size: 23px;
    font-weight: 700;
    text-transform: capitalize;
    color: black;
    margin-top: 15px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
