body{
    font-family: 'Poppins', sans-serif !important; 
}
.rocket>img {
    position: relative;
    
   
    height: 100%;
    /* width: 110%; */

    /* transition: all  ease-in-out; */

}
.class{
    /* border: 2px solid yellow; */
    /* height: 100%; */
    width: 53%;
    z-index: 10;
    left: -3%;
    /* top: 12%; */
    bottom: 0;
}


.rocket_wrapper {

background: rgba(229, 235, 255, 0.8);
height: 100vh;
}

.rocket {
    width: 120%;
    bottom: 0;
    left: -35px;
    z-index: 10;
    /* overflow: hidden; */
}

/* @media (max-width: 992px) {
    .rocket>img{
        position: absolute;
        bottom: 0;
        left: -35px;
        z-index: 10;
        height: 75%;
        
    }
 
} */
.icon-container {
    margin-bottom: 20px;
}
.background-white{
    background:white;
}