
.indexx{
    width: 100%;
    border: 0.3px solid wheat;
    margin: 10px;
}
.indx{
    height: 200px;
}
.indx1{
    background-image: url('/img/F10-240x240.jpg');
    background-size: 100% 100%;
    width: 50%;
    height: 100%;
    clip-path: circle(50%);
    border: solid;
}
.indx2{
    width: 100%;
}
.indx11{
    background-image: url('/img/FEL-240x240.jpg');
}
.indx12{
    background-image: url('/img/Tractor-240x240.jpg');
}
.indx13{
    background-image: url('/img/m.jpg');
}
.indx14{
    background-image: url('/img/f.jpg');
}
.indx15{
    background-image: url('/img/F12-240x240.jpg');
}

@media(max-width: 768px){
    .indexx{
        margin: 3px;
    }
    .indx1{
        width: 20%;
        height: 45%;
    }
    .indx2 p{
        font-weight: 600;
        font-size: medium;
        
    }
}