.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
    max-height: 250px; /* Ajoutez cette ligne pour limiter la hauteur de l'image */
    width: auto; /* Ajoutez cette ligne pour que la largeur s'ajuste proportionnellement */
}
.w-30{
    height: 30%;
}
.w-70{
    width: 70%;
}

.h-1{
    height: 128px;
}
.h-5{
    height: 100vh;
}

.icon-0 {
    width: 8px;
    height: 8px;
}
.icon-1 {
    width: 16px;
    height: 16px;
}
.icon-2 {
    width: 32px;
    height: 32px;
}
.icon-3 {
    width: 64px;
    height: 64px;
}
.icon-4 {
    width: 128px;
    height: 128px;
}
