

/*Partner page*/

.partner-page__third__items .fusion-text p {
    background-color: #fff;
    padding: 16px 12px;
    border-radius: 8px;
    margin-bottom: 8px;
    margin-top: 0;
}
.cash__list-item {
    background-color: #fcfcfc;
    border-radius: 8px;
    position: relative;
}

.cash__list-item.active h3, 
.cash__list-item.active p {
    color: #fff;
}

.partner-page_blocks h3 {
    font-size: 20px;
    font-weight: 400;
}

.partner-page_icon {
    position: absolute;
    width: 44px;
    height: 44px;
    display: flex;
    top: 24px;
    right: 24px;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    border-radius: 50%;
} 

@media (max-width: 1023px) {
    .order2 {
        min-height: 300px;
    }
}

@media (min-width: 1024px) {
    .order2 {
        order:2;
    }
}
