.wag-walking-page h2{margin-bottom: 40px; text-align: center;}
.wag-walking-page p{margin-bottom: 20px; line-height: 1.625;}

.wag-banner{padding-top: 20px;}
.wag-banner .content-block{max-width: 710px; width: 100%;}

.about-wag h2{text-align: left;}
.about-wag .content-block > p{position: relative; padding-left: 20px; margin-bottom: 0;}
.about-wag .content-block > p:before{ position: absolute;content: "";width: 9px;height: calc(100% - 5px);left: 0;top: 2px;background-color: #ffda30;border-radius: 10px;}

.the-challenge{position: relative;}
.the-challenge .col-6{position: static;}
.the-challenge .img-block{position: absolute; display: flex; bottom: 0;right: 60px; width: 40%; justify-content: flex-end;}

.mavlers-approach{position: relative;}
.mavlers-approach .row:first-of-type{margin-bottom: 50px;}
.mavlers-approach .content-block > .number{font-size: 65px; color: rgba(0 0 0 / 10%); margin-bottom: 5px; font-weight: 900;}
.mavlers-approach .content-block > h4{font-size: 20px; margin-bottom: 12px;}

.the-results{}
.the-results .section-title{margin-bottom: 60px; text-align: center;}
.the-results .section-title > p{max-width: 1155px; margin: 0 auto;}
.the-results .inner-block{max-width: 1230px; width: 100%; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 40px;}
.the-results .inner-block:last-child{margin-bottom: 0;}
.the-results .inner-block > .icon-block{width: 125px; display: flex; justify-content: center;}
.the-results .inner-block > .content-block{width: calc(100% - 125px); padding-left: 40px;}
.the-results .inner-block > .content-block > h4{font-size: 20px; margin-bottom: 6px;}
.the-results .inner-block > .content-block > p{margin-bottom: 0;}

.the-road-ahead .content-block{max-width: 1325px; width: 100%; margin: 0 auto; text-align: center;}
.the-road-ahead .content-block > p:last-of-type{margin-bottom: 0;}

@media (max-width:1199px){
    .about-wag h2,the-road-ahead h2{margin-bottom: 20px;}
    
    .the-challenge .img-block{right: 10px;width: 50%;}
}

@media (max-width:991px){
    .the-challenge .img-block{position: static; width: 100%;}
    
    .mavlers-approach .col-5{width: 100%; text-align: center;}
    .mavlers-approach .col-7{width: 100%;}
    .mavlers-approach .inner-block .row:nth-child(odd) > .col-5{order: 2;}
    .mavlers-approach .content-block > .number{font-size: 55px;}
    .mavlers-approach .content-block > h4{font-size: 18px;}
}

@media (max-width:767px){
    .wag-walking-page h2{margin-bottom: 30px;}
    .wag-banner{text-align: center;}
    .wag-banner .content-block{margin-bottom: 30px;}
    
    .about-wag .img-block{ max-width: 200px;margin: 0 auto;text-align: center;margin-bottom: 30px;}
    
    .mavlers-approach .row:first-of-type {margin-bottom: 30px;}
    
    .the-results .section-title{margin-bottom: 40px;}
    .the-results .inner-block{flex-direction: column; align-items: flex-start;}
    .the-results .inner-block > .content-block{width: 100%; padding-left: 0;}
    .the-results .inner-block > .icon-block{margin-bottom: 15px;}
    .the-results .inner-block > .content-block > h4{font-size: 18px; margin-bottom: 8px;}
}



