.more-options-brokers-rows{
    text-align: center;
}
.more-options-brokers-row{
    padding: 15px 30px 15px 15px;
    background-color: var(--color-bg);
    margin-top: 10px;
    display: inline-flex !important;
    justify-content: center;
    text-align: left;
    border-radius: 20px;
    border: 1px solid #EBEBEB;
}
.more-options-brokers-row:hover,
.more-options-brokers-row:focus{
    text-decoration: none;
    outline: none;
}
.more-options-brokers-row,
.more-options-brokers-row .compares,
.more-options-brokers-row .compares .w {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.more-options-brokers-row .image {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.more-options-brokers-row .compares {
    flex: 1;
    padding: 0 0 0 50px;
}
.compares .txt {
    font-weight: bold;
    padding-right: 30px;
    font-size: 21px;
    line-height: 1;
}
.btext {
    padding: 0 25px 0 25px;
    font-weight: bold;
    font-size: 21px;
    line-height: 1;
}
.more-options-brokers-rows {
    padding: 10px 0;
}
.more-options-brokers-rows + .desc{
    font-size: 12px;
}
.compares .plus {
    padding-left: 30px;
    font-weight: bold;
    font-size: 21px;
    line-height: 1;
}
.compares .img {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.more-options-brokers-row .image .txt {
    display: none;
}
.plus_txt {
    display: flex;
    align-items: center;
}
.more-options-brokers-row .image,
.compares .img{
    width: 200px;
}
.more-options-brokers-row .image img,
.compares .img img{
    width: auto;
    height: 50px;
    object-fit: contain;
}
.more-options-brokers-row.bottom .compares {
    align-items: flex-end;
}

@media (max-width: 1024px){
    .more-options-brokers-row {
        flex-direction: column;
        padding: 15px 0;
        width: 100%;
    }
    .more-options-brokers-row .compares .w{
        flex-wrap: nowrap;
    }
    .more-options-brokers-row .compares {
        padding: 5px 0 0 0;
        flex-wrap: nowrap;
        flex-direction: row;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }
    .compares .txt{
        font-size: 14px;
        padding-right: 10px;
    }
    .btext{
        padding: 0 0 0 0px;
        font-size: 18px;
    }
    .compares .plus {
        padding-left: 0px;
        font-size: 18px;
    }
    .more-options-brokers-row .image {
        flex-direction: column;
        gap: 10px;
    }
    .more-options-brokers-row .image,
    .compares .img{
        width: 135px;
    }
    .more-options-brokers-row .image img,
    .compares .img img{
        width: auto;
        height: 40px;
    }
    .more-options-brokers-row .image .txt {
        display: block;
        font-size: 14px;
        font-weight: bold;
        padding-left: 0;
        color: rgb(0 106 167 / 50%);
        align-items: flex-end;
    }
    .compares .txt{
        display: none;
    }
    .plus_txt{
        gap: 5px;
    }
    .compares .img{
        width: auto;
    }
    .compares .img img{
        max-width: 135px;
    }
}