.commitment::before {
    position: absolute;
    top: -45px;
    left: -2%;
    color: rgba(0, 32, 168, 0.16);
    font-size: 36px;
    content: "Our Services";
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    /* transform: translateX(-50%); */
    
}

.content{
    display: block;
    /* padding: 0 50px; */
}
.article_01{
    padding: 50px 0;
}
.map_aria{
    width: 100%;
    margin: 30px 0;
}
.article_01 h5 {
    padding: 56px 40px 0;
}
.btn_area{
    margin-bottom: 200px;
}
.btn_area_inner {
    display: flex;
    justify-content: space-between;
    margin: 50px 40px;
}
.btn_area_inner a{
    width: 48%;
}
.btn_area_inner a:hover{
  opacity: .7;
}
.dept-slider-header{
    background-color: #fff;
    border: #0020A8 5px solid;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin: 30px 40px;
}
.dept-slider-header h4 {
    line-height: unset;
}
.dept-slider-eyebrow {
    font-weight: unset;
}
hr{
    width: 100%;
    height: 1px;
    background-color: #0020A8;
    border: none;
    color: #0020A8;
}
.lead{
    margin: 0 40px 100px;
}
.lead_title{
    color: #0020A8;
    font-size: 22px;
    line-height: 3rem;
    font-weight: bold;
}
.lead_text{
    font-size: 15px;
}
h6{
    color: #0020A8;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.unit{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #0020A8;
    color: #0020A8;
    margin: 0 40px;
}
.unit_title{
    font-size: 20px;
    font-weight: bold;
}
.unit_subtitle{
    font-size: 15px;
}
.our_strengths_ul{
    margin: 0 40px 80px;
    padding: 0;
}
.our_strengths_list{
    list-style: none;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 25px;
    margin: 20px 0;
    padding: 0 20px;
}
.our_strengths_list img{
    width: 54px;
    height: 46px;
    margin: 0 20px 0 0;
}
.flow_table_container {
    background: #E7E9F5;
    border-radius: 8px;
    padding: 30px 40px;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE, Edge */
    margin-bottom: 100px;
  }
  .flow_table_container::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
  }
  .flow_table {
    border-collapse: collapse;
    margin: 0 auto;
  }
  .flow_table td {
    text-align: center;
    padding: 0 10px;
  }
  .flow_icon_cell {
    width: 140px;
    vertical-align: middle;
  }
  .flow_text_cell {
    width: 140px;
    vertical-align: top;
    padding-top: 12px;
  }
  .flow_icon {
    width: 92px;
    height: 92px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 2px 6px rgba(0, 32, 168, .1);
    margin-bottom: 10px;
  }
  .flow_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .flow_text {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
    margin: 0;
  }
  .flow_arrow {
    width: 30px;
    vertical-align: middle;
  }
  .flow_arrow_icon {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 14px solid #0020A8;
  }
  .unit_text{
    font-weight: bold;
    padding: 30px 40px;
  }
  .dept-slider-section{
    margin-bottom: 250px;
  }
  .scroll_top{
    margin-top: 100px;
  }
  .dept-slider-wrap{
    margin-bottom: 100px;
  }
  .scroll_bottom{
    margin-top: 50px;
  }
  .dept-slider-section_margin{
    margin-bottom: 150px;
  }