@media screen and (min-width: 200px)
{
    .card-left
    {
        height: 135vh !important;
    }
}
@media screen and (min-width: 300px) {
    .card-left
    {
        height: 95vh !important;
    }
    .list-about-g
    {
        font-size: .9rem !important;
    }
    .card-right
    {
        height: 70vh !important;
    }
    .text-phone
    {
        font-size: .9rem !important;
    }
}
@media screen and (min-width: 478px) {
    .card-left,
    .card-right
    {
        height: 70vh !important;
    }
    .list-about-g
    {
        font-size: 1rem !important;
    }
}
/* Small devices (landscape phones, 576px and up) */
@media screen and (min-width: 576px) {
    .card-left,
    .card-right
    {
        height: 62vh !important;
    }
    .card-right
    {
        height: 70vh !important;
    }
    .list-about-g
    {
        font-size: 1rem !important;
    }
}
/* 
Medium devices (tablets, 768px and up) */
@media screen and (min-width: 768px) {
    .card-left
    {
        height: 60vh !important;
    }
    .card-right
    {
        height: 80vh !important;
    }
    .list-about-g
    {
        font-size: 1rem !important;
    }
}

/* Large devices (desktops, 992px and up) */
@media screen and (min-width: 992px) {
    .card-left,
    .card-right
    {
        height: 85vh !important;
    }
    .text-phone
    {
        font-size: 1rem !important;
    }
    .list-about-g
    {
        font-size: 1rem !important;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) {
    .card-left,
    .card-right
    {
        height: 70vh !important;
    }
    .text-phone
    {
        font-size: 1rem !important;
    }
    .list-about-g
    {
        font-size: 1rem !important;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media screen and (min-width: 1400px) {
    .card-left,
    .card-right
    {
        height: 75vh !important;
        
    }
    .text-phone
    {
        font-size: 1rem !important;
    }
    .list-about-g
    {
        font-size: 1rem !important;
    }
}