.container-fluid{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;

}
.op-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.container-fluid img{
    width: 40%;
}
@media (max-width: 900px){
    .container-fluid{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    
    }

    .container-fluid img{
        width: 400%;
    }
}
#main-image{
    width: 40%;
}
.counter-txt{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


   