.header1 {
    padding: 1.5rem;
}
.header1 img {
    width: 30%;
}
main {
    padding: 1.5rem 1.5rem 3rem;
}
.section1 {
    
}
h2 {
    font-size: 2rem;
    font-weight: 700;
}
.section1 .box {
    padding: 3rem 2rem;
    background-color: #fff3f7;
    border-radius: 1rem;
    margin-top: 2rem;
}
.section1 .box p{
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.3;
}
.section1 .box .img_btn{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}
.section1 .box .img_btn img{
    width: 35%;
}
.section1 .box .img_btn a{
    display: inline-block;
    background: linear-gradient(to right, #f9636b, #fccb43);
    padding: 1.5rem 4rem;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    border-radius: 1.5rem;
    margin-top: 3rem;
}
.section2 {
    margin-top: 3rem;
}
.section2 .left{
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.section2 .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e3e3e3;
    padding: 2rem 0;
}
.section2 .box:last-child {
    border-bottom: none;
}
.section2 .box .icon{
    width: 20%;
}
.section2 .box .text_box .p1{
    font-size: 1.5rem;
    color: #808080;
}
.section2 .box .text_box .p2{
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: .5rem;
}
.section2 .box .arrow{
    width: 6%;
}