/** ----- Responsive ---- */

@media only screen and (max-width: 787px) {
    
    .container .head {
        padding: 20px 50px;
    }

    .container .head img {
        width: 20%;
    }


    .banner .box .heading h2 {
        font-size: 3.1rem;
        letter-spacing: 1.5px;
        width: 100%;
    }

    .banner .box .heading h5 {
        font-size: 1.4rem;
        padding: 0.8rem 0;
    }

    .banner .box .heading p {
        font-size: 1.1rem;
        padding: 13px 0;
        padding-bottom: 17px;
    }

    .banner .box .search {
        flex-direction: column;
    }
    
    .banner .box .search input {
        min-width: 310px;
        margin-bottom: 20px;
    }

    .banner .box .search a {
        margin-bottom: 20px;
    }

    /** Section 2 - Mobile */

    .part1 {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        padding: 2rem 1rem;
        text-align: center;
    }
    
    .part1 .talk {
        width: 80%;
        margin: 20px 0 30px 0;
    }
    
    .part1 .talk h1 {
        font-size: 3.2rem;
        letter-spacing: 1.5px;
        padding-bottom: 5px;
    }
    
    .part1 .talk p {
        font-size: 1.5rem;
    }
    
    .part1 .img {
        width: 80%;
    }

    /** ----- Section 3 - mobile ---- */

.part2 {
    flex-direction: column-reverse;
    justify-content: center;
    padding: 2rem 1rem;
    text-align: center;
}

.part2 .talk {
    width: 80%;
    margin: 20px 0 30px 0;
}

.part2 .talk h1 {
    font-size: 3.2rem;
    letter-spacing: 1.5px;
    padding-bottom: 5px;
}

.part2 .talk p {
    font-size: 1.5rem;
}

.part2 .img {
    width: 80%;
}

/** ----- section 4 - mobile ---- */

.list {
    width: 80%;
}

.list h1 {
    font-size: 2.6rem;
    text-align: center;
}

.title {
    font-size: 1.6rem;
}


/** ----- section 5 - mobile ---- */

.banner2 {
    border-bottom: 0.6rem solid #111;
}

.banner2 .box {
    margin: 4rem 0;
}

.banner2 .box .heading p {
    font-size: 1.1rem;
    padding: 13px 0;
    padding-bottom: 17px;
}

.banner2 .box .search {
    flex-direction: column-reverse;
}

.banner2 .box .search input {
    min-width: 310px;
    margin-bottom: 20px;
}


/** ----- footer - mobile ---- */
/*
.footer {
    flex-direction: column;
}

.footer .one {
    width: 50%;
}
*/

}

  /** Section 1 - Mobile 2 */

@media only screen and (max-width: 496px) {

    .container .head img {
        width: 23%;
    }


    .banner .box .heading h2 {
        font-size: 2.8rem;
        letter-spacing: 1.3px;
    }

    .banner .box .heading h5 {
        font-size: 1.2rem;
    }

    .banner .box .heading p {
        font-size: 1rem;
        padding: 12px 0;
        padding-bottom: 15px;
    }
    
    .banner .box .search input {
        margin-bottom: 10px;
    }


    /** Section 2 - Mobile 2 */
    
    .part1 .talk h1 {
        font-size: 3rem;
        letter-spacing: 1.2px;
    }
    
    .part1 .talk p {
        font-size: 1.2rem;
    }

    /** ----- Section 3 - mobile 2 ---- */

    .part2 .talk h1 {
        font-size: 3rem;
        letter-spacing: 1.2px;
    }

    .part2 .talk p {
        font-size: 1.2rem;
    }

/** ----- section 4 - mobile 2 ---- */

    .list {
        width: 90%;
    }

    .list h1 {
        font-size: 2.1rem;
    }

    .text {
        font-size: 1.2rem;
    }


/** ----- section 5 - mobile 2 ---- */

    .banner2 .box .heading p {
        font-size: 1rem;
        padding: 13px 0;
    }

    .banner2 .box .search input {
        margin-bottom: 10px;
    }

}


 /** Section 1 - Mobile 3 */

 @media only screen and (max-width: 375px) {
    .banner .box .heading {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .banner .box .search {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .part1 {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        padding: 2rem 4rem;
        border-bottom: 0.6rem solid #111;
        width: 100%;
    }

    .part1 .talk {
        width: 100%;
        text-align: center;
    }

    .part1 .img {
        width: 100%;
    }

 }