﻿.blackbackground {
    background-color:#000000;
}

.PlanDisplay-BG {

}

.PlanDisplayCardsWrapper {
    z-index: 2;
    width: 100%;
    padding: 4%;
    padding-top: 2px;
}

.PlanDisplayCardsWrapper > div {
    width: 25%;
}

.PlanDisplayCards-Title {
    color: #EC2D85;
    font-weight: 700;
    padding: 0 5%;
}

.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;
}

@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 {
    font-size: 4vw;
    white-space: nowrap;
}

.width-85 {
    width: 85%;
}

.margin-left-2 {
    margin-left: 2%;
}