.consulting_main {
    position: relative;
    width: 100%;
    height: 666px;
    padding: 150px 87px;
    display: flex;
    justify-content: space-between;
  }
.consulting_item1{
    width: 393px;
    height: 666px;
    background: url(../images/step1.jpg) no-repeat;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.consulting_item2{
    width: 393px;
    height: 666px;
    background: url(../images/step2.jpg) no-repeat;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.consulting_item3{
    width: 393px;
    height: 666px;
    background: url(../images/step3.jpg) no-repeat;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.consulting_item4{
    width: 393px;
    height: 666px;
    background: url(../images/step4.jpg) no-repeat;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.consulting_txt{
    width: 300px;
    font-size: 24px;
    color: #304740;
    font-weight: bold;
    text-align: center;
    height: 145px;
    overflow-y: auto;
}