/* page_start_steps */
.page_start_steps{padding:80px 0px 70px;overflow: hidden;}
.page_start_steps .page_steps_content{max-width:1124px;width:100%;box-shadow: 0px 0px 12px #00000029;border-radius: 23px;padding:50px 47px;text-align:center;}
.page_steps_content h2{font-size:24px;line-height:1.375;color: #323232;margin-bottom: 43px;}
.page_steps_content h1{font-size:24px;line-height:1.375;color: #323232;margin-bottom: 43px;}
.page_steps_content ul{display: flex;justify-content: space-between;}
.page_steps_content ul li{max-width:250px;width:100%;margin: 0 10px 38px;}
.page_steps_content ul li div{color:#fff;width: 120px;height: 120px;background: #0051FF;font-size: 79px;text-align: center;line-height: 1.6;border-radius: 50%;margin: 0 auto 20px;}
.page_steps_content ul li p{color: #031F45;font-size: 18px;line-height: 1.33;margin-bottom:8px;}
.page_steps_content ul li span{font-family:PublicSans-Regular;color: #323232;font-size: 16px;line-height: 1.5;}

@media(max-width:980px){
  .page_start_steps{padding:60px 0;}
  .page_start_steps .page_steps_content{padding:40px 20px;}
  .page_steps_content ul li div{width:100px;height:100px;font-size:65px;}
  .page_start_steps .inner{padding-left: 20px;padding-right: 20px;}
}
@media(max-width:850px){
    .page_steps_content ul li span br{display: none;}
}
@media(max-width:768px){

    .page_steps_content h2{font-size: 29px;margin-bottom: 48px;}
    .page_steps_content h1{font-size: 29px;margin-bottom: 48px;color: #031F45;line-height: 1.1;}
    .page_start_steps{padding:40px 0 60px;}
    .page_steps_content h1{margin-bottom: 48px !important;font-family: PublicSans-Bold !important;}
    .page_steps_content ul{flex-wrap:wrap;}
    .page_steps_content ul li{margin:0 0 48px;}
    .page_steps_content ul li div{width:70px !important;height:70px !important;font-size:45px !important;margin: 0 auto 16px !important;}
    .page_steps_content ul li p{font-size: 16px;}
    /* .page_start_steps .inner{padding-left: 27px;padding-right: 27px;} */
    .page_start_steps .inner{padding-left: 32px;padding-right: 32px;}
    .page_start_steps .page_steps_content {padding: 36px 25px 57px;margin: 10px 0;}
    .page_steps_content .deep_blue_button {padding: 12px 20px;}
}
@media(max-width:670px){
    .page_steps_content ul li{max-width:100%;}
}
/* page_start_steps */