.section1 {
    text-align: center;
    background: linear-gradient(to bottom, #ffe96c, #fff);
    padding: 4rem 1.5rem;
}
.section1 img{
    width: 100%;
}
.section1 h1{
    font-size: 2rem;
    font-weight: 800;
    margin: 3rem 0 2rem;
}
.section1 p{
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 700;
}
.section1 a{
    font-size: 1.6rem;
    background-color: #3caa47;
    color: #fff;
    display: block;
    padding: 1rem;
    border-radius: 3rem;
    margin-top: 3rem;
    font-weight: 700;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.section2 {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
}
.section2 h2{
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}
.section2 a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: black;
}
.section2 .btn_wrap {
    display: flex;
    justify-content: space-between;
}
.section2 .btn_wrap a {
    flex: 1 0 30%; 
    font-size: 1.6rem;
    font-weight: 600;
}
.section2 .btn_wrap a img {
    width: 100px; 
    height: 100px;
    border-radius: 50%;
    background-color: #fff; 
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    margin-bottom: 1.5rem;
}
.section3 {
    padding: 1.5rem 1.5rem 5rem;
}

.section3 .btn1 {
    background-color: #f8fff8; 
    background-image: url('../img/btn-icon-4.png'); 
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 130px 110px; 
    padding: 3rem 1.5rem;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    margin-bottom: 1.5rem;
}
.section3 .btn1 p, .section3 .btn2 p{
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1.5;
}
.section3 .btn1 p span, .section3 .btn2 p span{
    font-size: 1.6rem;
    font-weight: 700;
    color: #5b5b5c;
}

.section3 .btn2 {
    background-color: #fffcee; 
    background-image: url('../img/btn-icon-5.png'); 
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 130px 100px; 
    padding: 3rem 1.5rem;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}