.dot {
    height: 160px;
    width: 160px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin: 3%;
    color: #fff;
}

.dot_div {
    width: 80%;
}

.products-dot-container {
    width: 100%;
    background-color: #E8E7E7;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding-top: 4rem;
    padding-bottom: 6rem;
    max-height: 534px;
}

.dot-text {
    margin: 33% 0px 0px 21%;
}