@media only screen and (max-width: 600px) {
    .custom-container{
        width: auto;
    }
    .top_disclaimer{
        font: normal normal normal 14px/22px Foco;
        padding: 10px;
    }
    .logo_header {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header_col_2{
        text-align: center;
        padding-top: 20px;
    }
    #signUpFormDiv{
        margin-top: 25px;
        padding: 40px 20px;
        max-width: 95%;
    }
    #signUpFormDiv h1{
        font:normal normal bold 30px/40px Foco;
        text-align: center;
    }
    #signUpFormDiv .get_access_subheading{
        font:normal normal normal 17px/32px Foco;
        text-align: center;
    }
    #signUpFormDiv .form-check-input{
        margin-right: 2px !important;
    }
    #signUpFormDiv .signup_button_div {
        margin-top:15px !important;
        flex-direction: column;
    }
    #signUpFormDiv .signup_button_div button{
        margin-bottom: 15px;
    }


    #features{
        padding: 10px;
    }
    #features .unlock_access{
        text-align: center;
    }
    #features .icon{
        display: flex;
        justify-content: center;
    }
    #features .pointer{
        text-align: center;
    }

    section.blockquote{
        padding: 1rem;
    }

    .col-sm-12 .access_apps{
        text-align: center;
        font: normal normal 26px/32px Foco;
        padding-bottom: 1rem;
    }
    .or_mobile{
        border-left: none;
        margin-left: 0;
        padding-left: 0 !important;
        margin-top: 30px;
    
    }
    .brand_images {
        display: flex;
        align-items: center !important;
        flex-direction: column;
    }
    .systemRequirements .title{
        text-align: center;
    }
    .chevron_sys_req{
        display: none;
    }
    .browsers_comp{
        margin:5px 0;
        margin-bottom: 30px;
    }
    .browsers_comp div{
        margin-right: 0;
        text-align: center;
        margin-bottom: 10px;
        
    }
    footer{
        margin-top: 0px;
    }
    .footer-logo{
        text-align: center;
    }
    .footer-social-media{
        text-align: center;
    }
    .social-icons div{
        justify-content: center;
    }
    .footer_links_contact{
        padding-left:1rem;
    }
    .footer-nav-heading{
        margin-top: 30px;
    }
}