@media only screen and (max-width: 767px)  {
    body {
        font-size: 18px;
    }
    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .desktop-only-flex {
        display: none;
    }
    
    .mobile-only-flex {
        display: flex;
    }

    ul.navbar-nav.container {
        align-items: flex-start;
        margin-top: 20px;
    }

    li.nav-item.dropdown {
        margin-right: 0px;
        width: 100%;
    }

    .dropdown-menu.show {
        background-color: rgba(4, 64, 101, 0);
        border: none;
    }

    .home-first-section .row {
        padding-top: 9rem;
    }
    .homefirstsection-text {
        padding-bottom: 19px;
    }
    .home-second-section .row {
        margin-top: 0rem ;
    }

    .carousel-item {
        -webkit-backface-visibility: visible;
        backface-visibility: visible;
        transition: none;
    }

    .aten {
        font-size: 30px;
    }

    .footer-section .footer-heading {
        color: #10b4d8;
        font-weight: 700;
        text-align: center;
        font-size: 26px;
    }
    
    .footer-section .footer-subheading {
        color: #4e6e91;
        font-weight: 500;
        text-align: center;
        font-size: 18px;
        width: 90%;
        margin: 10px auto;
    }

    .footer-section .footer-text p {
        font-size: 16px;
        margin-bottom: 0px;
    }
    .Romiplostim-page .banner-section-adjust.adalimab-banner-section-adjust{
        padding-top: 62rem !important;
    }
    .adalimumab-background {
        min-height: 19rem !important;
    }
}