.RoundGraphsTable{
    height: 60vh;
    position: relative;
    bottom: 100vh;
}

.RoundGraphsTable .table_graphs{
    width: 100%;
    transform: scale(0.7);
    max-width: 1260px;
    max-height: 985px;
    margin: auto;
}

.col-2 .roundGraph-1{
    background-image: url(../Images/top_web_graph01.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    border: 20px solid #ff9954;
    width: 10vw;
    height: 10vw;
    display: inline-block;
        max-width: 127px;
    max-height: 127px;
}

.col-2 label{
    font-size: 1.8em;
    color: #d67c3e;
}

.col-4 .roundGraph-2{
    background-image: url(../Images/top_web_graph02.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    border: 20px solid #f4716b;
    width: 10vw;
    height: 10vw;
    display: inline-block;
        max-width: 127px;
    max-height: 127px;
}

.col-4 label{
    font-size: 1.8em;
    color: #f7a09c;
}

.col-6 .roundGraph-3{
    background-image: url(../Images/top_web_graph03.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    border: 20px solid #5fbcd3;
    width: 10vw;
    height: 10vw;
    display: inline-block;
        max-width: 127px;
    max-height: 127px;
}

.col-6 label{
    font-size: 1.8em;
    color: #73bdd0;
}

.col-8 .logo-1{
	background-image: url('../Images/toplogo.png');
	background-size:contain;
	background-repeat: no-repeat;
	width: 20vw;
    height: 10vw;
	display:inline-block;
}

.col-10 .roundGraph-4{
    background-image: url(../Images/top_web_graph04.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    border: 20px solid #d35e8d;
    width: 10vw;
    height: 10vw;
    display: inline-block;
        max-width: 127px;
    max-height: 127px;
}

.col-10 label{
    font-size: 1.8em;
    color: #da85a7;
}

.col-12 .roundGraph-5{
    background-image: url(../Images/top_web_graph05.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    border: 20px solid #8d5fd3;
    width: 10vw;
    height: 10vw;
    display: inline-block;
        max-width: 127px;
    max-height: 127px;
}

.col-12 label{
    font-size: 1.8em;
    color: #8c5ed3;
}

.col-14 .roundGraph-6{
    background-image: url(../Images/top_web_graph06.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    border: 20px solid #37c871;
    width: 10vw;
    height: 10vw;
    display: inline-block;
        max-width: 127px;
    max-height: 127px;
}

.col-14 label{
    font-size: 1.8em;
    color: #57ce87;
}
