main {
    padding: 1.5rem 1.5rem 4rem;
}
.section1 p{
    font-size: 1.6rem;
    line-height: 1.5;
}
.section1 h2{
    font-size: 1.8rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-top: 2rem;
}
.section1 h2 img{
    width: 6%;
    margin-right: .5rem;
}
.section1 .box{
    margin-top: 1.5rem;
    padding: 2rem 2rem .5rem;
    background-color: #f2f2f2;
    border-radius: 5px;
}
.box span{
    font-size: 1.6rem;
    color: #038f8d;
    font-weight: 500;
}
.box .box_con{
    font-size: 1.6rem;
    margin: 1.5rem 0;
    line-height: 1.5;
}
.section2 {
    margin-top: 4rem;
    display: inline-block;
}
.section2 .title{
    font-family: 'Cafe24Ssurround';
    font-size: 2.2rem;
    color: #43793f;
}
.section2 .btn_wrap {
    margin: 4rem 0;
}
.section2 .btn_wrap:nth-of-type(1) {
    margin: 2rem 0;
}
.section2 a {
    position: relative;
    margin-top: 1.5rem;
    display: block;
}
.section2 img {
  
    width: 100%;
}
.text-overlay {
    position: absolute;
    top: 20%;
    left: 2%;
    color: #f1fdb7;
    padding: 10px;
    border-radius: 5px;
    font-size: 1.8rem;
    font-weight: 600;
}
.section2 .box{
    margin-top: 4rem;
    padding: 2rem 2rem .5rem;
    background-color: #f2f2f2;
    border-radius: 5px;
}