.doubleElements
{
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    flex-wrap: wrap;
}

.doubleElements > div{
    width: calc(50% - 16px);
    margin-bottom: 32px;
}

.doubleElement__image img
{

    object-fit: cover;
    object-position: center;
    width: 100%;
    margin: 0 auto;
}

.doubleElement__content{
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 24px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--color-primary);
    padding: 18px 24px;
    border: 1px solid var(--color-primary);
    box-sizing: border-box;
    backdrop-filter: blur(16px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.doubleElement__content img{
    width: 12px;
    margin-left: 15px;
}

.quote {
    font-size: 3.2rem;
    line-height: 40px;
}
.quoteWrapper {
    text-align: right;
}

.quoteWrapper p{
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 24px;
    text-align: right;
    letter-spacing: 0.25px;
}

div.doubleElement:nth-child(odd) {
    margin-top: calc(-50% + 112px);
}
img.homeItemsArrows-next
{
    display: inline-block;
}