ul .mat-main-box-wrap li {
    list-style: none !important;
}
li.box-mt:not(:last-of-type) {
    margin-bottom: 20px;
}
.box-mt:hover {
    border-radius: 8px;
}
.mat-image-box-inner {
    display: flex;
    align-items: center;
}
.mat-image-box-left img {
    width: 55%;
    margin-left: 16px;
}
.mat-image-box-left {
    width: 20%;
}

.mat-image-box-right {
    width: 80%;
    padding-left: 10px;
    padding-top: 5px;
}

.mat-image-box-right h4 {
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #000;
}

.mat-image-box-right p {
    font-family: 'Roboto',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    align-items: center;
    color: #777;
    margin-bottom: 3px !important;
}


