.section1 {
    padding: 5rem;
    text-align: center;
    background-color: #f5f8ff;
}
.section1 .p1{
    font-size: 2rem;
}
.section1 .p2{
    font-size: 2.3rem;
    font-weight: 900;
    margin-top: 1rem;
    color: #3b5aff;
}
.section1 img{
    width: 90%;
    margin: 3rem 0;
}
.section1 a{
    display: inline-block;
    padding: 1.5rem 5rem;
    background-color: #4361ff;
    color: #fff;
    font-weight: 600;
    font-size: 2rem;
    border-radius: 1rem;
}
.section2{
    padding: 3rem 1.5rem;
    box-shadow: 0 -4px 9px rgba(0, 0, 0, 0.2);
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
}
h2 {
    font-size: 2rem;
    font-weight: 700;
}
.section2 .btn_wrap{
    display: flex;
    margin: 2rem 0 4rem;
    gap: 1rem;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none; 
}

.section2 .btn_wrap::-webkit-scrollbar {
    display: none; 
}

.section2 .btn_wrap .btn {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 1.6rem;
    align-items: center;
    line-height: 1.3;
}

.section2 .btn_wrap .btn img {
    margin-bottom: 1.5rem;
    width: 50px;
    height: 50px;
    background-color: #f5f8ff;
    border-radius: 50%;
    padding: 1rem;
    box-sizing: content-box;
}

.section2 .content2 {
    display: flex;
    flex-direction: column;
    gap: 1rem; 
    margin-top: 2rem;
}

.section2 .content2 .btn2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
    text-decoration: none;
    background-color: #f5f8ff; 
    border-radius: 1rem; 
}

.section2 .content2 .btn2 .left {
    display: flex;
    align-items: center;
}

.section2 .content2 .btn2 .left img {
    margin-right: 1rem; 
    width: 40px;
    height: auto;
}

.section2 .content2 .btn2 .left p {
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 600;
}

.section2 .content2 .arrow {
    width: 20px; 
    height: auto; 
}
