﻿.BestDeal_aprilLimited  {
    left: -2%;
    top: -2%;
    width: 33%;
}

.PlanRemarks1_april_lightblue {
    padding-bottom: 2vw;
}

.imageWrapper_april-box {
    margin: 0 6%;
}

.blackbackground {
    background-color:#000000;
}

.PlanDisplayCardsWrapper {
    z-index: 2;
    width: 70%;
    padding: 4%;
    padding-top: 2px;
}

.PlanDisplayCardsWrapper > div {
    width: 50%;
}

.PlanDisplayCards-Title {
    color: #EC2D85;
    font-weight: 700;
}

.PlanDisplayCards-Title.Text1 {
    font-size: 65px;
    line-height: 70px;
}

.PlanDisplayCards-Header1 {
    color: #EC2D85;
    font-size: 40px;
    line-height: 42px;
    font-weight: 800;
    letter-spacing: 1px;
}

.PlanDisplayCards-Header2 {
    color: #000000;
    font-size: 1.6vw;
    line-height: 1.8vw;
}

.PlanDisplayCardsWrapper .FourG .PlanRemarks1_april {
    background-color: #DBFDFF;
    color: #EC2D85;
}


.PlanDisplayCardsWrapper .FiveG .separator {
    margin-top: 32px;
}

.switch2giga-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2vw;
    background-color: #FFFFFF;
    border-radius: 16px;
}

.switch2giga-text {
    line-height: 170%;
    font-size: 1.5vw;
    white-space: pre-wrap;
}

@media only screen and (min-width: 1280px) {
    .PlanDisplayCards-Header2 {
        font-size: 20px;
        line-height: 22px;
    }
}

.dl-giga-logo {
    background-color: #94E0E4;
    border-radius: 15px;
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
    height: 5vw;
    max-height: 100px;
    max-width: 100px;
    width: 5vw;
}

.dl-giga-logo-mob {
    background-color: #94E0E4;
    border-radius: 1vw;
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
    height: 10vw;
    width: 10vw;
}

.dl-pantone-text {
    font-size: 2vw;
    white-space: nowrap;
}

.dl-pantone-text-mob {
    line-height: 160%;
    font-size: 2vw;
    white-space: pre-wrap;
}

.width-85 {
    width: 85%;
}

.margin-left-2 {
    margin-left: 2%;
}