@media(max-width:700px){
    .logo{
        width:50%;
        padding: 1rem 2rem;
    }

    .header_right{
        padding:1rem 2rem;
    }

    .section_one{
        height:100vh;
        background-size:cover;
        background-repeat: no-repeat;
    }

    .internal_portion{
        padding:0rem 0 0 0 ;
        margin: 0 5rem;
    }

    .heading{
        font-size:2rem;
        margin:4rem 0 0 0;
    }

    .cost{
        font-size:1rem;
    }

    .membership{
        padding:0;
    }

    .email_input{
        margin:1rem -3rem;
        padding:1rem;
        
    }

    .start_button{
        padding:10px 20px;
        font-size:1.2rem;
    }

    .trending{
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
        margin-left: 0.5rem;
    }

    .section_two{
        padding:1rem 2rem 0 1rem;
    }

    .movies_image{
        display:grid;
        grid-template-columns: auto auto auto ;
    }

    .movie_image{
        width:110px;
        height:160px;
        margin:1rem ;
    }

    .movie_image2{
        margin:14px 0;
        width:110px;
        height:160px;
    }

    .movie_image3{
        margin:14px ;
        width:110px;
        height:160px;
    }

    .movie_image4{
        margin:14px 1rem;
        width:110px;
        height:160px;
    }
    
    .img_one{
        width:110px;
        height:160px;
    }

    .movie_2{
        font-size: 4rem;
        font-weight: 800;
        left:-10px;
    }

    .reasons{
        padding:2rem 0 1rem 0;
        font-size: 1.2rem;
    }

    .reasons_div{
        display:grid;
        grid-template-columns: auto;
        gap:0.5rem;
    }

    .tv_div{
        font-size: 1.2rem;
        font-weight: 700;
        margin:0 0 0.5rem 0;
    }

    .paragraph{
        padding:0 0 5rem 0 ;
    }

    .frequent_questions{
        font-size: 1.1rem;
    }

    .six_questions{
        font-size: 1.1rem;
    }

    .sizx2 span{
        font-size: 3rem;
    }

    .membership_two{
        text-align: left;
    }

    .email_input_two{
        width:440px;
        margin:1rem 0 1rem 0 ;
    }

    .start_button_two{
        font-size:1.2rem;
        padding:10px 15px 6px 15px;
        display:flex;
        /* margin-left: 1rem;    */
        margin:0 0 0 1rem 0rem;
    }

    .anchor_tags{
        display:grid;
        grid-template-columns: auto;
    }