.calc {
    background-color: #8C8C8C;
    padding: 45px 0 50px;
}

.calc__container {
    display: flex;
    justify-content: center;
    /* align-items: center; */
}

.calc__wrap {
    height: 700px;
    background: #fff;
    width: 100%;
    display: flex;
    justify-content: space-between;
}