
body {
    background-color: #cfe6ff;
}
@media (min-width: 768px) {
.tma-stat-wrapper {
    height: 100vh;
}
.tma-stat-item {
    border-radius: 50%;
    text-align: center;
}
.tma-stat-item:nth-child(even) {
    background-color: #180a77;
    width: 250px;
    height: 250px;
    color: #fff;
    font-size: 20px;
    padding: 6%;
}
.tma-stat-item:nth-child(odd) {
    background-color: #cfe6ff;
    height: 150px;
    width: 150px;
    color: #180a77;
    font-size: 20px;
    padding: 3%;
}
.tma-stat-item-wrapper .tma-stat-item.tma-instistution-member {
    width: 180px;
    height: 180px;
}
.tma-stat-item-wrapper {
    position: relative;
}
.tma-stat-item:nth-child(3) {
    position: absolute;
    top: 82px;
    left: 432px;
}
.tma-stat-item:nth-child(1) {
    position: absolute;
    top: 200px;
    left: 300px;
}
.tma-stat-item:nth-child(2) {
    position: absolute;
    top: 275px;
    left: 435px;
}
.tma-stat-item:nth-child(4) {
    position: absolute;
    top: 80px;
    left: 620px;
}
.tma-stat-item:nth-child(5) {
    position: absolute;
    top: 350px;
    left: 710px;
}
.tma-stat-item:nth-child(6) {
    position: absolute;
    top: 210px;
    left: 875px;
}
.tma-stat-head {
    text-align: center;
    font-size: 40px;
}
}
.home-corporate-sponsors .view-content {
    justify-content: center;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1350px; /* Change this value to your desired width */
    }
}
@media (max-width: 767px) {
    .tma-stat-item {
        width: 33.33%;
        text-align: center;
        height: 150px;
        padding: 17px;
        font-size: 24px;
    }
    .tma-stat-item-wrapper {
        flex-wrap: wrap;
    }
    .tma-stat-item:nth-child(odd) {
        background-color: #180a77;
        color: #fff;
    }
    .tma-stat-head {
        text-align: center;
    }
}