 .section-copy-main{
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: black;
        }
        .child-section-copy{
            width: 75%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 0.8rem 0;
        }
        
        .child-section-copy .text-01{
            color: white;
            font-family: "Regular";
        }
        .child-section-copy .text-02{
            color: white;
            font-family: "Regular";
        }
        .text-02 a{
            font-family: "Bold";
            color: #df6309;
        }
        
        @media screen and (max-width: 700px){
            .child-section-copy{
                width: 85%;
                justify-content: center;
                flex-wrap: wrap;
                margin: 1.2rem 0;
            }
            
            .child-section-copy .text-01{
                font-size: 1.55rem;
                width: 100%;
                text-align: center;
                margin-bottom: 1rem;
            }
            .child-section-copy .text-02{
                font-size: 1.55rem;
                width: 100%;
                text-align: center;
            }
        }