.wp-block .insights ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.wp-block .insights ul li a{
    display: flex;
    flex-wrap: wrap;
    cursor: default;
    pointer-events: none;
}
.wp-block .insights ul li a .date{
    flex-basis: 100%;
}
.wp-block .insights .justify-content-between{
    justify-content: space-between;
}
.wp-block .insights .align-items-center{
    align-items: center;
}
.insights h2{
    margin-bottom: 80px;
}
.insights ul li a{
    border-bottom: 1px solid #231F20;
    padding: 16px 0px;
    text-decoration: none !important;
    color: #231F20;
}
.insights ul li a .date{
    width: 140px;
}
.insights ul li a .title{
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    width: calc(100% - 240px);
}
.insights ul li a .read-more{
    width: auto;
    font-size: 17px;
    position: relative;
}
.insights ul li a .read-more:after{
    content:"";
    width: 0%;
    height: 1px;
    background-color: transparent;
    position: absolute;
    bottom: 2px;
    left: 0px;
    transition: all 300ms cubic-bezier(.175,.885,.32,1.075);
}
.insights ul li a:hover .read-more:after{
    background-color: #231F20;
    width: 100%;
}
.insights .pager{
    margin-top: 80px;
}
.insights .pager a{
    display: flex;
    align-items: center;
    color: #231F20;
    text-decoration: none;
    transition: opacity 500ms ease;
    font-size: 22px;
}
.insights .pager a:hover{
    opacity: 0.5;
}
.insights .pager .post-prev a:after{
    content:"";
    display: block;
    width: 50px;
    height: 1px;
    background-color: #231F20;
}
.insights .pager .post-next a:before{
    content:"";
    display: block;
    width: 50px;
    height: 1px;
    background-color: #231F20;
}
.insights .pager .post-prev a:after{
    margin-left: 16px;
}
.insights .pager .post-next a:before{
    margin-right: 16px;
}

@media (min-width: 0px) and (max-width: 480px){
    .insights h2{
        margin-bottom: 30px;
    }
    .insights ul li a{
        display: flex;
        flex-wrap: wrap;
    }
    .insights ul li a .date{
        flex-basis: 100%;
        width: 100%
    }
    .insights ul li a .title{
        flex-basis: 100%;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 19px;
    }
    .insights .pager a{
        font-size: 15px;
    }
    .insights .pager .post-prev a:after,
    .insights .pager .post-next a:before{
        width: 25px;
    }
}
@media (min-width: 481px) and (max-width: 576px){
    .insights ul li a{
        flex-wrap: wrap;
    }
    .insights ul li a .date{
        flex-basis: 100%;
        width: 100%
    }
    .insights ul li a .title{
        width: calc(100% - 120px);
        font-size: 20px;
    }
    .insights .pager a{
        font-size: 16px;
    }
    .insights .pager .post-prev a:after,
    .insights .pager .post-next a:before{
        width: 30px;
    }
}
@media (min-width: 577px) and (max-width: 767px){
    .insights ul li a{
        flex-wrap: wrap;
    }
    .insights ul li a .date{
        flex-basis: 100%;
        width: 100%
    }
    .insights ul li a .title{
        width: calc(100% - 120px);
        font-size: 20px;
    }
    .insights .pager a{
        font-size: 18px;
    }
    .insights .pager .post-prev a:after,
    .insights .pager .post-next a:before{
        width: 30px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .insights ul li a .title{
        font-size: 20px;
    }
    .insights ul li a .read-more {
        width: 130px;
        text-align: right;
    }
    .insights .pager a{
        font-size: 17px;
    }
    .insights .pager .post-prev a:after,
    .insights .pager .post-next a:before{
        width: 35px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .insights ul li a .title{
        font-size: 22px;
    }
    .insights ul li a .read-more {
        width: 130px;
        text-align: right;
    }
    .insights .pager a{
        font-size: 18px;
    }
    .insights .pager .post-prev a:after,
    .insights .pager .post-next a:before{
        width: 40px;
    }
}
@media (min-width: 1200px) and (max-width: 1340px){
    .insights ul li a .title{
        font-size: 24px;
    }
    .insights .pager .post-prev a:after,
    .insights .pager .post-next a:before{
        width: 45px;
    }
}