.dragons-images{
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
    justify-content: center;
    padding: 1em;
}
.box-details img{
    max-width: 150px;
}