.consulting_wrap {
    margin-top: 75px;
    display: grid;
    grid-template-rows: auto;
}

.consulting_img {
    align-self: center;
    justify-self: center;
    max-width: 75%;
    margin-top: 40px;
    margin-bottom: 40px;
}