#exchangeRates{
    width: 100%;
    height: 100px;
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 10px;
}
#exchangeRates .sidebar-widget-top-title{
    display: flex;
    align-items: center;
    padding: 0 20px;
    font-weight: bold;
    color: #fff !important;
    height: 40px;
}
.EX__body{
    display: flex;
    flex-direction: row;
    height: 60px;
    font-size: 20px;
    font-weight: 700;
    color: #80868e;
}
.EX__body div{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bit_ex_gazp{
    width: 100%;
    height: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    color: #80868e;
}