@media only screen and (max-width: 767px) {

    #spExp div.col-6{
        margin-bottom: 1rem;
    }
    
    #spExp{
        margin: auto 1rem;
    }  
    
    #spExp p{
        text-align: left;
        font-size: 0.8rem;
        line-height: 1.4;
        padding:0.25rem;
        margin: 0.25rem;
    }
  
    
    #spExpUpper{
        background-image: url(../img/access/back_arrow.png);
        background-position: right 3.75vh;
        background-repeat: no-repeat;
        background-size: 78%;
    }
    
    #spExpBottom{
        background-image: url(../img/access/back_arrow.png);
        background-position: -19vw 3.75vh;
        background-repeat: no-repeat;
        background-size: 78%;
    }
}