@media(max-width:768px){
    .get-started-header ul{
        gap: 10px;
        flex-wrap: wrap;
    }
    .btn-theme{
        font-size: small;
    }
    .brand_logos img{
        width: 40%;
        flex: 1;
    }
    .md-banner p{
        font-size: small;
    }
    .subscription-banner{
        background-image: none;
    }
    nav ul li a.active::after{
        display: none;
    }
}