.cross-scheme-block {
    margin-bottom: 5px;
    padding: 10px;
}
.scheme-flex-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.cross-scheme-icon {
    width: 150px;
    height: auto;
    margin: 10px;
}
.scheme-block-wrapper .icon-container{
    cursor: pointer;
}
.icon-text {
    font-size: medium;
    font-weight: 300;
}

.scheme-value-text {
    font-size: 3em;
}