.common-space {
    min-height: 60vh;
    background: #eeeeee;
    padding: 40px 0;
}
.blog-card-outer {
    padding: 0 10px;
}
.blog-card {
    border-radius: 10px;
    box-shadow: 0px 3px 6px #00000029;
    overflow: hidden;
    background-color: #fff;
    height: 100%;
}
.blog-detail {
    padding: 15px 15px;
}
.blog-detail h4 {
    font-size: 17px;
}
.top-blogs .blog-detail h4 {
    font-size: 22px;
}
.tags a {
    border: 1px solid #5E930A;
    display: inline-block;
    font-weight: 500;
    margin-top: 12px;
    margin-right: 12px;
    padding: 10px 20px;
    text-transform: capitalize;
    font-size: 15px;
    border-radius: 12px !important;
    color: #232323;
    background: #ffffff;
    cursor: pointer;
}
.tags {
    padding-bottom: 40px;
}
.tags .wla_section_heading {
    color: var(--main-bg-color);
    font-size: 29px;
}
.blog-left h1 {
    font-size: 28px;
}
.story-profile-img {
    width: 100%;
    max-width: 900px;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    box-shadow: 0px 3px 6px #00000029;
    margin: 0 auto;
    margin-top: 25px;
}
.medium-insert-images {
    text-align: center;
    width: 100%;
    max-width: 505px;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 30px;
    background-color: #f7f7f7;
    border-radius: 10px;
    overflow: hidden;
    padding: 3px;
    box-shadow: 0px 3px 6px #00000029;
}
.medium-insert-images img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.story-profile-img img {
    width: 100%;
}
.blog-left h2 {
    font-size: 24px;
    margin-top: 0px;
}
.blog-left h3 {
    margin-top: 0px;
}
.blog-left a {
    color: var(--main-bg-color);
    font-weight: bold;
    border-bottom: 1px solid var(--main-bg-color);
}
.medium-insert-images figure {
    border: none;
}
.MsoNormal span {
    font-family: "Open Sans", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
}
.pagination .page-link {
    border: none;
    border-radius: 50% !important;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: no-repeat;
    color: #818181;
    font-size: 15px;
    font-weight: 600;
    margin: 0 4px;
}
.pagination .page-link:focus {
    border: none;
    box-shadow: none;
}
.pagination .page-item.active .page-link {
    background-color: var(--main-bg-color);
}
.pag-btn .page-link {
    border-radius: 50% !important;
    box-shadow: 0px 0px 5px #00000015;
    border: 1px solid #f1f1f1;
    padding: 6px;
    line-height: 0px;
}
.blog-placeholder {
    height: 300px;
    overflow: hidden;
}
.blog-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}
.title .span-one {
    font-size: 22px;
}
.title:after {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 130px;
    background-color: var(--main-bg-color);
    height: 1px;
    bottom: -7px;
    left: 0px;
}
.title .span-two {
    font-size: 26px;
    margin-top: 0;
    line-height: normal;
    margin: 0 0 1em;
    text-transform: uppercase;
    color: #000;
}
.text-center.title::after {
    left: 50%;
    transform: translate(-50%, 0px);
}
.font-weight-semibold {
    font-weight: 600;
}
.color-primary {
    color: var(--main-bg-color);
}

/*Responsive*/
@media (max-width: 767px) {
.blog-detail h4 {
    font-size: 16px;
}
.blog-detail {
    padding: 12px 12px;
}
.top-blogs .blog-detail h4 {
    font-size: 20px;
}
.tags .wla_section_heading {
    color: var(--main-bg-color);
    font-size: 24px;
}
.tags a {
    margin-top: 10px;
    margin-right: 5px;
    padding: 8px 10px;
    font-size: 14px;
}
.blog-left h1 {
    font-size: 22px;
}
.blog-sidebar {
    border-top: 1px solid #C9C9C9;
    border-left: none;
}
.blog-left h2 {
    font-size: 20px;
}
.blog-placeholder {
    height: 280px;
}
.common-heading-tp {
    font-size: 22px;
}
.common-heading-tp span {
    font-size: 18px;
}
.title {
    font-size: 20px;
}
.title .span-one {
    font-size: 18px;
}
.title:after {
    max-width: 100px;
}
.title .span-two {
    font-size: 20px;
}

}