.desktop .promotionBox {
    width: 100%;
    height: 100vh;
    padding: 0 4em;
    margin-top: 1em;
}

.desktop .promotionBox ul {
    height: 100%;
    display: flex;
    text-decoration: none;
    justify-content: space-between;
    list-style: none;
}

.desktop .promotionBox ul li {
    width: 50%;
    height: 100%;   
    border: 1px ;
}

.desktop .promotionBox ul li:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.desktop .promotionBox ul li:last-child {
    padding: 3.5em;
}

.desktop .promotionBox ul li button {
    color: white;
    background-color: #A81D2C;
    border-radius: .5em;
    padding: .5em 1em;
    font-size: 1em;
    font-weight: bold;
}


/* 1025 */
@media (max-width: 1280px) {
    .desktop .promotionBox {
        height: auto !important;
    }

    .desktop fieldset legend h2 {
        font-size: 3.5em;
    }
}

/* ipad Pro starts Here */
@media (max-width: 1024px) {
  
}

.mobileNTablet fieldset {
    margin-top: -.2em;
}

.mobileNTablet fieldset legend h2 {
    font-size: 3em;
}

.mobileNTablet .promotionBox {
    width: 100%;
    padding: 0 4em;
    margin-top: 1em;
}

.mobileNTablet .promotionBox ul {
    height: 100%;
    display: flex;
    text-decoration: none;
    justify-content: space-between;
    list-style: none;
}

.mobileNTablet .promotionBox ul li {
    width: 50%;
    height: 100%;   
    border: 1px ;
}

.mobileNTablet .promotionBox ul li:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mobileNTablet .promotionBox ul li:last-child {
    padding: 3.5em;
}

.mobileNTablet .promotionBox ul li button {
    color: white;
    background-color: #A81D2C;
    border-radius: .5em;
    padding: .5em 1em;
    font-size: 1em;
    font-weight: bold;
}