@media only screen and (min-width: 768px) {
    .LogoDiv img {
        width: 170px !important;
        height:55px !important;
    }

    img.tryleymainimage {
        width: 60% !important;
        margin: 0 auto;
    }

    .textmedium {
        font-size: 18px;
    }

    .bgimagecontainer {
        background-size: 50% 327% !important;
    }
    .expire-details.ml-4 {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .myredsample {
        font-size: 25px !important;
    }
}
