.arrows {
    display: flex;
    justify-content: center;
    justify-content: space-evenly;
    padding-bottom: 1rem;
}

.arrows img {
    height: 100px;
}

.arrow-right {
    transform: rotateY(180deg);
}

.arrow-left {
    /**/
}

@media screen and (max-width: 768px) {
    .arrows {
        display: none;
    }
}