.main-container{
background: #FFFFFF;
width: 100%;
height: 700px;
}

.grid-container{
display: grid;
grid-gap: 20px;
grid-template-columns: 333px 333px 333px;
grid-template-rows: 100px 75px 100px 75px 100px 75px 100px 75px;
}

.grid-item {
background: #FFFFFF;
width: 100%;
height: 100%;
}
.grid-text {
background: #ffffff;
width: 100%;
height: 100%;
}
