.table-iq-compared-country {
    margin: 50px auto;
}

.table-iq-compared-country  > div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.table-iq-compared-country > div > div {
    text-align: center;
    margin: 6px 8px;
    border-radius: 5px;
    padding: 10px 0;
    border: 1px solid #D7D7D7
}
.table-iq-compared-country > div.header > div {
    font-size: 24px;
    font-weight: 800;
    background: #f3f4f6;
    border: none;
}

.table-iq-compared-country > div > .country {
    width: 25%;
    position: relative;
}
.table-iq-compared-country  > div > .avg_iq {
    width: 25%;
}
.table-iq-compared-country  > div > .compare {
    width: 50%;
}

.table-iq-compared-country .r .country img {
    position: absolute;
    right: 6px;
    top: 6px;
}