.content-inspirations .card:nth-child(3) {
    transform: rotate(2deg);
}
.content-inspirations .card:nth-child(5) {
    transform: rotate(-0.5deg);
}
.content-inspirations .card:nth-child(8) {
    transform: rotate(1deg);
}
.content-inspirations .card:nth-child(10) {
    transform: rotate(-2deg);
}
.content-inspirations .card:nth-child(12) {
    transform: rotate(-0.5deg);
}
.content-inspirations .card:nth-child(15) {
    transform: rotate(0.5deg);
}
