.box1_subtitle {
                font-size: 1.5rem;
                font-family: 'H-Medium';
                border-top: 1px solid #ccc;
                padding-top: 1rem;
            }

            .borderNone {
                border: none;
            }

            .box1_items {
                margin: 3rem 0;
                display: flex;
                align-items: center;
                flex-wrap: wrap;
            }

            .box1_items a {
                width: 33%;
                margin-bottom: 2rem;
                display: flex;
                align-items: center;
                font-size: 1.2rem;
            }

            .box1_items div {
                font-family: 'H-Medium';
            }

            .box1_items div span {
                display: block;
                font-family: 'H-Light';
                font-size: 1rem;
            }

            .box1_items a:hover {
                color: red;
            }

            .box1_items a img {
                width: 2.5rem;
                margin-right: 1rem;
            }

            .country {
                color: black;
                font-family: 'H-Light';
                background: white;
                padding: 8rem 0 4rem;
            }

            .box_main {
                width: 52%;
                margin: 0 auto;
            }

            .box1_title {
                font-family: 'H-Medium';
                width: 100%;
                font-size: 2rem;
                border-bottom: 1px solid #ccc;
                padding-bottom: 3rem;
                margin-bottom: 1rem;
                text-align: center;
            }

            @media (max-width: 750px) {
                .country {
                    padding: 2rem 0;
                }

                .box1_subtitle {
                    font-size: 1rem;
                    padding-top: 1rem;
                }

                .box1_title {
                    font-size: 1.2rem;
                    margin-bottom: 0;
                    padding-bottom: 1.5rem;
                }

                .box_main {
                    width: 90%;
                }

                .box1_items a {
                    width: 50%;
                    font-size: 1rem;
                    margin-bottom: 1.5rem;
                }

                .box1_items div span {
                    font-size: 0.875rem;
                }

                .box1_items {
                    margin: 2rem 0 1rem;
                }
            }
