.section1{
    background-image: url(/img/pattern.svg);
    background-color: #FFE8B4;
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
}

.text{
    width: 60%;
    padding-left: 160px;
    padding-top: 85px;
    padding-bottom: 100px;
    padding-right: 150px;
}
.text1 h1,
.text h1{
    font-family: MergeBlack;
    color: #F07D24;
    font-size: 45px;
}
.text p{
    font-size: 15px;
}
.img1{
    width: 472.5px;
    height: 359.7px;
    margin-left: 20px;
    margin-top: 80px;
}
.section2{
    background-color: #FFDE94;
    background-size: 100%;
}

.text1{
    width: 100%;
    text-align: center;
    padding-top: 55px;
    padding-bottom: 50px;   
}
.pic{
    display: flex;
    padding-bottom: 80px;
}
.img2,
.img3{
    width: 317px;
    height: 317px;
 
}
.img2{
    margin-right: 100px;
    margin-left: 375px;
}
.img-size{
    width: 317px;
    height: 317px;
    border: 10px solid white;
    border-radius: 20px;
}