.discount-logo{
    left: calc(50% - 70px) !important;
}
.discount-container{
    max-width: 95%;
}
.discount-title{
    width: 20% !important; 
    left: 40% !important;
}

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

    .discount-title{
        width: 24% !important; 
        left: 38% !important;
    }
}

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

    .discount-title{
        width: 37% !important; 
        left: 32% !important;
    }
}

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

    .discount-title{
        width: 50% !important; 
        left: 26% !important;
    }
}

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

    .discount-title{
        width: 60% !important;
        left: 21% !important; 
    }
    .discount-menu{
        display: none !important;
    }
}

@media screen and (max-width: 991px) {
    #header{
        height: 100px !important;
    }

    .discount-title{
        top: 7% !important;
    }
}

@media screen and (max-width: 768px) {
    #header{
        height: 50px !important;
    }
    .discount-logo{
        left: calc(50% - 36px) !important;
    }
    .discount-title{
        width: 60% !important;
        left: 21% !important; 
    }
    .send-form .gift h3{
        font-size: 27px;
    }
}

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

    .discount-title {
        width: 70% !important;
        left: 16% !important;
    }
    .send-form .gift h3{
        font-size: 20px;
    }

}