.brokerListBox-sec {
    padding: 20px;
    transition: all ease 0.5s;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
        rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    border-radius: 7px;
    height: 100%;
    position: relative;
}

.brokerListBox-list > .broker-logo {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 24px;
    font-weight: 600;
    color: var(--theme-primary-color);
    flex-direction: column;
}

.brokerListBox-sec .broker-logo {
    text-align: center;
}
.brokerListBox {
    margin-bottom: 50px;
}
.broker-logo img {
    height: 75px;
    padding: 1px;
    background-color: #f2f2f2;
}

.broker-logo .small-heading {
    margin-bottom: 7px;
    font-weight: 700;
}
.broker-logo .raview-rating {
    color: #000;
}
.brokerListBox .box-links {
    margin-top: 0;
    position: absolute;
    bottom: 20px;
}
.brokerListBox .review-star {
    font-size: 22px !important;
    margin-bottom: 5px;
}
.brokerListBox .box-links a {
    min-width: 150px;
    justify-content: center;
}
.overall-summary tr th {
    width: 300px;
}
.overall-summary .review-star {
    font-size: 36px;
    line-height: 36px;
}
.brokerListBox-list {
    padding: 20px;
    transition: all ease 0.5s;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
        rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    border-radius: 7px;
}

.brokerListBox > .broker-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.brokerListBox {
    margin-bottom: 50px;
}
.brokerListBox-sec .quickFactsFlex {
    align-items: center;
}
.brokerListBox-sec:hover .box-links a i {
    transform: translateX(7px) !important;
}
@media (max-width: 767px) {
    .overall-summary tr th {
        width: 200px;
    }
    .overall-summary .review-star {
        font-size: 30px;
        line-height: 30px;
    }
}
@media (max-width: 575px) {
    .overall-summary tr th {
        width: 165px;
        font-size: 14px;
    }
    .overall-summary .review-star {
        font-size: 24px;
        line-height: 24px;
    }
}
