@media only screen and (min-width: 1200px) {  
    #target .max-rnt-listing {
        display: flex;
        align-items: flex-start;
        flex-wrap: nowrap;
    }
    
    #target .max-rnt-listing > div:nth-child(3) {
        
    }
    #target .max-rnt-listing > div:nth-child(2) {
        
    }
    #target .max-rnt-button {
        float: right;
    }
}
@media only screen and (max-width: 1199px) {  
    #target .max-rnt-listing {
        display: flex;
        align-items: flex-start;
        flex-wrap: nowrap;
    }
    
    #target .max-rnt-listing > div:nth-child(3) {
        
    }
    #target .max-rnt-listing > div:nth-child(2) {
        
    }
    #target .max-rnt-button {
        float: right;
    }
}

@media only screen and (max-width: 992px) {  
    #target .max-rnt-listing {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: nowrap;
        justify-content: center;
    }
    
    #target .max-rnt-listing > div:nth-child(3) {
        order: 0;
        margin-left: 0;
    }
    #target .max-rnt-listing > div:nth-child(3) .max-rnt-button a {
        white-space: nowrap !important;
    }
    #target .max-rnt-listing > div:nth-child(2) {
        order: 0;
        flex: 1 0 auto;
        max-width: unset;
        text-align: center;
    }
    #target .max-rnt-listing > div:nth-child(2) .frame-headline-size {
        text-align: center;
    }
    #target .max-rnt-button {
        float: unset;
    }
}

@media only screen and (max-width: 769px) {  
    #target .max-rnt-listing {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: nowrap;
        justify-content: center;
    }
    #target .max-rnt-listing > div {
        width: unset;
    }
    
    #target .max-rnt-listing > div:nth-child(3) {
        order: 0;
        margin-left: 0;
    }
    #target .max-rnt-listing > div:nth-child(3) .max-rnt-button a {
        white-space: nowrap !important;
    }
    #target .max-rnt-listing > div:nth-child(2) {
        order: 0;
        flex: 1 0 auto;
        max-width: unset;
        text-align: center;
    }
    #target .max-rnt-listing > div:nth-child(2) .frame-headline-size {
        text-align: center;
    }
    #target .max-rnt-button {
        float: unset;
    }
}

@media only screen and (max-width: 575px) {
    #target .max-rnt-listing {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
	    align-items: center;
        text-align: center;
    }
    #target .max-rnt-listing > div:nth-child(2) {
        order: 1;
    }
    #target .max-rnt-listing .max-rnt-image {
        justify-content: center;
    }
    #target .max-rnt-listing .max-rnt-description h1 {
        text-align: center;
    }
    #target .max-rnt-listing .max-rnt-button {
        justify-content: center;
    }

    .tcpa > label {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .step-back {
        padding-top: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }


}