.wd-post:not(.wd-post--multicolumn):before {
    width: 50px;
    top: 20px;
    left: -20px;
}

.wd-post:not(.wd-post--multicolumn):before {
    content: "";
    display: block;
    background: #f37022;
    height: 100%;
    width: 80px;
    top: 25px;
    left: -25px;
    position: absolute;
}

.wd-post__content {
    padding: 25px 25px 20px;
    position: relative;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-top: 3px solid #03889b;
    background: #fff;
    transition: all .3s ease;
    width: 100%;
}

.wd-post__content {
    padding: 25px 40px 25px;
}

.wd-post:not(.wd-post--multicolumn) .wd-post__content {
    border: none;
}

.wd-post:not(.wd-post--multicolumn) .wd-post__title {
    font-size: 20px;
}

.wd-post:not(.wd-post--multicolumn) .wd-post__title {
    margin: 10px 0 20px;
    text-align: left;
}

.wd-post:not(.wd-post--multicolumn) {
    margin-bottom: 20px;
}

@media screen and (min-width: 40em) .wd-post:not(.wd-post--multicolumn) {
    transform: translateX(40px);
    width: calc(100% - 40px);
}

.large-up-1 .wd-post:not(.wd-post--multicolumn) {
    margin-bottom: 20px;
}

.prodduct-list li a {
    color: #013976;
    font-size: 19px;
    font-weight: 600;
    line-height: 35px;
}

/*.prodduct-list li a:hover {
    color: #03889b;
    font-size: 14px;
    line-height: 35px;
    text-decoration: none;
}*/

.wd-post__title {
    color: #013976;
    font-weight: 600;
}

@media(max-width:991px) {
    .product-col {
        margin-bottom: -15px;
    }
}

.wd-post:not(.wd-post--multicolumn) {
    transform: translateX(40px);
    width: calc(100% - 40px);
}

.wd-post__content:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    border: 1px solid #03889b;
    border-top: 3px solid #03889b;
    transform: translateY(-7px);
}

.new-row {
    margin-top: 50px;
}

.new-row .col-md-6 {
    margin-bottom: 50px;
}

.col-equal-height {
    min-height: 255px;
}

.col-equal-height-1 {
    min-height: 350px;
}

.col-equal-height-2 {
    min-height: 200px;
}

.margin-row {
    margin-top: 50px;
}

.margin-row p {
    font-size: 16px;
    line-height: 25px;
}

.wd-post__body .prodduct-list li {
    list-style: none;
}

/*.wd-post__body .prodduct-list li:before {
    content: "\f08e";
    font-family: "Font Awesome 6 Free";
}*/


@media (min-width: 320px) and (max-width: 480px) {
    .pl-5 {
        padding-left: 0.5rem !important;
    }

    .pr-5 {
        padding-right: 0.5rem !important;
    }
    .product-col{
        padding-top: 10px;
    }

    .product-col .prodduct-list{
        padding: 0px !important;
    }

    .wd-post__content{
        padding: 25px 20px 25px;
        margin-bottom: 10px;
    }

    .wd-post:not(.wd-post--multicolumn){
        width: calc(100%);
    }

    .column-block{
        margin-left: -35px;
    }

    .prodduct-list li a{
        font-size: 16px !important;
    }

    .wd-post:not(.wd-post--multicolumn):before{
        left: -38px !important;
    }
}