.news-feeds-outer {
    flex: 0 0 calc(50% - 40px);
    margin-top: 70px;
    margin-bottom: 70px;
    z-index: 4;
    position: relative
}

.news-feeds-inner {
    box-shadow: 0 0 15px 5px rgba(0,0,0,.2);
    background: #fff;
    padding: 20px;
    max-height: 480px;
    overflow: scroll;
    width: calc(100% - 40px);
    margin: 0px auto;
    box-sizing: border-box;
}

.news-feeds {
    display: flex;
    justify-content: space-between;
    clear: both
}

.news-wrapper {
    position: relative;
    background: #fff;
    padding-top: 70px;
    width: 100%
}

.case-study .news-wrapper {
    padding-bottom: 70px
}

.news-feed-logo {
    text-align: center;
    padding: 20px 0 60px;
    background: #202020;
    color: #fff;
    margin-bottom: -40px;
    width: calc(100% + 0px);
    margin-left: 0px;
    font-size: 20px;
    line-height: 20px;
    box-sizing: border-box;
}

.cff-visual-header .cff-header-hero img {
    width: 100%!important;
    margin: 0px!important
}

.social-right-follow {
    flex: 0 0 calc(50% - 40px);
    margin-top: 70px;
    margin-bottom: 70px;
    z-index: 4;
    position: relative
}

.social-stars {
    background: #202020;
    border-radius: initial;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.social-stars p {
    font-size: 37px;
    font-weight: 600;
    color: #fff;
    line-height: 49px;
    padding-top: 0;
    margin-bottom: 0;
    flex-grow: 1;
}

.social-stars p span {
    display: block
}

.social-links {
    float: left;
    width: 100%;
    margin-top: 50px;
    transition: all .3s
}

.social-links-inner:hover {
    background: silver;
    transition: all .3s
}

.social-links-inner .fa-facebook-square:before {
    content: "\f082";
    transition: all .3s
}

.social-links-inner .fa-linkedin:before {
    content: "\f08c";
    transition: all .3s
}

.social-links-inner:hover .fa-facebook-square:before {
    color: #395590;
    transition: all .2s ease-in;

}

.social-links-inner .fa-facebook-square:before {
    color: #000;
    transition: all .2s ease-in;
    padding: 5px;
    padding-top: 0;
    padding-bottom: 0
}

.social-links-inner .fa-linkedin:before {
    color: #000;
    border-style: solid;
    border-color: #fff0;
    transition: all .2s ease-in;
}

.social-links-inner:hover .fa-linkedin:before {
    color: #0072ae;
    transition: all .2s ease-in;
}

.social-links-inner:hover .fa-linkedin:before {
    border-style: solid;
}

.social-links-inner:hover p {
    font-size: 30px;
    transition: all .3s
}

.social-links-inner {
    width: 100%;
    background: #1d203121;
    margin-bottom: 20px;
    padding: 20px;
    transition: all .3s;
    padding-bottom: 15px;
    box-sizing: border-box;
}

.social-links-inner i {
    font-size: 60px;
    color: #1d2031;
    margin-right: 30px;
    transition: all .3s;
    font-family: 'FontAwesome';
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-links-inner p {
    font-size: 30px;
    font-weight: 600;
    padding-top: 0px;
    color: #1d2031;
    transition: all .3s;
    margin: 0;
}

.social-links-inner a {
    display: flex;
    align-items: center;
}

.star-wrapper i {
    color: var(--lime);
    font-size: 40px;
}

.star-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 160px;
    justify-content: center;
}

.content-fold-c::before {
    background: #333;
    width: 100%;
    height: 100%;
}

.blog-inner p a {
    color: var(--emerald);
    font-weight: 700;
}

.blog-inner {
    padding: 70px 0px;
}

.blog-image {
    width: 400px;
    float: left;
    margin-right: 20px;
}

.blog-image * {
    height: 400px;
    width: 400px;
}

.blog-inner ul li::marker {
    color: var(--emerald);
}

.blog-inner :is(ul, ol) li{
    margin-bottom:5px;
}

.blog-inner :is(ul, ol) li :is(b, strong){
    color: var(--emerald);
}

.blog-inner :is(ul, ol) {
    padding-left:20px;
}

.cff-visual-header .cff-header-hero {
    display: none;
}

.cff-wrapper {
    font-family: 'Poppins';
}

.cff-visual-header.cff-has-cover .cff-header-img {
    top: 0px;
}