.recent-posts-container {

    width: 100%;
    margin: 30px 0;
}

.most-recent-post .blog-post-content {
    padding: 20px 0 20px 0;
}

.most-recent-post .blog-post-content>a {
    color: #333;
}

.most-recent-post .blog-post-content>a>h2 {
    color: var(--primary);
    font-size: 1.5625em;
}

.most-recent-post .blog-post-content>p {
    font-weight: 400;
    margin: 15px 0 20px 0;
    color: #333;
    font-size: .875em;
    line-height: 1.65;
}

.written-date {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}


.written-date>p {
    margin: 0 8px 0 0;
    font-size: .8125em;
    color: #757575;
    font-family: Jost-Regular, sans-serif;
    line-height: 1.8;
    font-weight: 400;
}

.recent-posts-container .other-recent-post {
    margin-top: 0;
    padding-left: 70px;
}

.recent-posts-container .other-recent-post .recent-posts-title h3 {
    font-size: 1.5625em;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 26px;
}

.recent-posts-container .other-recent-post .blog-post-item {
    padding: 15px 0;
}

.other-recent-post .blog-post-item:nth-of-type(2) {
    border-top: solid 1px #bfbfbf;
}

.recent-posts-container .other-recent-post .blog-post-item .blog-post-image {
    padding-right: 0;
}

.other-recent-post .blog-post-item .blog-post-content {
    padding: 25px 30px 25px 0;
}

.other-recent-post .blog-post-item:not(:last-child) {
    border-bottom: solid 1px #bfbfbf;
}

.other-recent-post .blog-post-content>a {
    color: #333;
}

.other-recent-post .blog-post-content>a>h2 {
    color: var(--primary);
    font-size: 1.25em;
    margin: 5px 0;
    line-height: 1.4;
}

.other-recent-post .blog-post-content>p {
    font-weight: 400;
    margin: 15px 0 20px 0;
    color: #333;
    font-size: .875em;
    line-height: 1.65;
}

.other-blog-item-title {
    margin: 50px auto;
    text-align: center;
    position: relative;
}

.other-blog-item-title>h2 {
    color: var(--primary);
    font-size: 30px;
    margin-bottom: 0;
}

.other-blog-item-title>h2::before,
.other-blog-item-title>h2::after {
    position: absolute;
    content: '';
    width: 35%;
    height: 1px;
    background: var(--primary);
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.other-blog-item-title>h2::before {
    left: 0;
    right: auto;
}

.other-blog-item-title>h2::after {
    right: 0;
    left: auto;
}

.other-blog-posts .card .card-title {
    font-size: 20px;
    color: var(--primary);
}

.other-blog-posts .card .card-text {
    font-size: 15px;
}

.other-blog-posts .card .post-meta>span {
    color: #777;
    font-size: 12px;
    margin-right: 5px;
    display: inline-block;
}

p.underline {
    border-bottom: 1px solid;
}

.share-post-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    width: 100%;
    margin: 85px 0 95px 0;
}

.share-post-container h4 {
    line-height: 1.8;
    font-weight: 400;
    font-size: 13px;
    margin: 0 0 15px 0;
    letter-spacing: .9px;
    line-height: 1.3;
}

.share-post-container ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    gap: 35px;
    line-height: 1.65 !important;
}

.share-post-container ul li {
    line-height: 1.8;
    font-weight: 400;
    list-style-type: none;
    line-height: 1.65 !important;
    font-size: 17px;
    color: #000;
}

.share-post-container ul li .share-link-item {
    all: unset;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    cursor: pointer;
}

.share-post-container ul li a {
    color: #fff !important;
    background-image: linear-gradient(#ff98c8, #ff98c8);
    line-height: 1.65 !important;
    background-size: 100% 1.5px;
    font-family: inherit;
}

.share-post-container ul li .share-link-item .icon-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #000;
}

@media screen and (max-width:576px) {
    .recent-posts-container .other-recent-post {
        padding-left: 0 !important;
    }

    .other-blog-item-title>h2::before,
    .other-blog-item-title>h2::after {
        width: 15%;
    }
}