@media (min-width: 300px) and (max-width: 991px) {
    * {
        overflow-x: hidden;
    }

    #rmed-team img{
        height: 260px !important;
    }

    .cv-banner-text p {
        margin-top: 15px;
    }

    .cv-top-header {
        display: none;
    }

    .carousel-item img {
        height: 200px !important;
        padding: 0;
    }

    .cv-logo {
        text-align: left;
    }

    .cv-logo img {
        height: 40px;
    }

    .cv-banner-text {
        padding: 0;
    }

    .about-image-wrap img {
        height: 300px;
        padding: 10px;
    }

    .about-content-list i {
        color: #3cbcff;
        margin-right: 100px;
    }

    .d-flex {
        gap: 30px;
    }

    .fa,
    .far,
    .fas {
        font-family: "Font Awesome 5 Free";
    }

    .fab,
    .far {
        font-weight: 400;
    }

    .fa-4x {
        font-size: 4em;
    }

    *,
    ::after,
    ::before {
        box-sizing: border-box;
    }

    .about_title {
        margin: 10px;
        text-align: justify;
    }

    .cv-foot-box img {
        vertical-align: middle;
    }

    .cv-prod-content h1 {
        text-align: center;
    }

    .cv-prod-content button {
        text-align: center;
    }

    .cv-prod {
        text-align: center;
    }

    .cv-prod i {
        margin-right: 5px !important;
    }
}

@media (min-width: 991px) and (max-width: 1280px) {
    * {
        overflow-x: hidden;
    }
}
