.uno-right .ourpltfm{
    margin: 0 auto;
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;

}
.uno-right .ourpltfm .boxrow {
    display: flex;
}
.uno-right .ourpltfm .boxrow .box {
    background-color: #FFF;
    border-radius: 8px;
    margin: 8px;
    width: 210px;
    height: 90px;
    display: flex;
    align-items: center;
}
.uno-right .ourpltfm .boxrow .box img{
    width: auto;
    height: auto;
    padding-left: 10px;
}
.uno-right .ourpltfm .boxrow .box .boxcont{
    align-content: center;
    flex-direction: row;
    padding-left: 10px;
    
}

.uno-right .ourpltfm .boxrow .box h3{
    font-size: 20px;
    text-transform: uppercase;
    color: #474444;
    font-weight: 600;
}
.uno-right .ourpltfm .boxrow .box p {
    font-size: 13px;
    color: #7D7B7B;
    padding-top: 0;
    margin-bottom: 0;
}
.uno-right .ourpltfm {
    width: 45%;

}
.circled {
    background-color: #fff;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    position: absolute;
    top: 24%;
    border: 6px solid #F4A01C;

}
.circled p{
    align-items: center;
    align-content: center;
    margin-top: 20px;
    text-align: center;
    color: #474141;
    font-size: 18px;
    font-weight: bold;
}
.uno-right .ourpltfm .boxrow .AXLE,.KAZITO {
    justify-content: flex-end;
    padding-right: 12px;
}

.uno-right .ourpltfm .boxrow .boxcont a:hover h3 {
    text-decoration: underline;
   /* color: #f4a01c;*/
}
.uno-right .ourpltfm .boxrow :hover
{
   background-color: #f6f6f6;
}

@media only screen and (max-width: 460px) {

    .uno-right .ourpltfm .boxrow {
        flex-direction: column;
        width: 100%;
    }
    .uno-right .ourpltfm {
        width: 100%;
    }
    .uno-right .ourpltfm .boxrow .box{
        width: 100%;
        margin-left: 0px;
        justify-content: center;
}
    .circled {
        position: static;
        background: none;
        width: 100%;
        position: absolute;
        border: none;
        height: 70px;
        position: static;
    }
    .uno-right .ourpltfm .boxrow .AXLE, .KAZITO{
        flex-direction: row-reverse;
    }
    .circled p {
        color: #fff;
    font-size: 24px;
    }
    .circled p br {
        display: inline;
    }
     .e-cen
    {
        width: 100%;
    }
    .product-heading .mob-pb0 {
    margin-bottom: 20px;
    }
    .uno-right .ourpltfm .boxrow .box img
    {
        padding-left: 0;
    }
    .uno-right .ourpltfm .boxrow .box .nova img
    {
        padding-left: 20px;
    }
    .uno-right .ourpltfm .boxrow .box .kazito img
    {
        padding-left: 5px;
    }
  }

  @media screen and (min-width: 768px) and (max-width: 992px) 
  {
    .ziva-uno .uno-left 
    
    {
      width: 100%; 
      min-height: 0;
}

.ziva-uno .uno-right {
    width: 100%;
    min-height: 0;
    display: block;
  }

}
   @media screen and (min-width: 992px) and (max-width: 1200px) 
  {
    .ziva-uno .uno-left 
    
    {
     width: 50%;
    min-height: 460px;
}
.ziva-uno .uno-right {
    width: 50%;
    min-height: 460px;
    
  }
}