/* CSS Document */

/*pe 3 steps*/
.col-sm-4 {
    margin: 0;
    padding: 0;
}


/*@media (min-width: 768px) {
    .col-sm-4 {
        width: 25%;
        float: left;
        margin-left: 0;
    }
}*/


 /*iPhone */

.step-image {
    width: 30vw;
    margin-left: 8px;
    margin-right: 8px;
    float: left;
    height: auto;
}

.step-text-3 {
    height: 33vw;
    width: 56vw;
    font-weight: bold;
    color: #0B3860;
    font-size: .7em;
    display: inline-block;
    background-color: #fff;
    padding: 8px 8px 0 8px;
    margin-bottom: 8px;
    display: table;
}

/*.step-text-3 ul li {
    font-size: .85em;
    line-height: 1.25em;
}*/


.step-image p,
.step-text-3 p {
    display: table-cell;
    vertical-align: middle;
}

.step-image img {
    width: 100%;
    height: auto;
}

.step-image .lg_icon {
    display: none;
}

#last-3 {
    height: 35.1vw;
}

    
    /* iPad */

@media only screen and (min-width : 768px) {
    .row_steps {
        margin: 0;
    }

    .step-image .sm_icon {
        display: none;
    }

    .step-image .lg_icon {
        display: block;
    }

    .step-image {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
        font-size: 1em;
    }

    .step-text-3 {
        width: 96%;
        text-align: center;
        font-size: 1em;
        height: 300px;
    }

    #last-3 {
        width: 100%;
        height: 300px;
    }
}

/* iPad Pro */

@media only screen and (min-width: 1024px) {
    .step-text-3 {
        height: 230px;
    } 
    #last-3 {
        height: 230px;
    }
}


.test_it {
    border: 1px solid red;
}