.modzone-ml{
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;

}
.p-2 {
    padding-right: 7px;
    padding-left: 7px;
    padding-top: 5px;

}

.modzone-ml .mz-modlist-item .modlist-item-img    {
    /* [disabled]height: 120px; */
    width: 100%;
}
.mz-modlist-item .mz-modlist-item-footer {
    font-size: 13px;
    color: rgba(153,153,153,1.00);
    margin-bottom: 0px;
    /* [disabled]border-bottom: 1px solid #DCDCDC; */
}
.mz-modlist-item-title {
    font-size: 14px;
    margin-bottom: 0px;
}
.modzone-ml .mz-modlist-item   {
    /* [disabled]padding: 1em; */
    height: auto;
    /* [disabled]margin-top: 10px; */
    -webkit-column-break-inside: avoid;
    /* [disabled]border: 1px solid #000; */
    break-inside: avoid;
    /* [disabled]background-color: rgba(243,243,243,1.00); */
    margin-bottom: 1rem;


}.text-dark {
     color: #3A3A3A;
 }
.article-container {
    margin-bottom: 6rem;
    margin-top: 1rem;
}
.article-info {
    margin-top: 4rem;
    margin-bottom: 6rem;
}



@media (max-width:465px){
    .modzone-ml{
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        -moz-column-gap: 10px;
        -webkit-column-gap: 10px;
        column-gap: 10px;

    }
    .article-info {
        margin-top: 0rem;
        margin-bottom: 6rem;
    }
    .services-details-image {
        margin-left: -15px;
        margin-right: -15px;
        padding: 0px;
    }
}
