@media screen and (min-width: 200px)
{
    /* .card-left
    {
        height: 135vh !important;
    } */
    .navbar-drop-collapse
    {
        background-color: white;
    }
    .about-details-mid
    {
    padding-top: 25rem !important;
    }
    .services-wrapper {
        background-image: none !important; 
      }

}
@media screen and (min-width: 300px) {
    /* .card-left
    {
        height: 95vh !important;
    } */
    .navbar-drop-collapse
    {
        background-color: white;
    }
    .list-about-g
    {
        font-size: .9rem !important;
    }
    /* .card-right
    {
        height: 70vh !important;
    } */
    .text-phone
    {
        font-size: .9rem !important;
    }
    .about-details-mid
    {
    padding-top: 12rem !important;
    }
}
@media screen and (min-width: 478px) {
    /* .card-left,
    .card-right
    {
        height: 70vh !important;
    } */
    .navbar-drop-collapse
    {
        background-color: white;
    }
    .list-about-g
    {
        font-size: 1rem !important;
    }
    .about-details-mid
    {
    padding-top: 5rem !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;
    }
    .about-details-mid
    {
    padding-top: 2rem !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;
    }
    .about-details-mid
    {
    padding-top: 1rem !important;
    }
}

/* Large devices (desktops, 992px and up) */
@media screen and (min-width: 992px) {
    /* .card-left,
    .card-right
    {
        min-height: 85vh !important;
    } */
    .text-phone
    {
        font-size: 1rem !important;
    }
    .list-about-g
    {
        font-size: 1rem !important;
    }
    .navbar-drop-collapse
    {
        background-color: transparent !important;
    }
    .about-details-mid
    {
    padding-top: 1rem !important;
    }
    .services-wrapper {
        background-image: url("../images/bg-services.png");
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
      }
      .services-wrapper {
        background-image: url("../images/bg-services.png") !important;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
      }
}

/* X-Large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) {
    /* .card-left,
    .card-right
    {
        min-height: 85vh !important;
    } */
    .text-phone
    {
        font-size: 1rem !important;
    }
    .list-about-g
    {
        font-size: 1rem !important;
    }
    .navbar-drop-collapse
    {
        background-color: transparent !important;
    }
    .about-details-mid
    {
    padding-top: 1rem !important;
    }
    .services-wrapper {
        background-image: url("../images/bg-services.png") !important;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
      }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media screen and (min-width: 1400px) {
    /* .card-left,
    .card-right
    {
        min-height: 80vh !important;
        
    } */
    .text-phone
    {
        font-size: 1rem !important;
    }
    .list-about-g
    {
        font-size: 1rem !important;
    }
    .navbar-drop-collapse
    {
        background-color: transparent !important;
    }
    .about-details-mid
    {
    padding-top: 1rem !important;
    }
    .services-wrapper {
        background-image: url("../images/bg-services.png") !important;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
      }
}