.tpsearchmm{
    margin-bottom: 40px;
}
.tpsearchmm:last-child{
    margin-bottom: 0;
}
.tpsearchmm:last-child{
    margin-bottom: 0;
}
.tpsearchmm .mmtitle{
    margin-bottom: 25px;
    font-size: 25px;
    line-height: 35px;
    color: #deac45;
}
.tpsearchmma .magrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpsearchmma .magrip > div{
    padding: 0 15px;
    width: 25%;
    margin-bottom: 35px;
}

.itsearchmmb{
    margin-bottom: 20px;
    background-color: #370000;
}
.itsearchmmb .mbgrip{
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0 -12px;
}
.itsearchmmb .mbgrip > div{
    padding: 0 12px;
}
.itsearchmmb .mbgrip .lcol{
    width: 300px;
}
.itsearchmmb .mbgrip .rcol{
    width: calc(100% - 300px);
}
.itsearchmmb .mbdess{
    padding: 10px 0;
}
.itsearchmmb .dstitle{
    margin-bottom: 10px;
}
.itsearchmmb .dstitle, .itsearchmmb .dstitle h3{
    font-size: 22px;
    line-height: 32px;
    max-height: 64px;
    overflow: hidden;
    font-weight: 400;
}
.itsearchmmb .dsdates{
    color: #cccccc;
    margin-bottom: 10px;
}
.itsearchmmb .dstends{
    color: #deac45;
    font-size: 15px;
    line-height: 23px;
}

.scbackpage a{
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
}
.scbackpage a span{
    display: inline-block;
    padding-left: 28px;
    position: relative;
}
.scbackpage a span::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 54%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    .tpsearchmm{
        margin-bottom: 30px;
    }
    .tpsearchmm .mmtitle{
        font-size: 18px;
        line-height: 27px;
    }
    .tpsearchmma .magrip{
        margin: 0 -10px;
    }
    .tpsearchmma .magrip > div{
        padding: 0 10px;
        width: 33.33333%;
        margin-bottom: 30px;
    }

    .itsearchmmb .dstends{
        display: none;
    }
}
@media all and (max-width: 767px){
    .tpsearchmma .magrip{
        margin: 0 -5px;
    }
    .tpsearchmma .magrip > div{
        padding: 0 5px;
        width: 50%;
        margin-bottom: 20px;
    }

    .itsearchmmb .mbgrip{
        margin: 0 -7px;
    }
    .itsearchmmb .mbgrip > div{
        padding: 0 7px;
    }
    .itsearchmmb .mbgrip .lcol{
        width: 135px;
    }
    .itsearchmmb .mbgrip .rcol{
        width: calc(100% - 135px);
    }
    .itsearchmmb .dstitle{
        margin-bottom: 5px;
    }
    .itsearchmmb .mbdess{
        padding: 6px 0;
    }
    .itsearchmmb .dstitle, .itsearchmmb .dstitle h3{
        font-size: 14px;
        line-height: 20px;
        max-height: 40px;
    }
    .itsearchmmb .dsdates{
        margin-bottom: 0;
    }
}