.cw2-golden-seals {
    padding: 59px 0 0;
}

.cw2-golden-seals .title {
    margin-bottom: 17px;
    text-align: center;
    font-weight: 700;
}

.cw2-golden-seals .description {
    margin-bottom: 11px;
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
}

.cw2-golden-seals .items {
    display: flex;
    flex-wrap: wrap;
}

.cw2-golden-seals .items .item {
    position: relative;
    display: flex;
    min-height: 160px;
    align-items: center;
    flex: 0 0 calc(50% - 4px);
    max-width: calc(50% - 4px);
    margin-bottom: 20px;
    padding: 35px 10px 35px 167px;
    z-index: 1;
}

.cw2-golden-seals .items .item:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 23px;
    right: 0px;
    bottom: 23px;
    left: 80px;
    background: #000;
    border-radius: 13px;
}

.cw2-golden-seals .items .item:nth-child(odd) {
    margin-right: 4px;
}

.cw2-golden-seals .items .item:nth-child(even) {
    margin-left: 4px;
}

.cw2-golden-seals .items .item .image {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    width: 160px;
    z-index: 5;
}

.cw2-golden-seals .items .item .image img {
    display: block;
}

.cw2-golden-seals .items .item .text {
    font-size: 18px;
    line-height: 1.11;
    color: #fdc743;
}

.cw2-golden-seals .items .item .text p {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .cw2-golden-seals .items {
        display: block;
    }

    .cw2-golden-seals .items .item {
        max-width: unset;
    }
}
