#articlebg{
    margin-top: 16px;
    padding:0px 15px;
}
#articlebg .inside{
    background: #fff;
    padding:26px;
    border-radius: 4px;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 30%);
    height: 100%;
}
#articlebg .inside h3 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}
#articlebg .inside .home-blog-snippet {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#articlebg .inside p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
}
#articlebg  .button {
    background: #2E305C;
    box-shadow: 0 0;
    display: inline-block;
    font-size: 14px;
    padding: 1rem 1rem 1rem 4.5rem;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 18px;
    position: relative;
    transition: 0.2s;
}
#articlebg  .button:before{
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    display: block;
    background: #fa8c28;
    font: normal normal normal 16px/1 FontAwesome;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

#articlebg  .parallelogram{
    transform: skew(-12deg);
}
#articlebg  .skew-fix{
    display:inline-block;
    transform: skew(12deg);
}

@media all and (max-width: 767px) {
    #articlebg .inside p {
        font-size: 16px!important;
        line-height: 26px;
        margin-top: 10px;
    }
}
