.endpoints {
    gap: 90px;
    max-width: 769px;
    margin: auto;
}
.endpoints > img {
    width: 269px;
    height: 269px;
}
.endpoints img {
    transition: transform 0.5s ease; /* Transição suave para a imagem */
}

.scale-up-img {
    transform: scale(1.2) rotate(-15deg);
}

.images-code {
    position: relative;
    height: 328px;
    width: 364px;
}
.images-code > img {
    position: absolute;
}