
.content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
        text-align: center
}


.content__title-first {
    display: block;
    font-family: forma-djr-deck, sans-serif;
    font-weight: 500;
    text-transform: uppercase
}

.content__title-second {
    font-family: tenez, sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase
}

.image {
    cursor: pointer;
    display: grid;
    margin: 0 1vw;
    max-width: 30vw;
    overflow: hidden;
    position: relative
}

.image--style-1 {
    border-radius: 145px;
    height: 450px;
    width: 285px
}

.image>.image__element, .image__wrap {
    border-radius: inherit;
    grid-area: 1/1/2/2;
    height: 100%;
    position: relative;
    transform-origin: inherit;
    width: 100%;
    will-change: transform
}

.image__wrap {
    overflow: hidden
}

.image__element {
    background-position: 50% 50%;
    background-size: cover;
    height: 100%;
    width: 100%
}
