/* alternate_image_and_description blade css start */
.steps-with-img {max-width: 1180px;width: 100%;margin: 56px auto; padding:0 20px;}
.p1p-page .steps-with-img .h2{text-align:center;position: relative;z-index: 1;}
.steps-with-img .h3{font-size:3.2rem;line-height:4.2rem;margin-bottom:10px;margin-top: 0;}
.steps-with-img .step-left-content-wrapper .step-img-wrapper{order:2}
.steps-with-img .step-content-wrapper {display: flex;}

@media only screen and (min-width: 768px) and (max-width: 991px){
   
    .steps-with-img .steps-info-content,
    .steps-with-img .points-content{
        width: 400px;
        padding: 0;
    }
    .steps-with-img .points-content{padding:0 15px;}
}

@media only screen and (min-width:768px) and (max-width:1024px){
    .steps-with-img {padding:0 30px;}
}
@media only screen and (min-width:768px){
   .points-content h2
   {
    margin: 0 0 24px;
    font-size: 3.2rem;
    line-height: 4.0rem;
}
    .steps-with-img .step-content-wrapper {align-items: center;}
    
    .steps-with-img .points-content{align-self: center}
    
    .steps-with-img .step-img-wrapper{text-align:left;width:44%}
    .steps-with-img .step-left-content-wrapper .step-img-wrapper{text-align:right;width:50%;}
    .step-left-content-wrapper.step-content-wrapper:last-child {margin-bottom: 0;}
    .steps-with-img .step-content-wrapper{
        justify-content: space-between;
        
    }
    .step-content-wrapper:not(:last-child){
        margin-bottom: 56px;
    }
    .step-content-wrapper:last-child{
        margin-bottom: 0px;
    }
    .steps-with-img .h3{
        margin-bottom: 24px;
        font-weight: 600;
    }
}
@media only screen and (max-width:767px){
    .step-block-wrapper {
        margin: 0 10px;
    }
    .steps-info-content h2{
        margin-bottom: 24px;
        text-align: center;
    }
    .steps-with-img {margin: 40px auto;}
    .steps-with-img .step-content-wrapper {flex-direction: column-reverse;margin-bottom: 0;}
    .steps-with-img .step-img-wrapper{ margin-bottom: 40px;}
    .points-content p{margin-left: 0;margin-bottom: 24px;}
    .steps-with-img .steps-info-content { margin-bottom: 0px; order:2;}
    .steps-with-img .h3{
        font-size: 2.2rem;
        line-height: 1.8rem;
        margin-bottom: 24px;
        text-align: center;
        margin-top: 0;
        font-weight: 600;
    }
    .steps-with-img .step-content-wrapper:last-child {
        margin-bottom: 0px;
    }
    .p1p-page .steps-with-img .h2{
        margin-bottom: 40px;
    }
}
@media only screen and (min-width: 992px) {
   
    .steps-with-img .steps-info-content,
    .steps-with-img .points-content {
    
        padding: 0;
    }
    .steps-with-img .steps-info-content {
       width:48%;
        padding: 0;
    }
    .steps-with-img .points-content{padding:0 45px;}
}
/* alternate_image_and_description blade css end */