@media (max-width: 1120px) {
    #three_boxes {
        display: block;
    }

    .three_box {
        margin: 0 auto;
    }

    header {
        padding: 10px 0;
    }

    #logo img {
        width: 50px;
        height: 50px;
    }

    #menu {
        display: none;
    }

    #moblie_menu {
        display: block;
        margin-right: 55px;
    }

    #moblie_menu ul {
        display: none;
    }

    #moblie_menu img {
        width: 30px;
        height: 30px;
    }

    #search_box {
        display: none;
    }

    #main_picture {
        height: fit-content;
    }

    #main_picture_box {
        height: fit-content;
        padding-top: 25px;
    }

    #main_picture_text {
        margin: 70px;
    }

    #main_picture_text p, #section_01 p, #section_01 .three_box p, .four_box p, #section_03_content p, #section_04_picture p, #section_05 p, footer p {
        width: 100%;
    }

    #main_picture_text h1 {
        font-size: 35px;
    }

    #main_picture_text p {
        text-shadow: 1px 1px 0px white;
    }

    #section_01 h2 {
        font-size: 35px;
        padding-top: 16px;
        text-align: center;
    }

    #section_01 p {
        width: 90%;
    }

    #section_01 .three_box h3, .four_box h3, #section_03_content h3, #section_05 h3 {
        font-size: 30px;
    }

    #section_01 button {
        margin-bottom: 50px;
    }

    #section_04_picture {
        height: fit-content;
    }

    #section_04_picture p {
        font-size: 30px;
        margin: 0px;
        width: 90%;
    }

    #section_04_picture p:first-child {
        margin-top: 200px;
    }

    #section_04_picture p:last-child {
        margin-bottom: 200px;
    }

    .four_box {
        width: 100%;
        height: fit-content;
    }

    .four_box_content {
        text-align: center;
        padding: 40px;
    }

    .four_box_content p {
        font-size: 20px;
    }

    .four_box img {
        display: block;
    }

    .four_box h3 {
        margin-top: 0px;
    }

    #subscribe_form {
        width: 90%;
        padding-bottom: 50px;
    }

    #subscribe_form form {
        width: 80%;
        margin: 0 auto;
    }

    #subscribe_form #email {
        width: calc(100% - 60px);
        border-radius: 30px 30px 0px 0px;
    }

    #subscribe_form #subscribe {
        width: 100%;
        position: relative;
        margin: 0px auto;
        border-radius: 0px 0px 30px 30px;
    }

    footer {
        padding: 75px 50px 50px 50px;
    }

    #fc_01, #fc_02, #fc_03, #fc_04 {
        width: 100%;
        margin: 0px auto;
    }

    #section_03_content h3 {
        width: 90%;
        text-align: center;
    }

    #section_03_content p {
        width: 90%;
        font-size: 20px;
    }

    #footer_content {
        text-align: center;
    }

    #footer_content p, #footer_content li {
    font-size: 20px;
    }

    footer h4 {
        margin: 10px;
    }

    #top_shape, #section_03_top_shape {
        height: 80px;
        margin-top: 0px;
    }

    #bottom_shape, #section_03_bottom_shape {
        height: 80px;
        margin-top: -25px
    }

    #section_04_top_shape {
        height: 50px;
        margin-top: 0px;
    }

    #section_04_bottom_shape {
        height: 50px;
        margin-top: -50px
    }
}


@media (max-width: 400px) {
    .four_box button {
        width: 220px;
        font-size: 16px;
    }


    #main_picture_text p, #section_01 p, #section_01 .three_box p, .four_box p, #section_03_content p, #section_04_picture p, #section_05 p, footer p {
        width: 90%;
        font-size: 20px;
    }

    #section_04_picture p {
        font-size: 30px;
    }

    .four_box_content {
        padding: 20px;
    }

    .three_box {
        width: 90%;
    }

    .three_box img {
        width: 100%;
        height: 100%;
    }

    #main_picture_text {
        margin-left: 20px;
    }

    #section_01 h2 {
        width: 100%;
    }

    #section_01 button {
        width: 100%;
    }

    #show_more_button {
        width: 90%;
    }
}