﻿
@media screen and (max-width: 1024px) {
    .wrapper {
        width: 90%;
        margin: 0 auto;
    }
    
}

