.proces-container-box .number-text {
    font-family: Halyard Display Book;
    font-weight: normal;
    font-size: 37px;
    line-height: 52.17px;
    letter-spacing: 0%;
    text-align: center;
    background-color: #fff;
    padding: 5px 0px;
    position: relative;
    color:#648AA8;
}
.proces-container-box .number-text:before {
    position: absolute;
    content: '';
    width: calc(100% - -20px);
    height: 1px;
    background-color: rgba(100, 138, 168, 0.12);
    left: 0;
    top: 33px;
}
.proces-container-box .item-image:first-child .number-text:before{
    width:calc(50% - -20px);
    left:50%;
}
.proces-container-box .item-image:last-child .number-text:before{
    width:calc(50% - -20px);
    right:50%;
}
.proces-container-box .num-box {
    background: #fff;
    padding: 5px 65px;
    position: relative;
}
.simple-proces-container-box{
   max-width:1140px;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 38px 0;
}
.simple-proces-container-box p{
  font-family: 'Halyard Display Book';
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-align: center;
  color:#000;
  margin: 0;
  padding: 0;
}
section.simple-process-section {
    background:#fff;
    padding:124px 0 200px 0px;
}
.simple-proces-container-box h2{
    padding:0;
    margin: 0 0 10px;
    font-family: 'Halyard Display Book';
    font-weight: normal;
    font-style: normal;
   font-size: 50px;
   line-height: 70.5px;
   letter-spacing:0.32px;
   text-align: center;
  color: #000000;
}
.proces-container-box{
  max-width: 1800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding: 0 30px;
  gap: 20px;
}

.proces-container-box .item-image {
   position: relative;

}

.proces-container-box .item-image .mid-box{
    position: relative;
    min-height:380px;
    padding:40px;
    background-color: #F7F7F7;
    margin-top:35px;
}


.proces-container-box .item-image .mid-box .point-title {
    margin:30px 0 15px 0;
    padding: 0;
    font-family: 'Halyard Display Book';
    font-weight: normal;
    font-style: normal;
    font-size: 26px;
    line-height: 33px;
    letter-spacing: 0.02em;
    color: #000000;

}
.proces-container-box .item-image .mid-box p {
    font-family: 'Halyard Display Book';
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.02em;
    margin: 13px 0 0 0;
    padding: 0;
    color:rgba(0, 0, 0, 0.8);
}

body.widget-snippet .proces-container-box .item-image {
    position: relative;
    padding: 15px;
}
