/* *{
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}
.contai{
    width: 90vw;
    margin: auto;
    box-sizing: border-box;
    padding-top: 20px;
}
.table1 div:first-child{
    height: 100vh;
    background-color: aqua;
}
.table1 div:last-child{
    height: 100vh;
    background-color: brown;
} */
body{
    background-color: #ccc;
}

* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

.contai {
    width: 80%;
    margin: auto;
    box-sizing: border-box;
    background-color: #e6e7e8;
    padding: 7vh;
    /* display: flex; Use flexbox to arrange items */
}

.logo{
    height: 30%;
}
.logo img{
    /* height: 100%; */
    width: 20%;
    padding: 1vh 0;
}
/* .header{
    height: 30vh;
    
} */
.header img{
    /* height: 40%; */
    width: 90%;
    /* padding: 30px 0; */
    margin: auto;
    margin-top: 5%;
    margin-bottom: 0.3%;
}

.table1 .img-table-1,
.table1 .img-table-2 {
  
      display: grid;
       /* grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); */
            gap: 20px;
            padding: 30px 0;
        }

.table1 .img-table-1 img,
.table1 .img-table-2 img{ 
   width: 90%;
   margin: auto;
   /* height: 70%; */
}


.gradient-background {
    height: 0.5vh; /* Adjust the height as needed */
    background: linear-gradient(to right, #0d6efd, #d63384); /* Adjust the colors as needed */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff; /* Set the text color to be visible on the gradient background */
    margin-top: 2%;
    margin-bottom: 2%;
}

.table-3 .img-table-3,
.table-3 .img-table-4 {
  
    /* height: 100vh; */
    /* margin-top: 30px; */

    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); */
         /* gap: 50px; */
         padding: 30px 0;
}

.table-3 .img-table-3 img,
.table-3 .img-table-4 img{
   width: 90%;
   margin: auto;
   /* height: 80%; */
}
.report img{
    width: 70%;
    margin: 2% 0;
}

.footer img{
    width: 70%;
    margin: 2% 0;
    margin-bottom: 10%;
}


