/* 
Style For Index
*/
/* Content Style Start */
body,html{
    overflow-x: hidden;
}
.content img{
    width: 800px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: -108px;
    display: block;
    }

    @media only screen and (max-width: 600px) {
        .content img{
            width: 80%;
            height: auto;
            margin-top: 0;
            }
      }
/* Content Style End */


/* LOGOS Style Start */
.logos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
 @media only screen and (max-width: 600px) {
    .logos {
        display: block;

    }
    .logos img{
        width: 18%;
    }
  } 

/* LOGOS Style End */