﻿.gr-card-header {
    background-color: #EC2D85;
    border-radius: 20px 20px 0 0;
    color: white;
    font-weight: 700;
    line-height: 2vw;
    padding: 1vw;
}

.gr-card-body {
    padding: 2vw;
}

.gr-header-text {
    font-size:2.2vw;
}

.gr-header-text2 {
    font-size: 1vw;
    line-height: 1vw;
}

.gr-body-text {
    text-align: left;
    font-weight: 700;
    line-height: 24px;
}
    
.gr-body-text2 {
    text-align: left;
    font-size: 1.1vw;
    font-weight: 300;
    line-height: 20px;
}

@media only screen and (max-width: 800px) {
    .gr-card-header {
        border-radius: 8px 8px 0 0;
        line-height: 3vw;
        padding: 3vw;
    }

    .gr-card-body {
        padding: 3vw;
    }

    .gr-header-text {
        font-size: 4vw;
        line-height: 5.5vw;
    }

    .gr-header-text2 {
        font-size: 3vw;
    }

    .gr-body-text2 {
        font-size: 3vw;
    }
}

@media only screen and (max-width: 850px) {
    .gr-body-text {
        line-height: 20px;
    }

    .gr-body-text2 {
        line-height: 18px;
    }
}

@media only screen and (min-width: 1280px) {
    .gr-card-body {
        font-size: 18px;
        padding: 32px;
    }

    .gr-header-text {
        font-size: 30px;
    }

    .gr-header-text2 {
        line-height: 1em;
        font-size: 16px;
    }
    
    .gr-body-text {
        line-height: 30px;
    }

    .gr-body-text2 {
        font-size: 14px;
        line-height: 26px;
    }
}