
@media only screen and (min-width:768px) and (max-width:980px) {
    .margin-adder {
        width: 20%;
        height: 91px;
        font-size: 40px;
    }
    
    .Logo-Wrapper {
            width: 40% !important;
    }
}


@media only screen and (min-width:320px) and (max-width:360px) {
    .margin-adder {
        width: 35%;
        height: 91px;
        font-size: 40px;
    }
    
    .Logo-Wrapper {
            width: 60%;
    }
    
    .heading-modifier {
        font-size: 42px;
    }
}