.main-container {
    background-color: black;
    display: grid;
    grid-template-rows: 1fr 1fr;
}

.reviews {
    width: 1000px;
    height: 300px;
    color: yellow;
    background-color: gray;
    margin-left: 260px;
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: center;
}

.reviews-text {
    width: 750px;
    height: auto;
    margin-left: 125px;
}

.qa {
    width: 1000px;
    height: auto;
    color: yellow;
    background-color: gray;
    margin-left: 260px;
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: center;
}

.qa-text {
    width: 750px;
    height: auto;
    margin-left: 125px;
}