@media (max-width: 599px) {
    .deviceWidth {
        width: 411px;
    }
    .bottom-section-inner {
        width: 345px;
    }
    .logoArea {
        padding-top: 28px !important;
        padding-bottom: 28px !important;
    }
    h1 {
        font-size: 39px !important;
    }
    .top-section {
        font-size: 17px !important;
        padding-top: 40px !important;
        padding-bottom: 40px !important;
        padding-left: 25px;
        padding-right: 25px;
    }
    .top-section p {
        line-height: 24px !important;
    }
    .product p {
        font-size: 14px !important;
    }
    .bottom-section p {
        font-size: 10px !important;
        line-height: 16px !important;
    }
}
@media (max-width: 410px) {
   .deviceWidth {
        width: 375px;
    }
}