.UIServiceCategory_hotro2 .ServiceCategory{
        margin: 40px 0;
}
.UIServiceCategory_hotro2 .ServiceCategory .Title{
        text-align: center;
        margin-bottom: 40px;
}
.UIServiceCategory_hotro2 .ServiceCategory .Title span{
        font-family: Ford Antenna;
        font-weight: 500;
        font-size: 36px;
        line-height: 100%;
        text-align: center;
        color: #1F7BFF;
}
.UIServiceCategory_hotro2 .ServiceCategory .Content ul{
        display: flex !important;
        gap: 40px;
        flex-wrap: wrap;
}
.UIServiceCategory_hotro2 .ServiceCategory .Content ul>li{
        width: calc((100% - 80px) / 3);
        padding: 0;
        margin: 0;
        /* border-radius: 12px; */
}
.UIServiceCategory_hotro2 .ServiceCategory .Content ul>li>.item{
        position: relative;
        z-index: 1;
        /* border-radius: 12px; */
}
.UIServiceCategory_hotro2 .ServiceCategory .Content ul>li>.item span{
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        padding: 80px 0 20px 0;
        text-align: center;
        font-family: 'Merriweather';
        font-weight: 600;
        font-size: 20px;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        transition: all 0.5s ease;
        background: linear-gradient(180deg, rgba(12, 90, 219, 0) 0%, #001944 100%);
        border-radius: 0 0 12px 12px;
}
.UIServiceCategory_hotro2 .ServiceCategory .Content ul>li:hover>.item  span{
        color: var(--color-primary);
}
.UIServiceCategory_hotro2 .ServiceCategory .Content ul>li img{
        display: block;
        height: 250px;
        width: 100%;
        border-radius: 12px;
        z-index: 0;
}
@media only screen and (max-width: 768px){
        .UIServiceCategory_hotro2 .ServiceCategory{
                padding: 0 10px;
                margin: 10px 0 !important;
        }
        .UIServiceCategory_hotro2 .ServiceCategory .Content ul{
                gap: 20px;
        }
        .UIServiceCategory_hotro2 .ServiceCategory .Content{
                padding: 0;
        }
        .UIServiceCategory_hotro2 .ServiceCategory .Content ul>li{
                width: 100%;
        }
}
