body{
    background-color: #FAF7F5;
    line-height: 1.5;
    font-family: "M PLUS Rounded 1c";
}

.text-center h1{
    font-size: 25px;
    color: #47362E;
}


.child-wrap{
    max-width: 1000px;
    margin:0 auto;
}

.text-center{
    text-align: center;
    color:#47362E;
}

.text-wrap{
    color:#47362E;
}

.child-pic{
    text-align: center;
}

.child-pic img{
    height: 400px;
    margin-top: 20px;
    width:800px ;
    object-fit: cover;
    border-radius: 30px;
}


.child-wrap h3{
    margin-top: 50px;
}

.child-text-center {
    margin: 30px;
    text-align: center;
}

.child-text-wrap p{
    margin: 20px 60px;
}


@media screen and (max-width:800px){
    .text-center h1 {
        font-size: 20px;
        margin: 0 30px;
    }
    .child-wrap{
        width: 95%;
        margin: 0 15px;
    }
    .child-text-center{
        margin-top: 90px;
        margin-bottom:20px ;
    }

    .child-pic img{
        width: 90%;
    }
    .child-text-wrap p{
        margin: 20px 30px;
    }
    
}

@media screen and (max-width:425px){
    .child-big-box{
        display: block;
    }

    .child-box{
        width: 85%;
        margin: 0 auto;
        display: block;
    }

    .child-pic img{
        width: 90%;
    }

}


