.brand-cards{background:var(--secondaryBtnHover)}
.tnr_Services{max-width:1280px;width:100%;margin:0 auto;padding:30px 0;text-align:center}
.tnrService_List{padding:0;margin:0}
.brandCardsTitle{color:var(--brandCardsTitle);text-align:left;font-weight:bold}
.tnrService_List ul{padding:0 24px;margin:25px 0;display:flex;flex-wrap:wrap;justify-content:center;gap:25px}
.tnrService_List ul li{border:1px solid var(--secondaryBtnVisited);list-style-type:none;border-radius:4px;margin-bottom:25px;flex:0 1 calc(25% - 25px)}
.tnrService_List .card{height:248px;display:flex;flex-direction:column;text-decoration:none;border:1px solid;border-color:var(--Interactive-Dark);overflow:hidden}
.tnrService_List .card-image{height:116px;flex-shrink:0;display:flex;justify-content:center;align-items:center;overflow:hidden;background:#f9f9f9}
.tnrService_List .card-image img{max-width:100%;max-height:192px;object-fit:contain}
.tnrService_List ul li:nth-child(3) .serviceImage img{object-fit:contain !important;object-position:center}
.tnrService_List .card-text{flex:1;padding:10px;overflow-y:clip}
.tnrService_List ul li .serviceContent .serviceTitle{margin-bottom:16px;font-size:var(--fontSize20);font-weight:var(--fontWeightSmall);line-height:var(--baseLineHeight);color:var(--primaryColor)}
.tnrService_List ul li .serviceContent .serviceDescription p{margin:0;color:var(--secondaryBlack);line-height:var(--lineHeight1and428)}
.tnrService_List .card:hover{text-decoration:none;border:1px solid;border-color:var(--brandCardsTitle)}
@media(max-width:1024px){.tnrService_List ul li{flex:0 1 calc(33.333% - 25px)}
}
@media(max-width:768px){.tnrService_List ul li{flex:0 1 calc(50% - 25px)}
}
@media(max-width:480px){.tnrService_List ul li{flex:0 1 100%}
}
@media(min-width:320px) and (max-width:833px){.tnr_Services{width:100%}
.tnrService_List ul{grid-template-columns:repeat(1,minmax(0,1fr))}
.tnrService_List ul li{width:100%;height:auto}
.tnrService_List ul li .serviceContent{padding:15px}
.tnrService_List ul li .serviceContent .serviceTitle{font-size:var(--fontSize14);font-weight:var(--fontWeightBold);line-height:var(--baseLineHeight);margin-bottom:15px}
.tnrService_List ul li .serviceContent .serviceDescription{margin-bottom:0}
}
@media(max-width:1270px){.tnrService_List ul li .serviceImage{max-width:42%}
.tnrService_List ul li .serviceContent{padding:15px 15px 15px 25px}
.tnrService_List ul li .serviceContent .serviceTitle{margin-bottom:10px}
}
@media(max-width:500px){.tnrService_List ul li .serviceImage img{height:306px !important}
.tnrService_List ul li .serviceContent{padding:15px 5px 15px 15px}
}
@media(max-width:375px){.tnrService_List ul li .serviceImage img{height:316px !important}
}