.boxImg {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 120px;
}

.boxImg > img {
    width: 40%;
    cursor: pointer;
}