*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "poppins" ,sans-serif;
}
section{
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    max-width:inherit;
}
section .imgBx{
    position: relative;
    width: 65%;
    height: 100%;
    background-color: #f5f9fd;
}
section .imgBx::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
section .imgBx img{
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    align-items: center;
}
section .center-sign{
     width:35%;
  }
@media all and (max-width: 1330px) and (min-width: 1170px){
	section .imgBx {
        align-items: center;
        position: relative;
        width: 60%;
        height: 100%;
        background-color: #f5f9fd;
        min-zoom: 20px;
    }
    section .imgBx img{
        top: auto;
        left: auto;
        /* max-width: 100%; */
    width: 100%;
    height: auto;
    object-fit: cover;
    align-items: center;
    }
    section .imgBx .imgBx-1 {
      padding-top: 100px;
    }
     section .center-sign{
     width:40%;
     }
}

@media all and (max-width: 1170px) and (min-width: 800px){
     section .imgBx {
        align-items: center;
        position: relative;
        width: 50%;
        height: 100%;
        background-color: #f5f9fd;
        min-zoom: 20px;
    }
    section .imgBx img{
        top: auto;
        left: auto;
        /* max-width: 100%; */
    width: 100%;
    height: auto;
    object-fit: cover;
    align-items: center;
    }
    section .imgBx .imgBx-1 {
      padding-top: 100px;
    }
     section .center-sign{
     width:50%;
     }
}




@media  (max-width: 800px) {
    section {
        display: grid;
         background-color: #f5f9fd;
            align-items: center;
         justify-content: center;
    }
    section .imgBx {
        position: absolute;
        width: 0%;
        height: 100%;
        background-color: #f5f9fd;
        min-zoom: 20px;
    }
    section .center-sign{
     width:100%;
     }
}
